Class: Aws::Tnb::Types::GetSolVnfcResourceInfoMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/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

Instance Attribute Details

#clusterString

Information about the cluster.

Returns:

  • (String)


1064
1065
1066
1067
1068
1069
1070
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1064

class GetSolVnfcResourceInfoMetadata < Struct.new(
  :cluster,
  :helm_chart,
  :node_group)
  SENSITIVE = []
  include Aws::Structure
end

#helm_chartString

Information about the helm chart.

Returns:

  • (String)


1064
1065
1066
1067
1068
1069
1070
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1064

class GetSolVnfcResourceInfoMetadata < Struct.new(
  :cluster,
  :helm_chart,
  :node_group)
  SENSITIVE = []
  include Aws::Structure
end

#node_groupString

Information about the node group.

Returns:

  • (String)


1064
1065
1066
1067
1068
1069
1070
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1064

class GetSolVnfcResourceInfoMetadata < Struct.new(
  :cluster,
  :helm_chart,
  :node_group)
  SENSITIVE = []
  include Aws::Structure
end