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

GetSolVnfInfo

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

Information about the network function.

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

interface GetSolVnfInfo {
vnfcResourceInfo?: GetSolVnfcResourceInfo[] | null;
vnfState?: VnfOperationalState | null;
}

§Properties

§
vnfcResourceInfo?: GetSolVnfcResourceInfo[] | null
[src]

Compute info used by the network function instance.

§
vnfState?: VnfOperationalState | null
[src]

State of the network function instance.