WorkloadNetworkDhcpServerResponse

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

NSX DHCP Server

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val displayName: String? = null

Display name of the DHCP entity.

Link copied to clipboard
val leaseTime: Double? = null

DHCP Server Lease Time.

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
val serverAddress: String? = null

DHCP Server Address.