Class: Google::Cloud::Dataplex::V1::Zone::ResourceSpec
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Zone::ResourceSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
Settings for resources attached as assets within a zone.
Defined Under Namespace
Modules: LocationType
Instance Attribute Summary collapse
Instance Attribute Details
#location_type ⇒ ::Google::Cloud::Dataplex::V1::Zone::ResourceSpec::LocationType
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 204 class ResourceSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Location type of the resources attached to a zone. module LocationType # Unspecified location type. LOCATION_TYPE_UNSPECIFIED = 0 # Resources that are associated with a single region. SINGLE_REGION = 1 # Resources that are associated with a multi-region location. MULTI_REGION = 2 end end |