class Google::Apis::ComputeV1::SubnetworksScopedList
Attributes
subnetworks[RW]
A list of subnetworks contained in this scope. Corresponds to the JSON property `subnetworks` @return [Array<Google::Apis::ComputeV1::Subnetwork>]
warning[RW]
An informational warning that appears when the list of addresses is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::SubnetworksScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 32069 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 32074 def update!(**args) @subnetworks = args[:subnetworks] if args.key?(:subnetworks) @warning = args[:warning] if args.key?(:warning) end