Enum NetworkPeering.PeerNetworkType (0.36.0)

public enum NetworkPeering.PeerNetworkType extends Enum<NetworkPeering.PeerNetworkType> implements ProtocolMessageEnum

Type or purpose of the network peering connection.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DELL_POWERSCALE

Peering connection used for connecting to Dell PowerScale Filers

DELL_POWERSCALE = 6;

DELL_POWERSCALE_VALUE

Peering connection used for connecting to Dell PowerScale Filers

DELL_POWERSCALE = 6;

NETAPP_CLOUD_VOLUMES

Peering connection used for connecting to NetApp Cloud Volumes.

NETAPP_CLOUD_VOLUMES = 4;

NETAPP_CLOUD_VOLUMES_VALUE

Peering connection used for connecting to NetApp Cloud Volumes.

NETAPP_CLOUD_VOLUMES = 4;

PEER_NETWORK_TYPE_UNSPECIFIED

Unspecified

PEER_NETWORK_TYPE_UNSPECIFIED = 0;

PEER_NETWORK_TYPE_UNSPECIFIED_VALUE

Unspecified

PEER_NETWORK_TYPE_UNSPECIFIED = 0;

PRIVATE_SERVICES_ACCESS

Peering connection used for establishing private services access.

PRIVATE_SERVICES_ACCESS = 3;

PRIVATE_SERVICES_ACCESS_VALUE

Peering connection used for establishing private services access.

PRIVATE_SERVICES_ACCESS = 3;

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.

STANDARD = 1;

STANDARD_VALUE

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.

STANDARD = 1;

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.

THIRD_PARTY_SERVICE = 5;

THIRD_PARTY_SERVICE_VALUE

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.

THIRD_PARTY_SERVICE = 5;

UNRECOGNIZED
VMWARE_ENGINE_NETWORK

Peering connection used for connecting to another VMware Engine network.

VMWARE_ENGINE_NETWORK = 2;

VMWARE_ENGINE_NETWORK_VALUE

Peering connection used for connecting to another VMware Engine network.

VMWARE_ENGINE_NETWORK = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()