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_ROUTE
event, 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.
-
#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.
960 961 962 963 964 965 966 967 968 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 960 class CoreNetworkChangeEventValues < Struct.new( :edge_location, :segment_name, :network_function_group_name, :attachment_id, :cidr) SENSITIVE = [] include Aws::Structure end |
#cidr ⇒ String
For a STATIC_ROUTE
event, this is the IP address.
960 961 962 963 964 965 966 967 968 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 960 class CoreNetworkChangeEventValues < Struct.new( :edge_location, :segment_name, :network_function_group_name, :attachment_id, :cidr) SENSITIVE = [] include Aws::Structure end |
#edge_location ⇒ String
The edge location for the core network change event.
960 961 962 963 964 965 966 967 968 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 960 class CoreNetworkChangeEventValues < Struct.new( :edge_location, :segment_name, :network_function_group_name, :attachment_id, :cidr) SENSITIVE = [] include Aws::Structure end |
#network_function_group_name ⇒ String
The changed network function group name.
960 961 962 963 964 965 966 967 968 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 960 class CoreNetworkChangeEventValues < Struct.new( :edge_location, :segment_name, :network_function_group_name, :attachment_id, :cidr) SENSITIVE = [] include Aws::Structure end |
#segment_name ⇒ String
The segment name if the change event is associated with a segment.
960 961 962 963 964 965 966 967 968 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 960 class CoreNetworkChangeEventValues < Struct.new( :edge_location, :segment_name, :network_function_group_name, :attachment_id, :cidr) SENSITIVE = [] include Aws::Structure end |