Class: Aws::NetworkManager::Types::Via

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

The list of network function groups and edge overrides for the service insertion action. Used for both the ‘send-to` and `send-via` actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_function_groupsArray<Types::NetworkFunctionGroup>

The list of network function groups associated with the service insertion action.

Returns:



6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-networkmanager/types.rb', line 6205

class Via < Struct.new(
  :network_function_groups,
  :with_edge_overrides)
  SENSITIVE = []
  include Aws::Structure
end

#with_edge_overridesArray<Types::EdgeOverride>

Describes any edge overrides. An edge override is a specific edge to be used for traffic.

Returns:



6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-networkmanager/types.rb', line 6205

class Via < Struct.new(
  :network_function_groups,
  :with_edge_overrides)
  SENSITIVE = []
  include Aws::Structure
end