@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface NetworkStatus

    interface NetworkStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.NetworkStatus";
        defaultRouteTableId: string;
        state: NetworkStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.NetworkStatus"
    defaultRouteTableId: string

    ID of the network's default route table.

    Current state of the network.