StaticIpRangeRuntime

StaticIpRangeRuntime
StaticIpRangeRuntime
JSON Example
{
    "allocated_ips": [
        {
            "ip": {
                "addr": "string",
                "type": "string"
            },
            "obj_info": "string",
            "obj_uuid": "string"
        }
    ],
    "free_ip_count": 0,
    "total_ip_count": 0,
    "type": "string"
}
allocated_ips
Optional

Allocated IPs. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
free_ip_count
Optional

Free IP count. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
total_ip_count
Optional

Total IP count. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
type
Optional

Object type (VIP only, Service Engine only, or both) which is using this IP group. Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of