Interface Hierarchy
- All Known Implementing Classes:
HierarchyImpl
public interface Hierarchy
Client interface for retrieving IBX SmartView hierarchy structures. Provides methods
to obtain the location and power hierarchy trees for an IBX, which define the
organizational structure of cages, cabinets, and power circuits.
-
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.
-
Method Details
-
getLocationHierarchy
Retrieves the location hierarchy for an IBX, describing the structure of cages and cabinets.- Parameters:
accountNo- the Equinix account numberibx- the IBX code identifying the data center- Returns:
- the location hierarchy tree
-
getPowerHierarchy
Retrieves the power hierarchy for an IBX, describing the structure of power circuits and feeds.- Parameters:
accountNo- the Equinix account numberibx- the IBX code identifying the data center- Returns:
- the power hierarchy tree
-