Class: Google::Apis::ComputeAlpha::InstantSnapshotsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstantSnapshotsScopedList
- 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
-
#instant_snapshots ⇒ Array<Google::Apis::ComputeAlpha::InstantSnapshot>
[Output Only] A list of instantSnapshots contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::InstantSnapshotsScopedList::Warning
[Output Only] Informational warning which replaces the list of instantSnapshots when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstantSnapshotsScopedList
constructor
A new instance of InstantSnapshotsScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstantSnapshotsScopedList
Returns a new instance of InstantSnapshotsScopedList.
20366 20367 20368 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20366 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instant_snapshots ⇒ Array<Google::Apis::ComputeAlpha::InstantSnapshot>
[Output Only] A list of instantSnapshots contained in this scope.
Corresponds to the JSON property instantSnapshots
20358 20359 20360 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20358 def instant_snapshots @instant_snapshots end |
#warning ⇒ Google::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
20364 20365 20366 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20364 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20371 20372 20373 20374 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20371 def update!(**args) @instant_snapshots = args[:instant_snapshots] if args.key?(:instant_snapshots) @warning = args[:warning] if args.key?(:warning) end |