Class: Aws::Tnb::Types::GetSolVnfInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#vnf_stateString

State of the network function instance.

Returns:

  • (String)


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_infoArray<Types::GetSolVnfcResourceInfo>

Compute info used by the network function instance.

Returns:



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