Class: Aws::Tnb::Types::UpdateSolNetworkInstanceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#modify_vnf_info_dataTypes::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_idString

ID of the network instance.

Returns:

  • (String)


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

#tagsHash<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.

Returns:

  • (Hash<String,String>)


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_nsTypes::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_typeString

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.

Returns:

  • (String)


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