Class: Google::Apis::ComputeBeta::InstantSnapshotsScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/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.



18397
18398
18399
# File 'lib/google/apis/compute_beta/classes.rb', line 18397

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

Instance Attribute Details

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

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



18389
18390
18391
# File 'lib/google/apis/compute_beta/classes.rb', line 18389

def instant_snapshots
  @instant_snapshots
end

#warningGoogle::Apis::ComputeBeta::InstantSnapshotsScopedList::Warning

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



18395
18396
18397
# File 'lib/google/apis/compute_beta/classes.rb', line 18395

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18402
18403
18404
18405
# File 'lib/google/apis/compute_beta/classes.rb', line 18402

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