class Google::Apis::ComputeV1::DisksScopedList
Attributes
disks[RW]
- Output Only
-
A list of disks contained in this scope.
Corresponds to the JSON property `disks` @return [Array<Google::Apis::ComputeV1::Disk>]
warning[RW]
- Output Only
-
Informational warning which replaces the list of disks when the
list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::DisksScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 6245 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 6250 def update!(**args) @disks = args[:disks] if args.key?(:disks) @warning = args[:warning] if args.key?(:warning) end