telconetworkbuilder_put_sol_function_package_content {paws.networking}R Documentation

Uploads the contents of a function package

Description

Uploads the contents of a function package.

See https://www.paws-r-sdk.com/docs/telconetworkbuilder_put_sol_function_package_content/ for full documentation.

Usage

telconetworkbuilder_put_sol_function_package_content(
  contentType = NULL,
  file,
  vnfPkgId
)

Arguments

contentType

Function package content type.

file

[required] Function package file.

vnfPkgId

[required] Function package ID.


[Package paws.networking version 0.7.0 Index]