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

    Interface ResourceAdviceStatus_Availability

    Shows the available resources.

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

    Indexable

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

      Shows the available resources.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Shows the available resources.

            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.capacity.v1.ResourceAdviceStatus.Availability"

    Contains the fully qualified protobuf type name.

    Categorical indicator for resources 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.