@nebius/js-sdk - v0.2.54
    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

      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.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • 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.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.vpc.v1.RouteTable"

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    metadata.parent_id represents the Project.

    Specification of the route table's configuration.

    Current status of the route table.