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.
43592 43593 43594 |
# File 'lib/google/apis/compute_beta/classes.rb', line 43592 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
43584 43585 43586 |
# File 'lib/google/apis/compute_beta/classes.rb', line 43584 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
43590 43591 43592 |
# File 'lib/google/apis/compute_beta/classes.rb', line 43590 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43597 43598 43599 43600 |
# File 'lib/google/apis/compute_beta/classes.rb', line 43597 def update!(**args) @target_tcp_proxies = args[:target_tcp_proxies] if args.key?(:target_tcp_proxies) @warning = args[:warning] if args.key?(:warning) end |