Class: Google::Apis::ComputeBeta::TargetTcpProxiesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::TargetTcpProxiesScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#target_tcp_proxies ⇒ Array<Google::Apis::ComputeBeta::TargetTcpProxy>
A list of TargetTcpProxies contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::TargetTcpProxiesScopedList::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetTcpProxiesScopedList
constructor
A new instance of TargetTcpProxiesScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TargetTcpProxiesScopedList
Returns a new instance of TargetTcpProxiesScopedList.
44414 44415 44416 |
# File 'lib/google/apis/compute_beta/classes.rb', line 44414 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_tcp_proxies ⇒ Array<Google::Apis::ComputeBeta::TargetTcpProxy>
A list of TargetTcpProxies contained in this scope.
Corresponds to the JSON property targetTcpProxies
44406 44407 44408 |
# File 'lib/google/apis/compute_beta/classes.rb', line 44406 def target_tcp_proxies @target_tcp_proxies end |
#warning ⇒ Google::Apis::ComputeBeta::TargetTcpProxiesScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
44412 44413 44414 |
# File 'lib/google/apis/compute_beta/classes.rb', line 44412 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
44419 44420 44421 44422 |
# File 'lib/google/apis/compute_beta/classes.rb', line 44419 def update!(**args) @target_tcp_proxies = args[:target_tcp_proxies] if args.key?(:target_tcp_proxies) @warning = args[:warning] if args.key?(:warning) end |