Class PowerImpl
java.lang.Object
api.equinix.javasdk.ibxsmartview.client.implementation.PowerImpl
-
Constructor Summary
ConstructorsConstructorDescriptionPowerImpl(PowerClient<PowerReading> serviceClient, IBXSmartView serviceManager) -
Method Summary
Modifier and TypeMethodDescriptiongetPowerReading(String ibx, String cabinetId) Retrieves the power reading for a specific cabinet within an IBX.Lists all power readings for the specified IBX.
-
Constructor Details
-
PowerImpl
-
-
Method Details
-
list
Description copied from interface:PowerLists all power readings for the specified IBX. -
getPowerReading
Description copied from interface:PowerRetrieves the power reading for a specific cabinet within an IBX.- Specified by:
getPowerReadingin interfacePower- Parameters:
ibx- the IBX code identifying the data centercabinetId- the unique identifier of the cabinet- Returns:
- the power reading for the specified cabinet
-