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

    Interface ResourceAdviceStatus_Availability

    Shows the available resources.

    interface ResourceAdviceStatus_Availability {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.ResourceAdviceStatus.Availability";
        available: number;
        dataState: ResourceAdviceStatus_Availability_DataState;
        effectiveAt?: Dayjs;
        limit: number;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.capacity.v1.ResourceAdviceStatus.Availability"
    available: number

    Current units that can be allocated immediately (clipped by quota).

    Reflects relevance of the data.

    effectiveAt?: Dayjs

    The timestamp of the actual infrastructure measurement.

    limit: number

    The user's maximum quota limit for this resource type.