Class: Google::Apis::ComputeAlpha::DisksScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::DisksScopedList
- 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
-
#disks ⇒ Array<Google::Apis::ComputeAlpha::Disk>
[Output Only] A list of disks contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::DisksScopedList::Warning
[Output Only] Informational warning which replaces the list of disks when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisksScopedList
constructor
A new instance of DisksScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisksScopedList
Returns a new instance of DisksScopedList.
8006 8007 8008 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8006 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disks ⇒ Array<Google::Apis::ComputeAlpha::Disk>
[Output Only] A list of disks contained in this scope.
Corresponds to the JSON property disks
7998 7999 8000 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7998 def disks @disks end |
#warning ⇒ Google::Apis::ComputeAlpha::DisksScopedList::Warning
[Output Only] Informational warning which replaces the list of disks when the
list is empty.
Corresponds to the JSON property warning
8004 8005 8006 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8004 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8011 8012 8013 8014 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8011 def update!(**args) @disks = args[:disks] if args.key?(:disks) @warning = args[:warning] if args.key?(:warning) end |