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)


862
863
864
865
866
867
868
869
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 862

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

#cidrString

For a STATIC_ROUTE event, this is the IP address.

Returns:

  • (String)


862
863
864
865
866
867
868
869
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 862

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

#edge_locationString

The edge location for the core network change event.

Returns:

  • (String)


862
863
864
865
866
867
868
869
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 862

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

#segment_nameString

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

Returns:

  • (String)


862
863
864
865
866
867
868
869
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 862

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