Class: Google::Apis::ComputeV1::TargetHttpProxiesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::TargetHttpProxiesScopedList
- 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
-
#target_http_proxies ⇒ Array<Google::Apis::ComputeV1::TargetHttpProxy>
A list of TargetHttpProxies contained in this scope.
-
#warning ⇒ Google::Apis::ComputeV1::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.
29788 29789 29790 |
# File 'generated/google/apis/compute_v1/classes.rb', line 29788 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_http_proxies ⇒ Array<Google::Apis::ComputeV1::TargetHttpProxy>
A list of TargetHttpProxies contained in this scope.
Corresponds to the JSON property targetHttpProxies
29780 29781 29782 |
# File 'generated/google/apis/compute_v1/classes.rb', line 29780 def target_http_proxies @target_http_proxies end |
#warning ⇒ Google::Apis::ComputeV1::TargetHttpProxiesScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
29786 29787 29788 |
# File 'generated/google/apis/compute_v1/classes.rb', line 29786 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29793 29794 29795 29796 |
# File 'generated/google/apis/compute_v1/classes.rb', line 29793 def update!(**args) @target_http_proxies = args[:target_http_proxies] if args.key?(:target_http_proxies) @warning = args[:warning] if args.key?(:warning) end |