Class: Aws::Tnb::Types::GetSolInstantiatedVnfInfo

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

Overview

Information about 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

#vnf_stateString

State of the network function.

Returns:

  • (String)


591
592
593
594
595
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 591

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