Class: Google::Apis::ComputeV1::TargetHttpProxiesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::TargetHttpProxiesScopedList
- 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.
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.
27259 27260 27261 |
# File 'generated/google/apis/compute_v1/classes.rb', line 27259 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
27251 27252 27253 |
# File 'generated/google/apis/compute_v1/classes.rb', line 27251 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
27257 27258 27259 |
# File 'generated/google/apis/compute_v1/classes.rb', line 27257 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27264 27265 27266 27267 |
# File 'generated/google/apis/compute_v1/classes.rb', line 27264 def update!(**args) @target_http_proxies = args[:target_http_proxies] if args.key?(:target_http_proxies) @warning = args[:warning] if args.key?(:warning) end |