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

    Interface Route

    Routes determine how network traffic is directed within a VPC network, specifying the path that traffic should take based on destination addresses.

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

    Indexable

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

      Routes determine how network traffic is directed within a VPC network, specifying the path that traffic should take based on destination addresses.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Routes determine how network traffic is directed within a VPC network, specifying the path that traffic should take based on destination addresses.

            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.Route"

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    metadata.parent_id represents the RouteTable.

    spec?: RouteSpec

    Specification of the route's configuration.

    status?: RouteStatus

    Current status of the route.