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

NodeInstance

import type { NodeInstance } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";

A node instance.

interface NodeInstance {
CurrentStatus: NodeInstanceStatus;
NodeId?: string | null;
NodeInstanceId: string;
NodeName?: string | null;
PackageName?: string | null;
PackagePatchVersion?: string | null;
PackageVersion?: string | null;
}

§Properties

§

The instance's current status.

§
NodeId?: string | null
[src]

The node's ID.

§
NodeInstanceId: string
[src]

The instance's ID.

§
NodeName?: string | null
[src]

The instance's name.

§
PackageName?: string | null
[src]

The instance's package name.

§
PackagePatchVersion?: string | null
[src]

The instance's package patch version.

§
PackageVersion?: string | null
[src]

The instance's package version.