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

ListSolNetworkOperationsInfo

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

Information parameters for a network operation.

interface ListSolNetworkOperationsInfo {
arn: string;
error?: ProblemDetails | null;
id: string;
lcmOperationType: LcmOperationType;
nsInstanceId: string;
operationState: NsLcmOperationState;
}

§Properties

§
arn: string
[src]

Network operation ARN.

§
error?: ProblemDetails | null
[src]

Error related to this specific network operation.

§
id: string
[src]

ID of this network operation.

§
lcmOperationType: LcmOperationType
[src]

Type of lifecycle management network operation.

§

Metadata related to this network operation.

§
nsInstanceId: string
[src]

ID of the network instance related to this operation.

§
operationState: NsLcmOperationState
[src]

The state of the network operation.