Class: Google::Apis::ComputeBeta::InstantSnapshotGroupResourceStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstantSnapshotGroupResourceStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#consistency_membership_resolution_time ⇒ String
Output only.
-
#source_info ⇒ Google::Apis::ComputeBeta::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.
28204 28205 28206 |
# File 'lib/google/apis/compute_beta/classes.rb', line 28204 def initialize(**args) update!(**args) end |
Instance Attribute Details
#consistency_membership_resolution_time ⇒ String
Output only. [Output Only]
Corresponds to the JSON property consistencyMembershipResolutionTime
28197 28198 28199 |
# File 'lib/google/apis/compute_beta/classes.rb', line 28197 def consistency_membership_resolution_time @consistency_membership_resolution_time end |
#source_info ⇒ Google::Apis::ComputeBeta::InstantSnapshotGroupSourceInfo
Output only. [Output Only]
Corresponds to the JSON property sourceInfo
28202 28203 28204 |
# File 'lib/google/apis/compute_beta/classes.rb', line 28202 def source_info @source_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
28209 28210 28211 28212 |
# File 'lib/google/apis/compute_beta/classes.rb', line 28209 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 |