Class: Google::Apis::BackupdrV1::BlobstoreLocation
- Inherits:
-
Object
- Object
- Google::Apis::BackupdrV1::BlobstoreLocation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/backupdr_v1/classes.rb,
lib/google/apis/backupdr_v1/representations.rb,
lib/google/apis/backupdr_v1/representations.rb
Overview
Policy ID that identified data placement in Blobstore as per go/blobstore-user- guide#data-metadata-placement-and-failure-domains
Instance Attribute Summary collapse
-
#policy_id ⇒ Array<String>
Corresponds to the JSON property
policyId.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BlobstoreLocation
constructor
A new instance of BlobstoreLocation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BlobstoreLocation
Returns a new instance of BlobstoreLocation.
1334 1335 1336 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1334 def initialize(**args) update!(**args) end |
Instance Attribute Details
#policy_id ⇒ Array<String>
Corresponds to the JSON property policyId
1332 1333 1334 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1332 def policy_id @policy_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1339 1340 1341 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1339 def update!(**args) @policy_id = args[:policy_id] if args.key?(:policy_id) end |