IpAllocationBase

IpAllocationBase
IpAllocationBase
JSON Example
{
    "_self": {
        "rel": "string"
    },
    "_system_owned": false,
    "lease_time": 0,
    "description": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "_revision": 0,
    "_create_user": "string",
    "_schema": "string",
    "options": {
        "option121": {
            "static_routes": [
                {
                    "next_hop": "string",
                    "network": "string"
                }
            ]
        },
        "others": [
            {
                "code": 0,
                "values": [
                    "string"
                ]
            }
        ]
    },
    "_create_time": 0,
    "gateway_ip": "string",
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_last_modified_time": 0,
    "_last_modified_user": "string",
    "id": "string",
    "resource_type": "string",
    "display_name": "string"
}
_self
Optional

_self

boolean
_system_owned
Optional

Indicates system owned resource

integer As int64 As int64
lease_time
Optional

lease_time

string
description
Optional

description

array of Tag
tags
Optional

tags

integer As int64 As int64
_revision
Optional

The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected.

string
_create_user
Optional

ID of the user who created this resource

string
_schema
Optional

_schema

object
options
Optional

If an option is defined at server level and not configred at ip-pool/static-binding level, the option will be inherited to ip-pool/static-binding. If both define a same-code option, the option defined at ip-pool/static-binding level take precedence over that defined at server level.

integer As int64 As int64
_create_time
Optional

Timestamp of resource creation

string As ip As ip
gateway_ip
Optional

gateway ip

_links
Optional

The server will populate this field when returing the resource. Ignored on PUT and POST.

integer As int64 As int64
_last_modified_time
Optional

Timestamp of last modification

string
_last_modified_user
Optional

ID of the user who last modified this resource

string
id
Optional

id

string
resource_type
Optional

The type of this resource.

string
display_name
Optional

Defaults to ID if not set