DhcpBinding
Describes the DHCP Binding configuration of an Org vDC Network.
Properties
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.
JSON Example
{
"bindingType": "string",
"macAddress": "string",
"name": "string"
}
Vendor Extensions
x-vcloud-property-annotations:
bindingType:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
description:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
dhcpV4BindingConfig:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
dhcpV6BindingConfig:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
dnsServers:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
- args:
- arg: IPV4_IP
- arg: IPV6_IP
constraint: NetworkAddress
id:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
ipAddress:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
- args:
- arg: IPV4_IP
- arg: IPV6_IP
constraint: NetworkAddress
leaseTime:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
macAddress:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
Availability
Property Of
DhcpBindings
Parameter To
Create DHCP Binding
Update DHCP Binding
Returned By
Get DHCP Binding