Enum PrivateConnection.Type (0.36.0)

public enum PrivateConnection.Type extends Enum<PrivateConnection.Type> implements ProtocolMessageEnum

Enum Type defines possible types of private connection.

Protobuf enum google.cloud.vmwareengine.v1.PrivateConnection.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DELL_POWERSCALE

Connection used for connecting to Dell PowerScale.

DELL_POWERSCALE = 3;

DELL_POWERSCALE_VALUE

Connection used for connecting to Dell PowerScale.

DELL_POWERSCALE = 3;

NETAPP_CLOUD_VOLUMES

Connection used for connecting to NetApp Cloud Volumes.

NETAPP_CLOUD_VOLUMES = 2;

NETAPP_CLOUD_VOLUMES_VALUE

Connection used for connecting to NetApp Cloud Volumes.

NETAPP_CLOUD_VOLUMES = 2;

PRIVATE_SERVICE_ACCESS

Connection used for establishing private services access.

PRIVATE_SERVICE_ACCESS = 1;

PRIVATE_SERVICE_ACCESS_VALUE

Connection used for establishing private services access.

PRIVATE_SERVICE_ACCESS = 1;

THIRD_PARTY_SERVICE

Connection used for connecting to third-party services.

THIRD_PARTY_SERVICE = 4;

THIRD_PARTY_SERVICE_VALUE

Connection used for connecting to third-party services.

THIRD_PARTY_SERVICE = 4;

TYPE_UNSPECIFIED

The default value. This value should never be used.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

The default value. This value should never be used.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

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()