public interface LoadBalancerV2Status extends ModelEntity
Modifier and Type | Method and Description |
---|---|
String |
getId()
The id of the loadbalancer
|
List<ListenerV2Status> |
getListenerStatuses()
The listeners associated with the loadbalancer
|
String |
getName()
The name of the loadbalancer
|
String |
getOperatingStatus()
The operating status of the loadbalancer
|
String |
getProvisioningStatus()
The provisioning status of the loadbalancer
|
String getId()
String getName()
String getOperatingStatus()
String getProvisioningStatus()
List<ListenerV2Status> getListenerStatuses()
Copyright © 2017. All rights reserved.