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

    Interface SubnetAssociatedRouteTable

    interface SubnetAssociatedRouteTable {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.SubnetAssociatedRouteTable";
        default: boolean;
        id: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.SubnetAssociatedRouteTable"
    default: boolean

    Indicates whether this is the network's default route table. If true, this is the default route table inherited from the network. If false, this is a custom route table explicitly associated with the subnet via spec.

    id: string

    ID of the route table.