Class: Google::Apis::ComputeAlpha::InstantSnapshotGroupResourceStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstantSnapshotGroupResourceStatus

Returns a new instance of InstantSnapshotGroupResourceStatus.



23540
23541
23542
# File 'lib/google/apis/compute_alpha/classes.rb', line 23540

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

Instance Attribute Details

#consistency_membership_resolution_timeString

[Output Only] Corresponds to the JSON property consistencyMembershipResolutionTime

Returns:

  • (String)


23533
23534
23535
# File 'lib/google/apis/compute_alpha/classes.rb', line 23533

def consistency_membership_resolution_time
  @consistency_membership_resolution_time
end

#source_infoGoogle::Apis::ComputeAlpha::InstantSnapshotGroupSourceInfo

[Output Only] Corresponds to the JSON property sourceInfo



23538
23539
23540
# File 'lib/google/apis/compute_alpha/classes.rb', line 23538

def source_info
  @source_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23545
23546
23547
23548
# File 'lib/google/apis/compute_alpha/classes.rb', line 23545

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