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

    Interface RouteTableStatus

    interface RouteTableStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.RouteTableStatus";
        assignment?: RouteTableAssignment;
        default: boolean;
        state: RouteTableStatus_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.RouteTableStatus"

    Information about which subnets are using this route table.

    default: boolean

    Indicates if this is the default route table for the network. Only one route table can be default per network.

    Current state of the route table.