InlineIpPoolListResult1
InlineIpPoolListResult1
JSON Example
{
"results": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"_revision": 0,
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_protection": "string",
"_system_owned": false,
"description": "string",
"display_name": "string",
"id": "string",
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"check_overlap_with_existing_pools": false,
"ip_address_type": "string",
"ip_release_delay": 0,
"pool_usage": {
"allocated_ids": 0,
"free_ids": 0,
"total_ids": 0
},
"subnets": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"allocation_ranges": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"end": "string",
"start": "string"
}
],
"cidr": "string",
"dns_nameservers": [
"string"
],
"dns_suffix": "string",
"gateway_ip": "string"
}
]
}
]
}