GoogleApi.VMwareEngine.V1.Model.NetworkConfig (google_api_v_mware_engine v0.5.0)

View Source

Network configuration in the consumer project with which the peering has to be done.

Attributes

  • dnsServerIp (type: String.t, default: nil) - Output only. DNS Server IP of the Private Cloud. All DNS queries can be forwarded to this address for name resolution of Private Cloud's management entities like vCenter, NSX-T Manager and ESXi hosts.
  • managementCidr (type: String.t, default: nil) - Required. Management CIDR used by VMware management appliances.
  • managementIpAddressLayoutVersion (type: integer(), default: nil) - Output only. The IP address layout version of the management IP address range. Possible versions include: managementIpAddressLayoutVersion=1: Indicates the legacy IP address layout used by some existing private clouds. This is no longer supported for new private clouds as it does not support all features. managementIpAddressLayoutVersion=2: Indicates the latest IP address layout used by all newly created private clouds. This version supports all current features.
  • vmwareEngineNetwork (type: String.t, default: nil) - Optional. 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/{vmware_engine_network_id} where {project} can either be a project number or a project ID.
  • vmwareEngineNetworkCanonical (type: String.t, default: nil) - Output only. The canonical name of the VMware Engine network in the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.NetworkConfig{
  dnsServerIp: String.t() | nil,
  managementCidr: String.t() | nil,
  managementIpAddressLayoutVersion: integer() | nil,
  vmwareEngineNetwork: String.t() | nil,
  vmwareEngineNetworkCanonical: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.