Skip to content

Update Sol Function Package

telconetworkbuilder_update_sol_function_package R Documentation

Updates the operational state of function package

Description

Updates the operational state of function package.

A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.

Usage

telconetworkbuilder_update_sol_function_package(operationalState,
  vnfPkgId)

Arguments

operationalState

[required] Operational state of the function package.

vnfPkgId

[required] ID of the function package.

Value

A list with the following syntax:

list(
  operationalState = "ENABLED"|"DISABLED"
)

Request syntax

svc$update_sol_function_package(
  operationalState = "ENABLED"|"DISABLED",
  vnfPkgId = "string"
)