public interface LbPoolV2Status extends ModelEntity
Modifier and Type | Method and Description |
---|---|
HealthMonitorV2Status |
getHeathMonitorStatus()
The status of the healthmonitor associated with this pool
|
String |
getId()
The id of the loadbalancer pool
|
List<MemberV2Status> |
getMemberStatuses()
The status of the members of the loadbalancer pool
|
String |
getName()
The name of the loadbalancer pool
|
String |
getOperatingStatus()
The operating status of the loadbalancer pool
|
String |
getProvisioningStatus()
The provisioning status of the loadbalancer pool
|
String getId()
String getName()
String getOperatingStatus()
String getProvisioningStatus()
HealthMonitorV2Status getHeathMonitorStatus()
List<MemberV2Status> getMemberStatuses()
Copyright © 2017. All rights reserved.