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

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


1019
1020
1021
1022
1023
1024
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1019

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:



1019
1020
1021
1022
1023
1024
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1019

class GetSolVnfInfo < Struct.new(
  :vnf_state,
  :vnfc_resource_info)
  SENSITIVE = []
  include Aws::Structure
end