VmwareHostIpResponse

data class VmwareHostIpResponse(val hostname: String, val ip: String)

Represents VMware user cluster node's network configuration.

Constructors

Link copied to clipboard
constructor(hostname: String, ip: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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).