AllocationPool

AllocationPool
AllocationPool
JSON Example
{
    "active_service_count": 0,
    "standby_service_count": 0,
    "sub_pools": [
        {
            "remaining_credit_number": 0,
            "sub_pool_type": "string",
            "usage_percentage": "number"
        }
    ]
}
integer As int32 As int32
active_service_count
Optional

Represents the number of acitve services running on the edge node.

integer As int32 As int32
standby_service_count
Optional

Represents the number of standby services running on the edge node.

array of SubPool
sub_pools
Optional

Allocation details of sub-pools configured on edge node.