Class: Google::Cloud::Compute::V1::SnapshotSettingsAccessLocationAccessLocationPreference
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SnapshotSettingsAccessLocationAccessLocationPreference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A structure for specifying an allowed target region.
Instance Attribute Summary collapse
-
#region ⇒ ::String
Accessible region name.
Instance Attribute Details
#region ⇒ ::String
Returns Accessible region name.
73515 73516 73517 73518 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 73515 class SnapshotSettingsAccessLocationAccessLocationPreference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |