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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
DELL_POWERSCALE | Peering connection used for connecting to Dell PowerScale Filers |
DELL_POWERSCALE_VALUE | Peering connection used for connecting to Dell PowerScale Filers |
NETAPP_CLOUD_VOLUMES | Peering connection used for connecting to NetApp Cloud Volumes. |
NETAPP_CLOUD_VOLUMES_VALUE | Peering connection used for connecting to NetApp Cloud Volumes. |
PEER_NETWORK_TYPE_UNSPECIFIED | Unspecified |
PEER_NETWORK_TYPE_UNSPECIFIED_VALUE | Unspecified |
PRIVATE_SERVICES_ACCESS | Peering connection used for establishing private services access. |
PRIVATE_SERVICES_ACCESS_VALUE | Peering connection used for establishing private services access. |
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_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. |
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_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. |
UNRECOGNIZED | |
VMWARE_ENGINE_NETWORK | Peering connection used for connecting to another VMware Engine network. |
VMWARE_ENGINE_NETWORK_VALUE | Peering connection used for connecting to another VMware Engine network. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |