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

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


2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2230

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)


2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2230

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