Class: Aws::Tnb::Types::GetSolVnfcResourceInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb

Overview

Details of resource associated with 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

#metadataTypes::GetSolVnfcResourceInfoMetadata

The metadata of the network function compute.



1038
1039
1040
1041
1042
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1038

class GetSolVnfcResourceInfo < Struct.new(
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end