Reference documentation and code samples for the Google Cloud Location Finder V1 Client class CloudLocationType.
The type of the cloud location. This enum lists all possible categories of cloud locations.
Protobuf type google.cloud.locationfinder.v1.CloudLocation.CloudLocationType
Namespace
Google \ Cloud \ LocationFinder \ V1 \ CloudLocationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CLOUD_LOCATION_TYPE_UNSPECIFIED
Value: 0
Unspecified type.
Generated from protobuf enum CLOUD_LOCATION_TYPE_UNSPECIFIED = 0;
CLOUD_LOCATION_TYPE_REGION
Value: 1
CloudLocation type for region.
Generated from protobuf enum CLOUD_LOCATION_TYPE_REGION = 1;
CLOUD_LOCATION_TYPE_ZONE
Value: 2
CloudLocation type for zone.
Generated from protobuf enum CLOUD_LOCATION_TYPE_ZONE = 2;
CLOUD_LOCATION_TYPE_REGION_EXTENSION
Value: 3
CloudLocation type for region extension.
Generated from protobuf enum CLOUD_LOCATION_TYPE_REGION_EXTENSION = 3;
CLOUD_LOCATION_TYPE_GDCC_ZONE
Value: 4
CloudLocation type for Google Distributed Cloud Connected Zone.
Generated from protobuf enum CLOUD_LOCATION_TYPE_GDCC_ZONE = 4;