Class: Google::Apis::ComputeAlpha::BackendServiceDynamicForwarding
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::BackendServiceDynamicForwarding
- 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
Overview
Defines a dynamic forwarding configuration for the backend service.
Instance Attribute Summary collapse
-
#ip_port_selection ⇒ Google::Apis::ComputeAlpha::BackendServiceDynamicForwardingIpPortSelection
Defines a IP:PORT based dynamic forwarding configuration for the backend service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BackendServiceDynamicForwarding
constructor
A new instance of BackendServiceDynamicForwarding.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BackendServiceDynamicForwarding
Returns a new instance of BackendServiceDynamicForwarding.
5164 5165 5166 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 5164 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ip_port_selection ⇒ Google::Apis::ComputeAlpha::BackendServiceDynamicForwardingIpPortSelection
Defines a IP:PORT based dynamic forwarding configuration for the backend
service. Some ranges are restricted: Restricted ranges.
Corresponds to the JSON property ipPortSelection
5162 5163 5164 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 5162 def ip_port_selection @ip_port_selection end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5169 5170 5171 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 5169 def update!(**args) @ip_port_selection = args[:ip_port_selection] if args.key?(:ip_port_selection) end |