cloudLocationType property

String? cloudLocationType
getter/setter pair

The type of the cloud location.

Optional. Possible string values are:

  • "CLOUD_LOCATION_TYPE_UNSPECIFIED" : Unspecified type.
  • "CLOUD_LOCATION_TYPE_REGION" : CloudLocation type for region.
  • "CLOUD_LOCATION_TYPE_ZONE" : CloudLocation type for zone.
  • "CLOUD_LOCATION_TYPE_REGION_EXTENSION" : CloudLocation type for region extension.
  • "CLOUD_LOCATION_TYPE_GDCC_ZONE" : CloudLocation type for Google Distributed Cloud Connected Zone.

Implementation

core.String? cloudLocationType;