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