PrivateCloudNetworkConfig

data class PrivateCloudNetworkConfig(val dnsServerIp: String? = null, val managementCidr: String, val managementIpAddressLayoutVersion: Int? = null, val vmwareEngineNetwork: String? = null, val vmwareEngineNetworkCanonical: String? = null)

Constructors

Link copied to clipboard
constructor(dnsServerIp: String? = null, managementCidr: String, managementIpAddressLayoutVersion: Int? = null, vmwareEngineNetwork: String? = null, vmwareEngineNetworkCanonical: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsServerIp: String? = null

(Output) DNS Server IP of the Private Cloud.

Link copied to clipboard

Management CIDR used by VMware management appliances.

Link copied to clipboard

(Output) The IP address layout version of the management IP address range. Possible versions include:

Link copied to clipboard

The relative resource name of the VMware Engine network attached to the private cloud. Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmwareEngineNetworkId} where {project} can either be a project number or a project ID.

Link copied to clipboard

(Output) The canonical name of the VMware Engine network in the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmwareEngineNetworkId}