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

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



2182
2183
2184
2185
2186
2187
2188
2189
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2182

class UpdateSolNetworkInstanceInput < Struct.new(
  :modify_vnf_info_data,
  :ns_instance_id,
  :tags,
  :update_type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#ns_instance_idString

ID of the network instance.

Returns:

  • (String)


2182
2183
2184
2185
2186
2187
2188
2189
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2182

class UpdateSolNetworkInstanceInput < Struct.new(
  :modify_vnf_info_data,
  :ns_instance_id,
  :tags,
  :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 transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.

Returns:

  • (Hash<String,String>)


2182
2183
2184
2185
2186
2187
2188
2189
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2182

class UpdateSolNetworkInstanceInput < Struct.new(
  :modify_vnf_info_data,
  :ns_instance_id,
  :tags,
  :update_type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#update_typeString

The type of update.

Returns:

  • (String)


2182
2183
2184
2185
2186
2187
2188
2189
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2182

class UpdateSolNetworkInstanceInput < Struct.new(
  :modify_vnf_info_data,
  :ns_instance_id,
  :tags,
  :update_type)
  SENSITIVE = [:tags]
  include Aws::Structure
end