[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

UniversalRouterDhcpConfig

A UniversalRouterDhcpConfig object.


Properties

boolean
enabled Optional

servers Optional

List of Dhcp servers for universal router. Either egressRef or serverAddress is required to identify Dhcp server.

JSON Example

{
	"enabled": false,
	"servers": [
		{
			"egressRef": {
				"id": "string",
				"name": "string"
			},
			"serverAddress": "string"
		}
	]
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    enabled:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    servers:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Parameter To

Update DHCP Config For Universal Router
Returned By

Get DHCP Config For Universal Router

Feedback

Was this page helpful?