Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateSolNetworkModify

import type { UpdateSolNetworkModify } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";

Information parameters and/or the configurable properties for a network function.

A network function instance is a function in a function package .

interface UpdateSolNetworkModify {
vnfConfigurableProperties: Document;
vnfInstanceId: string;
}

§Properties

§
vnfConfigurableProperties: Document
[src]

Provides values for the configurable properties declared in the function package descriptor.

§
vnfInstanceId: string
[src]

ID of the network function instance.

A network function instance is a function in a function package .