Class: Aws::Tnb::Types::ListSolFunctionInstanceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ListSolFunctionInstanceInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Lists information about a network function instance.
A network function instance is a function in a function package .
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Network function instance ARN.
-
#id ⇒ String
Network function instance ID.
-
#instantiated_vnf_info ⇒ Types::GetSolInstantiatedVnfInfo
Information about a network function.
-
#instantiation_state ⇒ String
Network function instance instantiation state.
-
#metadata ⇒ Types::ListSolFunctionInstanceMetadata
Network function instance metadata.
-
#ns_instance_id ⇒ String
Network instance ID.
-
#vnf_pkg_id ⇒ String
Function package ID.
-
#vnf_pkg_name ⇒ String
Function package name.
Instance Attribute Details
#arn ⇒ String
Network function instance ARN.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-tnb/types.rb', line 1250 class ListSolFunctionInstanceInfo < Struct.new( :arn, :id, :instantiated_vnf_info, :instantiation_state, :metadata, :ns_instance_id, :vnf_pkg_id, :vnf_pkg_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Network function instance ID.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-tnb/types.rb', line 1250 class ListSolFunctionInstanceInfo < Struct.new( :arn, :id, :instantiated_vnf_info, :instantiation_state, :metadata, :ns_instance_id, :vnf_pkg_id, :vnf_pkg_name) SENSITIVE = [] include Aws::Structure end |
#instantiated_vnf_info ⇒ Types::GetSolInstantiatedVnfInfo
Information about 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.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-tnb/types.rb', line 1250 class ListSolFunctionInstanceInfo < Struct.new( :arn, :id, :instantiated_vnf_info, :instantiation_state, :metadata, :ns_instance_id, :vnf_pkg_id, :vnf_pkg_name) SENSITIVE = [] include Aws::Structure end |
#instantiation_state ⇒ String
Network function instance instantiation state.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-tnb/types.rb', line 1250 class ListSolFunctionInstanceInfo < Struct.new( :arn, :id, :instantiated_vnf_info, :instantiation_state, :metadata, :ns_instance_id, :vnf_pkg_id, :vnf_pkg_name) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::ListSolFunctionInstanceMetadata
Network function instance metadata.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-tnb/types.rb', line 1250 class ListSolFunctionInstanceInfo < Struct.new( :arn, :id, :instantiated_vnf_info, :instantiation_state, :metadata, :ns_instance_id, :vnf_pkg_id, :vnf_pkg_name) SENSITIVE = [] include Aws::Structure end |
#ns_instance_id ⇒ String
Network instance ID.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-tnb/types.rb', line 1250 class ListSolFunctionInstanceInfo < Struct.new( :arn, :id, :instantiated_vnf_info, :instantiation_state, :metadata, :ns_instance_id, :vnf_pkg_id, :vnf_pkg_name) SENSITIVE = [] include Aws::Structure end |
#vnf_pkg_id ⇒ String
Function package ID.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-tnb/types.rb', line 1250 class ListSolFunctionInstanceInfo < Struct.new( :arn, :id, :instantiated_vnf_info, :instantiation_state, :metadata, :ns_instance_id, :vnf_pkg_id, :vnf_pkg_name) SENSITIVE = [] include Aws::Structure end |
#vnf_pkg_name ⇒ String
Function package name.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-tnb/types.rb', line 1250 class ListSolFunctionInstanceInfo < Struct.new( :arn, :id, :instantiated_vnf_info, :instantiation_state, :metadata, :ns_instance_id, :vnf_pkg_id, :vnf_pkg_name) SENSITIVE = [] include Aws::Structure end |