PrivateCloudNetworkConfigArgs

data class PrivateCloudNetworkConfigArgs(val dnsServerIp: Output<String>? = null, val managementCidr: Output<String>, val managementIpAddressLayoutVersion: Output<Int>? = null, val vmwareEngineNetwork: Output<String>? = null, val vmwareEngineNetworkCanonical: Output<String>? = null) : ConvertibleToJava<PrivateCloudNetworkConfigArgs>

Constructors

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

Properties

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

(Output) DNS Server IP of the Private Cloud.

Link copied to clipboard
val managementCidr: Output<String>

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
val vmwareEngineNetwork: Output<String>? = null

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}

Functions

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