VmwareIpBlockResponse

data class VmwareIpBlockResponse(val gateway: String, val ips: List<VmwareHostIpResponse>, val netmask: String)

Represents a collection of IP addresses to assign to nodes.

Constructors

Link copied to clipboard
constructor(gateway: String, ips: List<VmwareHostIpResponse>, netmask: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The network gateway used by the VMware user cluster.

Link copied to clipboard

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

Link copied to clipboard

The netmask used by the VMware user cluster.