Class: Google::Apis::ComputeV1::InstantSnapshotGroupResourceStatus

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstantSnapshotGroupResourceStatus

Returns a new instance of InstantSnapshotGroupResourceStatus.



27910
27911
27912
# File 'lib/google/apis/compute_v1/classes.rb', line 27910

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)


27903
27904
27905
# File 'lib/google/apis/compute_v1/classes.rb', line 27903

def consistency_membership_resolution_time
  @consistency_membership_resolution_time
end

#source_infoGoogle::Apis::ComputeV1::InstantSnapshotGroupSourceInfo

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



27908
27909
27910
# File 'lib/google/apis/compute_v1/classes.rb', line 27908

def source_info
  @source_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27915
27916
27917
27918
# File 'lib/google/apis/compute_v1/classes.rb', line 27915

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