Class: Google::Cloud::Compute::V1::SnapshotSettingsStorageLocationSettingsStorageLocationPreference

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Name of the location. It should be one of the GCS buckets.

Returns:

  • (::String)

    Name of the location. It should be one of the GCS buckets.



29664
29665
29666
29667
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29664

class SnapshotSettingsStorageLocationSettingsStorageLocationPreference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end