Class: Google::Apis::ComputeAlpha::TargetHttpsProxiesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::TargetHttpsProxiesScopedList
- 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_https_proxies ⇒ Array<Google::Apis::ComputeAlpha::TargetHttpsProxy>
A list of TargetHttpsProxies contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::TargetHttpsProxiesScopedList::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetHttpsProxiesScopedList
constructor
A new instance of TargetHttpsProxiesScopedList.
-
#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) ⇒ TargetHttpsProxiesScopedList
Returns a new instance of TargetHttpsProxiesScopedList
28248 28249 28250 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 28248 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_https_proxies ⇒ Array<Google::Apis::ComputeAlpha::TargetHttpsProxy>
A list of TargetHttpsProxies contained in this scope.
Corresponds to the JSON property targetHttpsProxies
28240 28241 28242 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 28240 def target_https_proxies @target_https_proxies end |
#warning ⇒ Google::Apis::ComputeAlpha::TargetHttpsProxiesScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
28246 28247 28248 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 28246 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
28253 28254 28255 28256 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 28253 def update!(**args) @target_https_proxies = args[:target_https_proxies] if args.key?(:target_https_proxies) @warning = args[:warning] if args.key?(:warning) end |