Class: Google::Apis::NetworkservicesV1beta1::AgentGatewayNetworkConfigEgress
- Inherits:
-
Object
- Object
- Google::Apis::NetworkservicesV1beta1::AgentGatewayNetworkConfigEgress
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/networkservices_v1beta1/classes.rb,
lib/google/apis/networkservices_v1beta1/representations.rb,
lib/google/apis/networkservices_v1beta1/representations.rb
Overview
Configuration for Egress
Instance Attribute Summary collapse
-
#network_attachment ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AgentGatewayNetworkConfigEgress
constructor
A new instance of AgentGatewayNetworkConfigEgress.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AgentGatewayNetworkConfigEgress
Returns a new instance of AgentGatewayNetworkConfigEgress.
238 239 240 |
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 238 def initialize(**args) update!(**args) end |
Instance Attribute Details
#network_attachment ⇒ String
Optional. The URI of the Network Attachment resource.
Corresponds to the JSON property networkAttachment
236 237 238 |
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 236 def @network_attachment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
243 244 245 |
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 243 def update!(**args) @network_attachment = args[:network_attachment] if args.key?(:network_attachment) end |