Class: Aws::NetworkManager::Types::CoreNetworkChangeValues

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

Overview

Describes a core network change.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asnInteger

The ASN of a core network.

Returns:

  • (Integer)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end

#cidrString

The IP addresses used for a core network.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end

#destination_identifierString

The ID of the destination.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end

#dns_supportBoolean

Indicates whether public DNS support is supported. The default is true.

Returns:

  • (Boolean)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end

#edge_locationsArray<String>

The Regions where edges are located in a core network.

Returns:

  • (Array<String>)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end

#inside_cidr_blocksArray<String>

The inside IP addresses used for core network change values.

Returns:

  • (Array<String>)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end

#network_function_group_nameString

The network function group name if the change event is associated with a network function group.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_referencing_supportBoolean

Indicates whether security group referencing is enabled for the core network.

Returns:

  • (Boolean)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end

#segment_nameString

The names of the segments in a core network.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end

#service_insertion_actionsArray<Types::ServiceInsertionAction>

Describes the service insertion action.

Returns:



1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end

#shared_segmentsArray<String>

The shared segments for a core network change value.

Returns:

  • (Array<String>)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end

#vpn_ecmp_supportBoolean

Indicates whether Equal Cost Multipath (ECMP) is enabled for the core network.

Returns:

  • (Boolean)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1026

class CoreNetworkChangeValues < Struct.new(
  :segment_name,
  :network_function_group_name,
  :edge_locations,
  :asn,
  :cidr,
  :destination_identifier,
  :inside_cidr_blocks,
  :shared_segments,
  :service_insertion_actions,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support)
  SENSITIVE = []
  include Aws::Structure
end