Class: Aws::Tnb::Types::GetSolVnfInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolVnfInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Information about the network function.
A network function instance is a function in a function package .
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vnf_state ⇒ String
State of the network function instance.
-
#vnfc_resource_info ⇒ Array<Types::GetSolVnfcResourceInfo>
Compute info used by the network function instance.
Instance Attribute Details
#vnf_state ⇒ String
State of the network function instance.
1047 1048 1049 1050 1051 1052 |
# File 'lib/aws-sdk-tnb/types.rb', line 1047 class GetSolVnfInfo < Struct.new( :vnf_state, :vnfc_resource_info) SENSITIVE = [] include Aws::Structure end |
#vnfc_resource_info ⇒ Array<Types::GetSolVnfcResourceInfo>
Compute info used by the network function instance.
1047 1048 1049 1050 1051 1052 |
# File 'lib/aws-sdk-tnb/types.rb', line 1047 class GetSolVnfInfo < Struct.new( :vnf_state, :vnfc_resource_info) SENSITIVE = [] include Aws::Structure end |