Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_sol_function_package

update_sol_function_package(**kwargs)

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.

See also: AWS API Documentation

Request Syntax

response = client.update_sol_function_package(
    operationalState='ENABLED'|'DISABLED',
    vnfPkgId='string'
)
Parameters
  • operationalState (string) --

    [REQUIRED]

    Operational state of the function package.

  • vnfPkgId (string) --

    [REQUIRED]

    ID of the function package.

Return type

dict

Returns

Response Syntax

{
    'operationalState': 'ENABLED'|'DISABLED'
}

Response Structure

  • (dict) --

    • operationalState (string) --

      Operational state of the function package.

Exceptions

  • TelcoNetworkBuilder.Client.exceptions.InternalServerException
  • TelcoNetworkBuilder.Client.exceptions.ThrottlingException
  • TelcoNetworkBuilder.Client.exceptions.ValidationException
  • TelcoNetworkBuilder.Client.exceptions.ResourceNotFoundException
  • TelcoNetworkBuilder.Client.exceptions.AccessDeniedException