class Google::Apis::ComputeV1::TargetPoolsScopedList
Attributes
target_pools[RW]
A list of target pools contained in this scope. Corresponds to the JSON property `targetPools` @return [Array<Google::Apis::ComputeV1::TargetPool>]
warning[RW]
Informational warning which replaces the list of addresses when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::TargetPoolsScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 37513 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 37518 def update!(**args) @target_pools = args[:target_pools] if args.key?(:target_pools) @warning = args[:warning] if args.key?(:warning) end