Class: Google::Apis::ComputeV1::TargetHttpsProxiesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::TargetHttpsProxiesScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#target_https_proxies ⇒ Array<Google::Apis::ComputeV1::TargetHttpsProxy>
A list of TargetHttpsProxies contained in this scope.
-
#warning ⇒ Google::Apis::ComputeV1::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.
Constructor Details
#initialize(**args) ⇒ TargetHttpsProxiesScopedList
Returns a new instance of TargetHttpsProxiesScopedList.
40621 40622 40623 |
# File 'lib/google/apis/compute_v1/classes.rb', line 40621 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_https_proxies ⇒ Array<Google::Apis::ComputeV1::TargetHttpsProxy>
A list of TargetHttpsProxies contained in this scope.
Corresponds to the JSON property targetHttpsProxies
40613 40614 40615 |
# File 'lib/google/apis/compute_v1/classes.rb', line 40613 def target_https_proxies @target_https_proxies end |
#warning ⇒ Google::Apis::ComputeV1::TargetHttpsProxiesScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
40619 40620 40621 |
# File 'lib/google/apis/compute_v1/classes.rb', line 40619 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40626 40627 40628 40629 |
# File 'lib/google/apis/compute_v1/classes.rb', line 40626 def update!(**args) @target_https_proxies = args[:target_https_proxies] if args.key?(:target_https_proxies) @warning = args[:warning] if args.key?(:warning) end |