Create Dhcp Binding
Creates a DHCP binding on an Org vDC Network.
vdcNetworkId
vdcNetworkId
{
"id": "string",
"name": "string",
"description": "string",
"macAddress": "string",
"ipAddress": "string",
"leaseTime": 0,
"dnsServers": [
"string"
],
"bindingType": "string",
"dhcpV4BindingConfig": {
"gatewayIpAddress": "string",
"hostName": "string"
},
"dhcpV6BindingConfig": {
"sntpServers": [
"string"
],
"domainNames": [
"string"
]
},
"version": {
"version": 0
}
}
The unique id of the DHCP binding.
Display name for the DHCP binding.
Description for the DHCP binding.
MAC address of the host.
IP Address assigned to host. For IPv4, when not specified, system will automatically allocate an available IP address from the static IP pool of the network. For IPv6, when not specified, Stateless Address Autoconfiguration (SLAAC) is used to auto-assign an IPv6 address to the DHCPv6 clients. Automatic allocation of available static IP address is only allowed for IPv4 bindings. This address must not overlap with the DHCP pool.
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.
DNS nameservers to be set to client host.
The type of DHCP binding.
- IPV4 - an IPv4 DHCP binding.
- IPV6 - an IPv6 DHCP binding.
Describes the additional configuration for IPv4 DHCP Binding of an Org vDC Network.
Describes the additional configuration for IPv6 DHCP Binding of an Org vDC Network.
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.
The request have been accepted and the task to monitor the request is in the Location header.