WorkloadNetworkDhcpServer interface
NSX DHCP Server
- Extends
Properties
dhcp |
Polymorphic discriminator, which specifies the different types this object can be |
lease |
DHCP Server Lease Time. |
server |
DHCP Server Address. |
Inherited Properties
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: "SERVER"
Property Value
"SERVER"
leaseTime
DHCP Server Lease Time.
leaseTime?: number
Property Value
number
serverAddress
DHCP Server Address.
serverAddress?: 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 NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
segments?: string[]
Property Value
string[]
Inherited From WorkloadNetworkDhcpEntity.segments