Reference documentation and code samples for the Google Cloud Dataplex V1 Client class LocationType.
Location type of the resources attached to a zone.
Protobuf type google.cloud.dataplex.v1.Zone.ResourceSpec.LocationType
Namespace
Google \ Cloud \ Dataplex \ V1 \ Zone \ ResourceSpecMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LOCATION_TYPE_UNSPECIFIED
Value: 0
Unspecified location type.
Generated from protobuf enum LOCATION_TYPE_UNSPECIFIED = 0;
SINGLE_REGION
Value: 1
Resources that are associated with a single region.
Generated from protobuf enum SINGLE_REGION = 1;
MULTI_REGION
Value: 2
Resources that are associated with a multi-region location.
Generated from protobuf enum MULTI_REGION = 2;