Class: Aws::Tnb::Types::UpdateSolNetworkModify

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

Overview

Information parameters and/or the configurable properties for a 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_configurable_propertiesHash, ...

Provides values for the configurable properties declared in the function package descriptor.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


2371
2372
2373
2374
2375
2376
# File 'lib/aws-sdk-tnb/types.rb', line 2371

class UpdateSolNetworkModify < Struct.new(
  :vnf_configurable_properties,
  :vnf_instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#vnf_instance_idString

ID of the network function instance.

A network function instance is a function in a function package .

Returns:

  • (String)


2371
2372
2373
2374
2375
2376
# File 'lib/aws-sdk-tnb/types.rb', line 2371

class UpdateSolNetworkModify < Struct.new(
  :vnf_configurable_properties,
  :vnf_instance_id)
  SENSITIVE = []
  include Aws::Structure
end