Class: Google::Apis::ComputeAlpha::InstantSnapshotsScopedList

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

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstantSnapshotsScopedList

Returns a new instance of InstantSnapshotsScopedList.



19684
19685
19686
# File 'lib/google/apis/compute_alpha/classes.rb', line 19684

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

Instance Attribute Details

#instant_snapshotsArray<Google::Apis::ComputeAlpha::InstantSnapshot>

[Output Only] A list of instantSnapshots contained in this scope. Corresponds to the JSON property instantSnapshots



19676
19677
19678
# File 'lib/google/apis/compute_alpha/classes.rb', line 19676

def instant_snapshots
  @instant_snapshots
end

#warningGoogle::Apis::ComputeAlpha::InstantSnapshotsScopedList::Warning

[Output Only] Informational warning which replaces the list of instantSnapshots when the list is empty. Corresponds to the JSON property warning



19682
19683
19684
# File 'lib/google/apis/compute_alpha/classes.rb', line 19682

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19689
19690
19691
19692
# File 'lib/google/apis/compute_alpha/classes.rb', line 19689

def update!(**args)
  @instant_snapshots = args[:instant_snapshots] if args.key?(:instant_snapshots)
  @warning = args[:warning] if args.key?(:warning)
end