Interface HealthMonitorV2Status
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
OctaviaHealthMonitorV2Status
public interface HealthMonitorV2Status extends ModelEntity
The status of an lbaas v2 heathmonitor- Author:
- wei
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()The id of the healthmonitorStringgetProvisioningStatus()Provisioning status of the health monitorHealthMonitorTypegetType()The health monitor type
-
-
-
Method Detail
-
getId
String getId()
The id of the healthmonitor- Returns:
- id
-
getType
HealthMonitorType getType()
The health monitor type- Returns:
- HealthMonitorType
-
getProvisioningStatus
String getProvisioningStatus()
Provisioning status of the health monitor- Returns:
- provisioningStatus
-
-