Class: Aws::Tnb::Types::GetSolVnfcResourceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolVnfcResourceInfo
- 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
-
#metadata ⇒ Types::GetSolVnfcResourceInfoMetadata
The metadata of the network function compute.
Instance Attribute Details
#metadata ⇒ Types::GetSolVnfcResourceInfoMetadata
The metadata of the network function compute.
1066 1067 1068 1069 1070 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1066 class GetSolVnfcResourceInfo < Struct.new( :metadata) SENSITIVE = [] include Aws::Structure end |