Class: Google::Apis::ComputeV1::TargetHttpProxiesScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ TargetHttpProxiesScopedList

Returns a new instance of TargetHttpProxiesScopedList



25040
25041
25042
# File 'generated/google/apis/compute_v1/classes.rb', line 25040

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#target_http_proxiesArray<Google::Apis::ComputeV1::TargetHttpProxy>

A list of TargetHttpProxies contained in this scope. Corresponds to the JSON property targetHttpProxies



25032
25033
25034
# File 'generated/google/apis/compute_v1/classes.rb', line 25032

def target_http_proxies
  @target_http_proxies
end

#warningGoogle::Apis::ComputeV1::TargetHttpProxiesScopedList::Warning

Informational warning which replaces the list of backend services when the list is empty. Corresponds to the JSON property warning



25038
25039
25040
# File 'generated/google/apis/compute_v1/classes.rb', line 25038

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25045
25046
25047
25048
# File 'generated/google/apis/compute_v1/classes.rb', line 25045

def update!(**args)
  @target_http_proxies = args[:target_http_proxies] if args.key?(:target_http_proxies)
  @warning = args[:warning] if args.key?(:warning)
end