Class: Google::Apis::ComputeAlpha::SnapshotGroupSourceInstantSnapshotGroupInfo
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SnapshotGroupSourceInstantSnapshotGroupInfo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#instant_snapshot_group ⇒ String
Corresponds to the JSON property
instantSnapshotGroup. -
#instant_snapshot_group_id ⇒ String
Corresponds to the JSON property
instantSnapshotGroupId.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SnapshotGroupSourceInstantSnapshotGroupInfo
constructor
A new instance of SnapshotGroupSourceInstantSnapshotGroupInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SnapshotGroupSourceInstantSnapshotGroupInfo
Returns a new instance of SnapshotGroupSourceInstantSnapshotGroupInfo.
60617 60618 60619 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 60617 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instant_snapshot_group ⇒ String
Corresponds to the JSON property instantSnapshotGroup
60610 60611 60612 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 60610 def instant_snapshot_group @instant_snapshot_group end |
#instant_snapshot_group_id ⇒ String
Corresponds to the JSON property instantSnapshotGroupId
60615 60616 60617 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 60615 def instant_snapshot_group_id @instant_snapshot_group_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
60622 60623 60624 60625 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 60622 def update!(**args) @instant_snapshot_group = args[:instant_snapshot_group] if args.key?(:instant_snapshot_group) @instant_snapshot_group_id = args[:instant_snapshot_group_id] if args.key?(:instant_snapshot_group_id) end |