Class: Google::Apis::ComputeV1::InstantSnapshotsScopedList

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

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstantSnapshotsScopedList

Returns a new instance of InstantSnapshotsScopedList.



19004
19005
19006
# File 'lib/google/apis/compute_v1/classes.rb', line 19004

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

Instance Attribute Details

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

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



18996
18997
18998
# File 'lib/google/apis/compute_v1/classes.rb', line 18996

def instant_snapshots
  @instant_snapshots
end

#warningGoogle::Apis::ComputeV1::InstantSnapshotsScopedList::Warning

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



19002
19003
19004
# File 'lib/google/apis/compute_v1/classes.rb', line 19002

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19009
19010
19011
19012
# File 'lib/google/apis/compute_v1/classes.rb', line 19009

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