Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Type.
Enum Type defines possible types of private connection.
Protobuf type google.cloud.vmwareengine.v1.PrivateConnection.Type
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ PrivateConnectionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
The default value. This value should never be used.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
PRIVATE_SERVICE_ACCESS
Value: 1
Connection used for establishing private services access.
Generated from protobuf enum PRIVATE_SERVICE_ACCESS = 1;
NETAPP_CLOUD_VOLUMES
Value: 2
Connection used for connecting to NetApp Cloud Volumes.
Generated from protobuf enum NETAPP_CLOUD_VOLUMES = 2;
DELL_POWERSCALE
Value: 3
Connection used for connecting to Dell PowerScale.
Generated from protobuf enum DELL_POWERSCALE = 3;
THIRD_PARTY_SERVICE
Value: 4
Connection used for connecting to third-party services.
Generated from protobuf enum THIRD_PARTY_SERVICE = 4;