VmwareAdminClusterNetworkConfigStaticIpConfigIpBlockIp

data class VmwareAdminClusterNetworkConfigStaticIpConfigIpBlockIp(val hostname: String? = null, val ip: String)

Constructors

constructor(hostname: String? = null, ip: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostname: String? = null

Hostname of the machine. VM's name will be used if this field is empty.

Link copied to clipboard
val ip: String

IP could be an IP address (like 1.2.3.4) or a CIDR (like 1.2.3.0/24).