Class: Aws::Tnb::Types::UpdateSolNetworkInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::UpdateSolNetworkInstanceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#modify_vnf_info_data ⇒ Types::UpdateSolNetworkModify
Identifies the network function information parameters and/or the configurable properties of the network function to be modified.
-
#ns_instance_id ⇒ String
ID of the network instance.
-
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource.
-
#update_ns ⇒ Types::UpdateSolNetworkServiceData
Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.
-
#update_type ⇒ String
The type of update.
Instance Attribute Details
#modify_vnf_info_data ⇒ Types::UpdateSolNetworkModify
Identifies the network function information parameters and/or the configurable properties of the network function to be modified.
Include this property only if the update type is ‘MODIFY_VNF_INFORMATION`.
2321 2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'lib/aws-sdk-tnb/types.rb', line 2321 class UpdateSolNetworkInstanceInput < Struct.new( :modify_vnf_info_data, :ns_instance_id, :tags, :update_ns, :update_type) SENSITIVE = [:tags] include Aws::Structure end |
#ns_instance_id ⇒ String
ID of the network instance.
2321 2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'lib/aws-sdk-tnb/types.rb', line 2321 class UpdateSolNetworkInstanceInput < Struct.new( :modify_vnf_info_data, :ns_instance_id, :tags, :update_ns, :update_type) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
2321 2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'lib/aws-sdk-tnb/types.rb', line 2321 class UpdateSolNetworkInstanceInput < Struct.new( :modify_vnf_info_data, :ns_instance_id, :tags, :update_ns, :update_type) SENSITIVE = [:tags] include Aws::Structure end |
#update_ns ⇒ Types::UpdateSolNetworkServiceData
Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.
Include this property only if the update type is ‘UPDATE_NS`.
2321 2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'lib/aws-sdk-tnb/types.rb', line 2321 class UpdateSolNetworkInstanceInput < Struct.new( :modify_vnf_info_data, :ns_instance_id, :tags, :update_ns, :update_type) SENSITIVE = [:tags] include Aws::Structure end |
#update_type ⇒ String
The type of update.
-
Use the ‘MODIFY_VNF_INFORMATION` update type, to update a specific network function configuration, in the network instance.
-
Use the ‘UPDATE_NS` update type, to update the network instance to a new network service descriptor.
2321 2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'lib/aws-sdk-tnb/types.rb', line 2321 class UpdateSolNetworkInstanceInput < Struct.new( :modify_vnf_info_data, :ns_instance_id, :tags, :update_ns, :update_type) SENSITIVE = [:tags] include Aws::Structure end |