WorkloadNetworkDhcpRelay interface
NSX DHCP Relay
- Extends
Properties
| dhcp |
Type of DHCP: SERVER or RELAY. |
| server |
DHCP Relay Addresses. Max 3. |
Inherited Properties
| display |
Display name of the DHCP entity. |
| provisioning |
The provisioning state |
| revision | NSX revision number. |
| segments | NSX Segments consuming DHCP. |
Property Details
dhcpType
Type of DHCP: SERVER or RELAY.
dhcpType: "RELAY"
Property Value
"RELAY"
serverAddresses
DHCP Relay Addresses. Max 3.
serverAddresses?: string[]
Property Value
string[]
Inherited Property Details
displayName
Display name of the DHCP entity.
displayName?: string
Property Value
string
Inherited From WorkloadNetworkDhcpEntity.displayName
provisioningState
The provisioning state
provisioningState?: string
Property Value
string
Inherited From WorkloadNetworkDhcpEntity.provisioningState
revision
NSX revision number.
revision?: number
Property Value
number
Inherited From WorkloadNetworkDhcpEntity.revision
segments
NSX Segments consuming DHCP.
segments?: string[]
Property Value
string[]
Inherited From WorkloadNetworkDhcpEntity.segments