Class: Aws::NetworkManager::Types::CoreNetworkEdge
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CoreNetworkEdge
- 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
-
#asn ⇒ Integer
The ASN of a core network edge.
-
#edge_location ⇒ String
The Region where a core network edge is located.
-
#inside_cidr_blocks ⇒ Array<String>
The inside IP addresses used for core network edges.
Instance Attribute Details
#asn ⇒ Integer
The ASN of a core network edge.
1041 1042 1043 1044 1045 1046 1047 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1041 class CoreNetworkEdge < Struct.new( :edge_location, :asn, :inside_cidr_blocks) SENSITIVE = [] include Aws::Structure end |
#edge_location ⇒ String
The Region where a core network edge is located.
1041 1042 1043 1044 1045 1046 1047 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1041 class CoreNetworkEdge < Struct.new( :edge_location, :asn, :inside_cidr_blocks) SENSITIVE = [] include Aws::Structure end |
#inside_cidr_blocks ⇒ Array<String>
The inside IP addresses used for core network edges.
1041 1042 1043 1044 1045 1046 1047 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1041 class CoreNetworkEdge < Struct.new( :edge_location, :asn, :inside_cidr_blocks) SENSITIVE = [] include Aws::Structure end |