Class: Google::Apis::ComputeAlpha::TargetHttpProxiesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::TargetHttpProxiesScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ TargetHttpProxiesScopedList
Returns a new instance of TargetHttpProxiesScopedList.
47011 47012 47013 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 47011 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
47003 47004 47005 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 47003 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
47009 47010 47011 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 47009 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
47016 47017 47018 47019 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 47016 def update!(**args) @target_http_proxies = args[:target_http_proxies] if args.key?(:target_http_proxies) @warning = args[:warning] if args.key?(:warning) end |