Class HierarchyImpl
java.lang.Object
api.equinix.javasdk.ibxsmartview.client.implementation.HierarchyImpl
-
Constructor Summary
ConstructorsConstructorDescriptionHierarchyImpl(HierarchyClient<LocationHierarchy> serviceClient, IBXSmartView serviceManager) -
Method Summary
Modifier and TypeMethodDescriptiongetLocationHierarchy(String accountNo, String ibx) Retrieves the location hierarchy for an IBX, describing the structure of cages and cabinets.getPowerHierarchy(String accountNo, String ibx) Retrieves the power hierarchy for an IBX, describing the structure of power circuits and feeds.
-
Constructor Details
-
HierarchyImpl
-
-
Method Details
-
getLocationHierarchy
Description copied from interface:HierarchyRetrieves the location hierarchy for an IBX, describing the structure of cages and cabinets.- Specified by:
getLocationHierarchyin interfaceHierarchy- Parameters:
accountNo- the Equinix account numberibx- the IBX code identifying the data center- Returns:
- the location hierarchy tree
-
getPowerHierarchy
Description copied from interface:HierarchyRetrieves the power hierarchy for an IBX, describing the structure of power circuits and feeds.- Specified by:
getPowerHierarchyin interfaceHierarchy- Parameters:
accountNo- the Equinix account numberibx- the IBX code identifying the data center- Returns:
- the power hierarchy tree
-