Private Cloud Network Config Args
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
Properties
Link copied to clipboard
(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}