WorkloadNetworkDhcpEntity interface
Base class for WorkloadNetworkDhcpServer and WorkloadNetworkDhcpRelay to inherit from
Properties
dhcp |
Polymorphic discriminator, which specifies the different types this object can be |
display |
Display name of the DHCP entity. |
provisioning |
The provisioning state NOTE: This property will not be serialized. It can only be populated by the server. |
revision | NSX revision number. |
segments | NSX Segments consuming DHCP. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dhcpType
Polymorphic discriminator, which specifies the different types this object can be
dhcpType: "RELAY" | "SERVER"
Property Value
"RELAY" | "SERVER"
displayName
Display name of the DHCP entity.
displayName?: string
Property Value
string
provisioningState
The provisioning state NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
revision
NSX revision number.
revision?: number
Property Value
number
segments
NSX Segments consuming DHCP. NOTE: This property will not be serialized. It can only be populated by the server.
segments?: string[]
Property Value
string[]