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.
76026 76027 76028 76029 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 76026 class SnapshotSettingsAccessLocationAccessLocationPreference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |