Class: Aws::Tnb::Types::GetSolVnfcResourceInfoMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolVnfcResourceInfoMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
The metadata of a network function.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ String
Information about the cluster.
-
#helm_chart ⇒ String
Information about the helm chart.
-
#node_group ⇒ String
Information about the node group.
Instance Attribute Details
#cluster ⇒ String
Information about the cluster.
1092 1093 1094 1095 1096 1097 1098 |
# File 'lib/aws-sdk-tnb/types.rb', line 1092 class GetSolVnfcResourceInfoMetadata < Struct.new( :cluster, :helm_chart, :node_group) SENSITIVE = [] include Aws::Structure end |
#helm_chart ⇒ String
Information about the helm chart.
1092 1093 1094 1095 1096 1097 1098 |
# File 'lib/aws-sdk-tnb/types.rb', line 1092 class GetSolVnfcResourceInfoMetadata < Struct.new( :cluster, :helm_chart, :node_group) SENSITIVE = [] include Aws::Structure end |
#node_group ⇒ String
Information about the node group.
1092 1093 1094 1095 1096 1097 1098 |
# File 'lib/aws-sdk-tnb/types.rb', line 1092 class GetSolVnfcResourceInfoMetadata < Struct.new( :cluster, :helm_chart, :node_group) SENSITIVE = [] include Aws::Structure end |