WorkloadNetworkDhcpRelayResponse

data class WorkloadNetworkDhcpRelayResponse(val dhcpType: String, val displayName: String? = null, val provisioningState: String, val revision: Double? = null, val segments: List<String>, val serverAddresses: List<String>? = null)

NSX DHCP Relay

Constructors

Link copied to clipboard
constructor(dhcpType: String, displayName: String? = null, provisioningState: String, revision: Double? = null, segments: List<String>, serverAddresses: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of DHCP: SERVER or RELAY. Expected value is 'RELAY'.

Link copied to clipboard
val displayName: String? = null

Display name of the DHCP entity.

Link copied to clipboard

The provisioning state

Link copied to clipboard
val revision: Double? = null

NSX revision number.

Link copied to clipboard

NSX Segments consuming DHCP.

Link copied to clipboard

DHCP Relay Addresses. Max 3.