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

    Interface GetImageLatestByFamilyRequest

    interface GetImageLatestByFamilyRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1alpha1.GetImageLatestByFamilyRequest";
        imageFamily: string;
        parentId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.compute.v1alpha1.GetImageLatestByFamilyRequest"
    imageFamily: string
    parentId: string

    default 'project-{region}public-images'