Class: Google::Apis::ComputeBeta::DisksScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::DisksScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#disks ⇒ Array<Google::Apis::ComputeBeta::Disk>
[Output Only] A list of disks contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::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.
6603 6604 6605 |
# File 'generated/google/apis/compute_beta/classes.rb', line 6603 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disks ⇒ Array<Google::Apis::ComputeBeta::Disk>
[Output Only] A list of disks contained in this scope.
Corresponds to the JSON property disks
6595 6596 6597 |
# File 'generated/google/apis/compute_beta/classes.rb', line 6595 def disks @disks end |
#warning ⇒ Google::Apis::ComputeBeta::DisksScopedList::Warning
[Output Only] Informational warning which replaces the list of disks when the
list is empty.
Corresponds to the JSON property warning
6601 6602 6603 |
# File 'generated/google/apis/compute_beta/classes.rb', line 6601 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6608 6609 6610 6611 |
# File 'generated/google/apis/compute_beta/classes.rb', line 6608 def update!(**args) @disks = args[:disks] if args.key?(:disks) @warning = args[:warning] if args.key?(:warning) end |