VmwareIpBlockArgs

data class VmwareIpBlockArgs(val gateway: Output<String>? = null, val ips: Output<List<VmwareHostIpArgs>>? = null, val netmask: Output<String>? = null) : ConvertibleToJava<VmwareIpBlockArgs>

Represents a collection of IP addresses to assign to nodes.

Constructors

Link copied to clipboard
constructor(gateway: Output<String>? = null, ips: Output<List<VmwareHostIpArgs>>? = null, netmask: Output<String>? = null)

Properties

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

The network gateway used by the VMware user cluster.

Link copied to clipboard
val ips: Output<List<VmwareHostIpArgs>>? = null

The node's network configurations used by the VMware user cluster.

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

The netmask used by the VMware user cluster.

Functions

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