VmwareAdminClusterNetworkConfigStaticIpConfigIpBlockIpArgs

data class VmwareAdminClusterNetworkConfigStaticIpConfigIpBlockIpArgs(val hostname: Output<String>? = null, val ip: Output<String>) : ConvertibleToJava<VmwareAdminClusterNetworkConfigStaticIpConfigIpBlockIpArgs>

Constructors

constructor(hostname: Output<String>? = null, ip: Output<String>)

Properties

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

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

Link copied to clipboard
val ip: Output<String>

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

Functions

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