Interface MemberV2Status
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
OctaviaMemberV2Status
public interface MemberV2Status extends ModelEntity
The status of an lbaas v2 member- Author:
- wei
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()The address of the memeberStringgetId()The id of the memberStringgetOperatingStatus()The operating status of the memberIntegergetProtocolPort()The protocol port of the memberStringgetProvisioningStatus()The provisioning status of the member
-
-
-
Method Detail
-
getId
String getId()
The id of the member- Returns:
- id
-
getAddress
String getAddress()
The address of the memeber- Returns:
- address
-
getProtocolPort
Integer getProtocolPort()
The protocol port of the member- Returns:
- protocol port
-
getOperatingStatus
String getOperatingStatus()
The operating status of the member- Returns:
- operating status
-
getProvisioningStatus
String getProvisioningStatus()
The provisioning status of the member- Returns:
- provisioning status
-
-