Properties
| Name | Type | Description |
|---|---|---|
| cidr | object | |
| created_at | object | |
| delegated_account_id | object | |
| id | object | |
| modified_at | object | |
| parent_prefix_id | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/addressing_ipam-delegations",
"title": "addressing_ipam-delegations",
"properties": {
"cidr": {
"$ref": "#/components/schemas/addressing_cidr"
},
"created_at": {
"$ref": "#/components/schemas/addressing_timestamp"
},
"delegated_account_id": {
"$ref": "#/components/schemas/addressing_delegated_account_identifier"
},
"id": {
"$ref": "#/components/schemas/addressing_delegation_identifier"
},
"modified_at": {
"$ref": "#/components/schemas/addressing_timestamp"
},
"parent_prefix_id": {
"$ref": "#/components/schemas/addressing_identifier"
}
},
"type": "object"
}