Class: Aws::NetworkManager::Types::CoreNetworkNetworkFunctionGroup

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

Overview

Describes a network function group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#edge_locationsArray<String>

The core network edge locations.

Returns:

  • (Array<String>)


1056
1057
1058
1059
1060
1061
1062
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1056

class CoreNetworkNetworkFunctionGroup < Struct.new(
  :name,
  :edge_locations,
  :segments)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the network function group.

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1056

class CoreNetworkNetworkFunctionGroup < Struct.new(
  :name,
  :edge_locations,
  :segments)
  SENSITIVE = []
  include Aws::Structure
end

#segmentsTypes::ServiceInsertionSegments

The segments associated with the network function group.



1056
1057
1058
1059
1060
1061
1062
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1056

class CoreNetworkNetworkFunctionGroup < Struct.new(
  :name,
  :edge_locations,
  :segments)
  SENSITIVE = []
  include Aws::Structure
end