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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
DELL_POWERSCALE | Connection used for connecting to Dell PowerScale. |
DELL_POWERSCALE_VALUE | Connection used for connecting to Dell PowerScale. |
NETAPP_CLOUD_VOLUMES | Connection used for connecting to NetApp Cloud Volumes. |
NETAPP_CLOUD_VOLUMES_VALUE | Connection used for connecting to NetApp Cloud Volumes. |
PRIVATE_SERVICE_ACCESS | Connection used for establishing private services access. |
PRIVATE_SERVICE_ACCESS_VALUE | Connection used for establishing private services access. |
THIRD_PARTY_SERVICE | Connection used for connecting to third-party services. |
THIRD_PARTY_SERVICE_VALUE | Connection used for connecting to third-party services. |
TYPE_UNSPECIFIED | The default value. This value should never be used. |
TYPE_UNSPECIFIED_VALUE | The default value. This value should never be used. |
UNRECOGNIZED |
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() |