class Google::Apis::ComputeBeta::DiskTypesScopedList
Attributes
disk_types[RW]
- Output Only
-
List of disk types contained in this scope.
Corresponds to the JSON property `diskTypes` @return [Array<Google::Apis::ComputeBeta::DiskType>]
warning[RW]
- Output Only
-
Informational warning which replaces the list of disk types when
the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeBeta::DiskTypesScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 1827 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/compute_beta/classes.rb, line 1832 def update!(**args) @disk_types = args[:disk_types] if args.key?(:disk_types) @warning = args[:warning] if args.key?(:warning) end