Class: Aws::NetworkManager::Types::CoreNetworkChangeEventValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CoreNetworkChangeEventValues
- 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
-
#attachment_id ⇒ String
The ID of the attachment if the change event is associated with an attachment.
-
#cidr ⇒ String
For a
STATIC_ROUTEevent, this is the IP address. -
#edge_location ⇒ String
The edge location for the core network change event.
-
#network_function_group_name ⇒ String
The changed network function group name.
-
#peer_edge_location ⇒ String
The edge location of the peer in a core network change event.
-
#routing_policy_association_details ⇒ Array<Types::RoutingPolicyAssociationDetail>
The names of the routing policies and other association details in the core network change values.
-
#routing_policy_direction ⇒ String
The routing policy direction (inbound/outbound) in a core network change event.
-
#segment_name ⇒ String
The segment name if the change event is associated with a segment.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the attachment if the change event is associated with an attachment.
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 |
#cidr ⇒ String
For a STATIC_ROUTE event, this is the IP address.
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_location ⇒ String
The edge location for the core network change event.
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_name ⇒ String
The changed network function group name.
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_location ⇒ String
The edge location of the peer in a core network change event.
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_details ⇒ Array<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_direction ⇒ String
The routing policy direction (inbound/outbound) in a core network change event.
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_name ⇒ String
The segment name if the change event is associated with a segment.
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 |