WorkloadNetworkDhcpServerArgs

data class WorkloadNetworkDhcpServerArgs(val dhcpType: Output<String>, val displayName: Output<String>? = null, val leaseTime: Output<Double>? = null, val revision: Output<Double>? = null, val serverAddress: Output<String>? = null) : ConvertibleToJava<WorkloadNetworkDhcpServerArgs>

NSX DHCP Server

Constructors

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

Properties

Link copied to clipboard
val dhcpType: Output<String>

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

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

Display name of the DHCP entity.

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

DHCP Server Lease Time.

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

NSX revision number.

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

DHCP Server Address.

Functions

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