Class: Google::Apis::ComputeAlpha::TargetHttpProxiesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::TargetHttpProxiesScopedList
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#target_http_proxies ⇒ Array<Google::Apis::ComputeAlpha::TargetHttpProxy>
A list of TargetHttpProxies contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::TargetHttpProxiesScopedList::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetHttpProxiesScopedList
constructor
A new instance of TargetHttpProxiesScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetHttpProxiesScopedList
Returns a new instance of TargetHttpProxiesScopedList
27842 27843 27844 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 27842 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_http_proxies ⇒ Array<Google::Apis::ComputeAlpha::TargetHttpProxy>
A list of TargetHttpProxies contained in this scope.
Corresponds to the JSON property targetHttpProxies
27834 27835 27836 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 27834 def target_http_proxies @target_http_proxies end |
#warning ⇒ Google::Apis::ComputeAlpha::TargetHttpProxiesScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
27840 27841 27842 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 27840 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27847 27848 27849 27850 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 27847 def update!(**args) @target_http_proxies = args[:target_http_proxies] if args.key?(:target_http_proxies) @warning = args[:warning] if args.key?(:warning) end |