cloudProvider property

String? cloudProvider
getter/setter pair

The provider of the cloud location.

Values can be Google Cloud or third-party providers, including AWS, Azure, or Oracle Cloud Infrastructure.

Optional. Possible string values are:

  • "CLOUD_PROVIDER_UNSPECIFIED" : Unspecified type.
  • "CLOUD_PROVIDER_GCP" : Cloud provider type for Google Cloud.
  • "CLOUD_PROVIDER_AWS" : Cloud provider type for AWS.
  • "CLOUD_PROVIDER_AZURE" : Cloud provider type for Azure.
  • "CLOUD_PROVIDER_OCI" : Cloud provider type for OCI.

Implementation

core.String? cloudProvider;