WorkloadNetworkDhcpRelayArgs

data class WorkloadNetworkDhcpRelayArgs(val dhcpType: Output<String>, val displayName: Output<String>? = null, val revision: Output<Double>? = null, val serverAddresses: Output<List<String>>? = null) : ConvertibleToJava<WorkloadNetworkDhcpRelayArgs>

NSX DHCP Relay

Constructors

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

Properties

Link copied to clipboard
val dhcpType: Output<String>

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

Link copied to clipboard
val displayName: Output<String>? = null

Display name of the DHCP entity.

Link copied to clipboard
val revision: Output<Double>? = null

NSX revision number.

Link copied to clipboard
val serverAddresses: Output<List<String>>? = null

DHCP Relay Addresses. Max 3.

Functions

Link copied to clipboard
open override fun toJava(): WorkloadNetworkDhcpRelayArgs