Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 807 Bytes

File metadata and controls

18 lines (16 loc) · 807 Bytes

AllocatedService

Properties

Name Type Description Notes
serviceReference ResourceReference [optional]
highAvailabilityStatus HighAvailabilityStatusEnum Represents the active or the standby state of the service. [optional]
allocationDetails List<KeyValuePair> Additional properties of a service, say the sub_pool_size and sub_pool_type for a LoadBalancer. [optional]

Enum: HighAvailabilityStatusEnum

Name Value
ACTIVE "ACTIVE"
STANDBY "STANDBY"
DOWN "DOWN"
SYNC "SYNC"
UNKNOWN "UNKNOWN"