InlineLogicalDhcpServer1

InlineLogicalDhcpServer1
InlineLogicalDhcpServer1
JSON Example
{
    "attached_logical_port_id": "string",
    "dhcp_profile_id": "string",
    "ipv4_dhcp_server": {
        "dhcp_server_ip": "string",
        "dns_nameservers": [
            "string"
        ],
        "domain_name": "string",
        "gateway_ip": "string",
        "monitor_ippool_usage": false,
        "options": {
            "option121": {
                "static_routes": [
                    {
                        "network": "string",
                        "next_hop": "string"
                    }
                ]
            },
            "others": [
                {
                    "code": 0,
                    "values": [
                        "string"
                    ]
                }
            ]
        }
    },
    "ipv6_dhcp_server": "IPv6DhcpServer Object"
}
string
attached_logical_port_id
Optional

The uuid of the attached logical port. Read only.

string
dhcp_profile_id
Required

The DHCP profile uuid the logical DHCP server references.

ipv4_dhcp_server
Optional

DHCP server to support IPv4 DHCP service. Properties defined at DHCP server level can be overridden by ip-pool or static-binding level properties.

ipv6_dhcp_server
Optional

DHCP server to support IPv6 DHCP service. Properties defined at DHCP server level can be overridden by ip-pool or static-binding level properties.