Class: Aws::NetworkManager::Types::CoreNetwork
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CoreNetwork
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes a core network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_arn ⇒ String
The ARN of a core network.
-
#core_network_id ⇒ String
The ID of a core network.
-
#created_at ⇒ Time
The timestamp when a core network was created.
-
#description ⇒ String
The description of a core network.
-
#edges ⇒ Array<Types::CoreNetworkEdge>
The edges within a core network.
-
#global_network_id ⇒ String
The ID of the global network that your core network is a part of.
-
#network_function_groups ⇒ Array<Types::CoreNetworkNetworkFunctionGroup>
The network function groups associated with a core network.
-
#segments ⇒ Array<Types::CoreNetworkSegment>
The segments within a core network.
-
#state ⇒ String
The current state of a core network.
-
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with a core network.
Instance Attribute Details
#core_network_arn ⇒ String
The ARN of a core network.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 837 class CoreNetwork < Struct.new( :global_network_id, :core_network_id, :core_network_arn, :description, :created_at, :state, :segments, :network_function_groups, :edges, :tags) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 837 class CoreNetwork < Struct.new( :global_network_id, :core_network_id, :core_network_arn, :description, :created_at, :state, :segments, :network_function_groups, :edges, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when a core network was created.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 837 class CoreNetwork < Struct.new( :global_network_id, :core_network_id, :core_network_arn, :description, :created_at, :state, :segments, :network_function_groups, :edges, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of a core network.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 837 class CoreNetwork < Struct.new( :global_network_id, :core_network_id, :core_network_arn, :description, :created_at, :state, :segments, :network_function_groups, :edges, :tags) SENSITIVE = [] include Aws::Structure end |
#edges ⇒ Array<Types::CoreNetworkEdge>
The edges within a core network.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 837 class CoreNetwork < Struct.new( :global_network_id, :core_network_id, :core_network_arn, :description, :created_at, :state, :segments, :network_function_groups, :edges, :tags) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network that your core network is a part of.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 837 class CoreNetwork < Struct.new( :global_network_id, :core_network_id, :core_network_arn, :description, :created_at, :state, :segments, :network_function_groups, :edges, :tags) SENSITIVE = [] include Aws::Structure end |
#network_function_groups ⇒ Array<Types::CoreNetworkNetworkFunctionGroup>
The network function groups associated with a core network.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 837 class CoreNetwork < Struct.new( :global_network_id, :core_network_id, :core_network_arn, :description, :created_at, :state, :segments, :network_function_groups, :edges, :tags) SENSITIVE = [] include Aws::Structure end |
#segments ⇒ Array<Types::CoreNetworkSegment>
The segments within a core network.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 837 class CoreNetwork < Struct.new( :global_network_id, :core_network_id, :core_network_arn, :description, :created_at, :state, :segments, :network_function_groups, :edges, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of a core network.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 837 class CoreNetwork < Struct.new( :global_network_id, :core_network_id, :core_network_arn, :description, :created_at, :state, :segments, :network_function_groups, :edges, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with a core network.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 837 class CoreNetwork < Struct.new( :global_network_id, :core_network_id, :core_network_arn, :description, :created_at, :state, :segments, :network_function_groups, :edges, :tags) SENSITIVE = [] include Aws::Structure end |