Module: Google::Cloud::VmwareEngine::V1::NetworkPeering::PeerNetworkType

Defined in:
proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb

Overview

Type or purpose of the network peering connection.

Constant Summary collapse

PEER_NETWORK_TYPE_UNSPECIFIED =

Unspecified

0
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.

1
VMWARE_ENGINE_NETWORK =

Peering connection used for connecting to another VMware Engine network.

2
PRIVATE_SERVICES_ACCESS =

Peering connection used for establishing private services access.

3
NETAPP_CLOUD_VOLUMES =

Peering connection used for connecting to NetApp Cloud Volumes.

4
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.

5
DELL_POWERSCALE =

Peering connection used for connecting to Dell PowerScale Filers

6