Class: Google::Apis::ComputeBeta::TargetHttpProxiesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::TargetHttpProxiesScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#target_http_proxies ⇒ Array<Google::Apis::ComputeBeta::TargetHttpProxy>
A list of TargetHttpProxies contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::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.
Constructor Details
#initialize(**args) ⇒ TargetHttpProxiesScopedList
Returns a new instance of TargetHttpProxiesScopedList.
32521 32522 32523 |
# File 'generated/google/apis/compute_beta/classes.rb', line 32521 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_http_proxies ⇒ Array<Google::Apis::ComputeBeta::TargetHttpProxy>
A list of TargetHttpProxies contained in this scope.
Corresponds to the JSON property targetHttpProxies
32513 32514 32515 |
# File 'generated/google/apis/compute_beta/classes.rb', line 32513 def target_http_proxies @target_http_proxies end |
#warning ⇒ Google::Apis::ComputeBeta::TargetHttpProxiesScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
32519 32520 32521 |
# File 'generated/google/apis/compute_beta/classes.rb', line 32519 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32526 32527 32528 32529 |
# File 'generated/google/apis/compute_beta/classes.rb', line 32526 def update!(**args) @target_http_proxies = args[:target_http_proxies] if args.key?(:target_http_proxies) @warning = args[:warning] if args.key?(:warning) end |