class Google::Apis::ComputeV1::TargetPoolsScopedList

Attributes

target_pools[RW]

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 generated/google/apis/compute_v1/classes.rb, line 7953
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_v1/classes.rb, line 7958
def update!(**args)
  @target_pools = args[:target_pools] if args.key?(:target_pools)
  @warning = args[:warning] if args.key?(:warning)
end