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

    Interface RouteTable

    RouteTable represents a routing configuration for a VPC network. Each route table can be associated with multiple subnets and contains rules for routing traffic to different destinations.

    interface RouteTable {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.RouteTable";
        metadata?: ResourceMetadata;
        spec?: RouteTableSpec;
        status?: RouteTableStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.RouteTable"
    metadata?: ResourceMetadata

    metadata.parent_id represents the Project.

    Specification of the route table's configuration.

    Current status of the route table.