Class: Google::Apis::ComputeV1::DisksScopedList

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) ⇒ DisksScopedList

Returns a new instance of DisksScopedList.



7847
7848
7849
# File 'lib/google/apis/compute_v1/classes.rb', line 7847

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

Instance Attribute Details

#disksArray<Google::Apis::ComputeV1::Disk>

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

Returns:



7839
7840
7841
# File 'lib/google/apis/compute_v1/classes.rb', line 7839

def disks
  @disks
end

#warningGoogle::Apis::ComputeV1::DisksScopedList::Warning

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



7845
7846
7847
# File 'lib/google/apis/compute_v1/classes.rb', line 7845

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7852
7853
7854
7855
# File 'lib/google/apis/compute_v1/classes.rb', line 7852

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