@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface EndpointSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.serverless.v1alpha1.EndpointSpec";
        container?: EndpointContainerSpec;
        description: string;
        networkId: string;
        password: string;
        port: number;
        username: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.msp.serverless.v1alpha1.EndpointSpec"

    Container spec

    description: string

    Description of the endpoint.

    networkId: string

    Network ID to run the endpoint in

    password: string

    Password for accessing the container endpoint.

    port: number

    Container port to be exposed.

    username: string

    Username for accessing the container endpoint.