Create DHCP Binding
DescriptionCreates a DHCP binding on an Org vDC Network.
Request
URLURL
Path Parameters
Path Parameters
Request Body
{
"bindingType": "string",
"macAddress": "string",
"name": "string"
}
The type of DHCP binding.
- IPV4 - an IPv4 DHCP binding.
- IPV6 - an IPv6 DHCP binding.
MAC address of the host.
Display name for the DHCP binding.
Description for the DHCP binding.
DNS nameservers to be set to client host.
The unique id of the DHCP binding.
IP Address assigned to host. This address must belong to the subnet of Org vDC network. For IPv4, this is required. For IPv6, when not specified, Stateless Address Autoconfiguration (SLAAC) is used to auto-assign an IPv6 address to the DHCPv6 clients.
The amount of time in seconds of how long a DHCP IP will be leased out for. The minimum is 60s while the maximum is 4,294,967,295s, which is roughly 49,710 days. Default is 24 hours.
Additional configuration for IPv4 DHCP binding. This is ignored for IPV6 binding.
Additional configuration for IPv6 DHCP binding. This is ignored for IPV4 binding.
This property describes the current version of the entity. To prevent clients from overwriting each other’s changes, update operations must include the version which can be obtained by issuing a GET operation. If the version number on an update call is missing, the operation will be rejected. This is only needed on update calls.