EdgeMemberAllocationStatus

EdgeMemberAllocationStatus
EdgeMemberAllocationStatus
JSON Example
{
    "allocated_services": [
        {
            "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"
            }
        }
    ],
    "allocation_pools": [
        {
            "active_service_count": 0,
            "standby_service_count": 0,
            "sub_pools": [
                {
                    "remaining_credit_number": 0,
                    "sub_pool_type": "string",
                    "usage_percentage": "number"
                }
            ]
        }
    ],
    "member_index": 0,
    "node_display_name": "string",
    "node_id": "string"
}
allocated_services
Optional

List of services allocated on the edge node.

allocation_pools
Optional

Allocation details of pools defined on the edge node.

integer As int32 As int32
member_index
Optional

System generated index for transport node backed by edge node.

string
node_display_name
Optional

Display name of edge cluster member. Defaults to ID if not set.

string
node_id
Optional

System allotted UUID of edge node.