PrivateCloudNsx

data class PrivateCloudNsx(val fqdn: String? = null, val internalIp: String? = null, val state: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(fqdn: String? = null, internalIp: String? = null, state: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fqdn: String? = null

Fully qualified domain name of the appliance.

Link copied to clipboard
val internalIp: String? = null

Internal IP address of the appliance.

Link copied to clipboard
val state: String? = null

State of the appliance. Possible values are: ACTIVE, CREATING.

Link copied to clipboard
val version: String? = null

Version of the appliance.