VmwareDhcpIpConfigResponse

data class VmwareDhcpIpConfigResponse(val enabled: Boolean)

Represents the network configuration required for the VMware user clusters with DHCP IP configurations.

Constructors

Link copied to clipboard
constructor(enabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

enabled is a flag to mark if DHCP IP allocation is used for VMware user clusters.