Reference documentation and code samples for the Google Cloud Location Finder V1 Client class CloudProvider.
The type of the cloud provider. This enum lists all possible providers of cloud locations.
Protobuf type google.cloud.locationfinder.v1.CloudLocation.CloudProvider
Namespace
Google \ Cloud \ LocationFinder \ V1 \ CloudLocationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CLOUD_PROVIDER_UNSPECIFIED
Value: 0
Unspecified type.
Generated from protobuf enum CLOUD_PROVIDER_UNSPECIFIED = 0;
CLOUD_PROVIDER_GCP
Value: 1
Cloud provider type for Google Cloud.
Generated from protobuf enum CLOUD_PROVIDER_GCP = 1;
CLOUD_PROVIDER_AWS
Value: 2
Cloud provider type for AWS.
Generated from protobuf enum CLOUD_PROVIDER_AWS = 2;
CLOUD_PROVIDER_AZURE
Value: 3
Cloud provider type for Azure.
Generated from protobuf enum CLOUD_PROVIDER_AZURE = 3;
CLOUD_PROVIDER_OCI
Value: 4
Cloud provider type for OCI.
Generated from protobuf enum CLOUD_PROVIDER_OCI = 4;