Class: Google::Apis::ComputeAlpha::InstantSnapshotGroupResourceStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstantSnapshotGroupResourceStatus
- 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
-
#consistency_membership_resolution_time ⇒ String
Output only.
-
#source_info ⇒ Google::Apis::ComputeAlpha::InstantSnapshotGroupSourceInfo
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstantSnapshotGroupResourceStatus
constructor
A new instance of InstantSnapshotGroupResourceStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstantSnapshotGroupResourceStatus
Returns a new instance of InstantSnapshotGroupResourceStatus.
32021 32022 32023 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 32021 def initialize(**args) update!(**args) end |
Instance Attribute Details
#consistency_membership_resolution_time ⇒ String
Output only. [Output Only]
Corresponds to the JSON property consistencyMembershipResolutionTime
32014 32015 32016 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 32014 def consistency_membership_resolution_time @consistency_membership_resolution_time end |
#source_info ⇒ Google::Apis::ComputeAlpha::InstantSnapshotGroupSourceInfo
Output only. [Output Only]
Corresponds to the JSON property sourceInfo
32019 32020 32021 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 32019 def source_info @source_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32026 32027 32028 32029 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 32026 def update!(**args) @consistency_membership_resolution_time = args[:consistency_membership_resolution_time] if args.key?(:consistency_membership_resolution_time) @source_info = args[:source_info] if args.key?(:source_info) end |