Class: Aws::NetworkManager::Types::CoreNetworkEdge

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

Overview

Describes a core network edge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asnInteger

The ASN of a core network edge.

Returns:

  • (Integer)


931
932
933
934
935
936
937
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 931

class CoreNetworkEdge < Struct.new(
  :edge_location,
  :asn,
  :inside_cidr_blocks)
  SENSITIVE = []
  include Aws::Structure
end

#edge_locationString

The Region where a core network edge is located.

Returns:

  • (String)


931
932
933
934
935
936
937
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 931

class CoreNetworkEdge < Struct.new(
  :edge_location,
  :asn,
  :inside_cidr_blocks)
  SENSITIVE = []
  include Aws::Structure
end

#inside_cidr_blocksArray<String>

The inside IP addresses used for core network edges.

Returns:

  • (Array<String>)


931
932
933
934
935
936
937
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 931

class CoreNetworkEdge < Struct.new(
  :edge_location,
  :asn,
  :inside_cidr_blocks)
  SENSITIVE = []
  include Aws::Structure
end