Skip to content

Update Sol Network Package

telconetworkbuilder_update_sol_network_package R Documentation

Updates the operational state of a network package

Description

Updates the operational state of a network package.

A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

A network service descriptor is a .yaml file in a network package that uses the TOSCA standard to describe the network functions you want to deploy and the Amazon Web Services infrastructure you want to deploy the network functions on.

Usage

telconetworkbuilder_update_sol_network_package(nsdInfoId,
  nsdOperationalState)

Arguments

nsdInfoId

[required] ID of the network service descriptor in the network package.

nsdOperationalState

[required] Operational state of the network service descriptor in the network package.

Value

A list with the following syntax:

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

Request syntax

svc$update_sol_network_package(
  nsdInfoId = "string",
  nsdOperationalState = "ENABLED"|"DISABLED"
)