InlineIpAllocationBase1

InlineIpAllocationBase1
InlineIpAllocationBase1
JSON Example
{
    "gateway_ip": "string",
    "lease_time": 0,
    "options": {
        "option121": {
            "static_routes": [
                {
                    "network": "string",
                    "next_hop": "string"
                }
            ]
        },
        "others": [
            {
                "code": 0,
                "values": [
                    "string"
                ]
            }
        ]
    }
}
string As ip As ip
gateway_ip
Optional

Gateway ip address of the allocation.

integer As int64 As int64
lease_time
Optional
Constraints: minimum: 60 maximum: 4294967295 default: 86400

Lease time, in seconds, [60-(2^32-1)]. Default is 86400.

options
Optional

Define DHCP options of the DHCP service.