Class EnvironmentalsImpl
java.lang.Object
api.equinix.javasdk.ibxsmartview.client.implementation.EnvironmentalsImpl
- All Implemented Interfaces:
Environmentals
-
Constructor Summary
ConstructorsConstructorDescriptionEnvironmentalsImpl(EnvironmentalClient<SensorReading> serviceClient, IBXSmartView serviceManager) -
Method Summary
Modifier and TypeMethodDescriptiongetSensorReading(String ibx, String sensorId) Retrieves a specific environmental sensor reading by sensor identifier.Lists all environmental sensor readings for the specified IBX.
-
Constructor Details
-
EnvironmentalsImpl
public EnvironmentalsImpl(EnvironmentalClient<SensorReading> serviceClient, IBXSmartView serviceManager)
-
-
Method Details
-
list
Description copied from interface:EnvironmentalsLists all environmental sensor readings for the specified IBX.- Specified by:
listin interfaceEnvironmentals- Parameters:
ibx- the IBX code identifying the data center- Returns:
- a paginated list of sensor readings
-
getSensorReading
Description copied from interface:EnvironmentalsRetrieves a specific environmental sensor reading by sensor identifier.- Specified by:
getSensorReadingin interfaceEnvironmentals- Parameters:
ibx- the IBX code identifying the data centersensorId- the unique identifier of the sensor- Returns:
- the sensor reading for the specified sensor
-