AllocatedService
AllocatedService
JSON Example
{
"allocation_details": [
{
"key": "string",
"value": "string"
}
],
"high_availability_status": "string",
"service_reference": {
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
}
}
array of
KeyValuePair
allocation_details
Optional
Additional properties of a service, say the sub_pool_size and sub_pool_type for a LoadBalancer.
string
high_availability_status
Optional
Represents the active or the standby state of the service.
Possible values are :
ACTIVE,
STANDBY,
DOWN,
SYNC,
UNKNOWN,