Class: Aws::NetworkManager::Types::CoreNetworkChangeEventValues

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

Overview

Describes a core network change event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

The ID of the attachment if the change event is associated with an attachment.

Returns:

  • (String)


1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1006

class CoreNetworkChangeEventValues < Struct.new(
  :edge_location,
  :peer_edge_location,
  :routing_policy_direction,
  :segment_name,
  :network_function_group_name,
  :attachment_id,
  :cidr,
  :routing_policy_association_details)
  SENSITIVE = []
  include Aws::Structure
end

#cidrString

For a STATIC_ROUTE event, this is the IP address.

Returns:

  • (String)


1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1006

class CoreNetworkChangeEventValues < Struct.new(
  :edge_location,
  :peer_edge_location,
  :routing_policy_direction,
  :segment_name,
  :network_function_group_name,
  :attachment_id,
  :cidr,
  :routing_policy_association_details)
  SENSITIVE = []
  include Aws::Structure
end

#edge_locationString

The edge location for the core network change event.

Returns:

  • (String)


1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1006

class CoreNetworkChangeEventValues < Struct.new(
  :edge_location,
  :peer_edge_location,
  :routing_policy_direction,
  :segment_name,
  :network_function_group_name,
  :attachment_id,
  :cidr,
  :routing_policy_association_details)
  SENSITIVE = []
  include Aws::Structure
end

#network_function_group_nameString

The changed network function group name.

Returns:

  • (String)


1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1006

class CoreNetworkChangeEventValues < Struct.new(
  :edge_location,
  :peer_edge_location,
  :routing_policy_direction,
  :segment_name,
  :network_function_group_name,
  :attachment_id,
  :cidr,
  :routing_policy_association_details)
  SENSITIVE = []
  include Aws::Structure
end

#peer_edge_locationString

The edge location of the peer in a core network change event.

Returns:

  • (String)


1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1006

class CoreNetworkChangeEventValues < Struct.new(
  :edge_location,
  :peer_edge_location,
  :routing_policy_direction,
  :segment_name,
  :network_function_group_name,
  :attachment_id,
  :cidr,
  :routing_policy_association_details)
  SENSITIVE = []
  include Aws::Structure
end

#routing_policy_association_detailsArray<Types::RoutingPolicyAssociationDetail>

The names of the routing policies and other association details in the core network change values.



1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1006

class CoreNetworkChangeEventValues < Struct.new(
  :edge_location,
  :peer_edge_location,
  :routing_policy_direction,
  :segment_name,
  :network_function_group_name,
  :attachment_id,
  :cidr,
  :routing_policy_association_details)
  SENSITIVE = []
  include Aws::Structure
end

#routing_policy_directionString

The routing policy direction (inbound/outbound) in a core network change event.

Returns:

  • (String)


1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1006

class CoreNetworkChangeEventValues < Struct.new(
  :edge_location,
  :peer_edge_location,
  :routing_policy_direction,
  :segment_name,
  :network_function_group_name,
  :attachment_id,
  :cidr,
  :routing_policy_association_details)
  SENSITIVE = []
  include Aws::Structure
end

#segment_nameString

The segment name if the change event is associated with a segment.

Returns:

  • (String)


1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1006

class CoreNetworkChangeEventValues < Struct.new(
  :edge_location,
  :peer_edge_location,
  :routing_policy_direction,
  :segment_name,
  :network_function_group_name,
  :attachment_id,
  :cidr,
  :routing_policy_association_details)
  SENSITIVE = []
  include Aws::Structure
end