Google Cloud Vmware Engine V1 Client - Class PeerNetworkType (0.5.5)

Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class PeerNetworkType.

Type or purpose of the network peering connection.

Protobuf type google.cloud.vmwareengine.v1.NetworkPeering.PeerNetworkType

Namespace

Google \ Cloud \ VmwareEngine \ V1 \ NetworkPeering

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PEER_NETWORK_TYPE_UNSPECIFIED

Value: 0

Unspecified

Generated from protobuf enum PEER_NETWORK_TYPE_UNSPECIFIED = 0;

STANDARD

Value: 1

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.

Generated from protobuf enum STANDARD = 1;

VMWARE_ENGINE_NETWORK

Value: 2

Peering connection used for connecting to another VMware Engine network.

Generated from protobuf enum VMWARE_ENGINE_NETWORK = 2;

PRIVATE_SERVICES_ACCESS

Value: 3

Peering connection used for establishing private services access.

Generated from protobuf enum PRIVATE_SERVICES_ACCESS = 3;

NETAPP_CLOUD_VOLUMES

Value: 4

Peering connection used for connecting to NetApp Cloud Volumes.

Generated from protobuf enum NETAPP_CLOUD_VOLUMES = 4;

THIRD_PARTY_SERVICE

Value: 5

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.

Generated from protobuf enum THIRD_PARTY_SERVICE = 5;

DELL_POWERSCALE

Value: 6

Peering connection used for connecting to Dell PowerScale Filers

Generated from protobuf enum DELL_POWERSCALE = 6;