peerNetworkType property

String? peerNetworkType
getter/setter pair

The type of the network to peer with the VMware Engine network.

Required. Possible string values are:

  • "PEER_NETWORK_TYPE_UNSPECIFIED" : Unspecified
  • "STANDARD" : Peering connection used for connecting to another VPC network established by the same user. For example, a peering connection to another VPC network in the same project or to an on-premises network.
  • "VMWARE_ENGINE_NETWORK" : Peering connection used for connecting to another VMware Engine network.
  • "PRIVATE_SERVICES_ACCESS" : Peering connection used for establishing private services access.
  • "NETAPP_CLOUD_VOLUMES" : Peering connection used for connecting to NetApp Cloud Volumes.
  • "THIRD_PARTY_SERVICE" : Peering connection used for connecting to third-party services. Most third-party services require manual setup of reverse peering on the VPC network associated with the third-party service.
  • "DELL_POWERSCALE" : Peering connection used for connecting to Dell PowerScale Filers

Implementation

core.String? peerNetworkType;