Class: Google::Cloud::Compute::V1::SnapshotSettingsStorageLocationSettingsStorageLocationPreference
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SnapshotSettingsStorageLocationSettingsStorageLocationPreference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A structure for specifying storage locations.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the location.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the location. It should be one of the Cloud Storage buckets. Only one location can be specified.
31488 31489 31490 31491 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31488 class SnapshotSettingsStorageLocationSettingsStorageLocationPreference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |