Class: Aws::Tnb::Types::UpdateSolNetworkModify
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::UpdateSolNetworkModify
- 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
-
#vnf_configurable_properties ⇒ Hash, ...
Provides values for the configurable properties declared in the function package descriptor.
-
#vnf_instance_id ⇒ String
ID of the network function instance.
Instance Attribute Details
#vnf_configurable_properties ⇒ Hash, ...
Provides values for the configurable properties declared in the function package descriptor.
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_id ⇒ String
ID of the network function instance.
A network function instance is a function in a function package .
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 |