Class: Google::Apis::ComputeBeta::InstantSnapshotGroupResourceStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstantSnapshotGroupResourceStatus

Returns a new instance of InstantSnapshotGroupResourceStatus.



29014
29015
29016
# File 'lib/google/apis/compute_beta/classes.rb', line 29014

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#consistency_membership_resolution_timeString

Output only. [Output Only] Corresponds to the JSON property consistencyMembershipResolutionTime

Returns:

  • (String)


29007
29008
29009
# File 'lib/google/apis/compute_beta/classes.rb', line 29007

def consistency_membership_resolution_time
  @consistency_membership_resolution_time
end

#source_infoGoogle::Apis::ComputeBeta::InstantSnapshotGroupSourceInfo

Output only. [Output Only] Corresponds to the JSON property sourceInfo



29012
29013
29014
# File 'lib/google/apis/compute_beta/classes.rb', line 29012

def source_info
  @source_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29019
29020
29021
29022
# File 'lib/google/apis/compute_beta/classes.rb', line 29019

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