Interface ListenerV2Status
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NeutronListenerV2Status
public interface ListenerV2Status extends ModelEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()The id of the listenerList<LbPoolV2Status>getLbPoolV2Statuses()The statuses of the pools associated with this listenerStringgetName()The name of the listenerStringgetOperatingStatus()The operating status of the listenerStringgetProvisioningStatus()The provisioning status of the listener
-
-
-
Method Detail
-
getName
String getName()
The name of the listener- Returns:
- name
-
getId
String getId()
The id of the listener- Returns:
- id
-
getOperatingStatus
String getOperatingStatus()
The operating status of the listener- Returns:
- operating status
-
getProvisioningStatus
String getProvisioningStatus()
The provisioning status of the listener- Returns:
- provisioning status
-
getLbPoolV2Statuses
List<LbPoolV2Status> getLbPoolV2Statuses()
The statuses of the pools associated with this listener- Returns:
- list of the status of the pools
-
-