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

    Interface QuotaAllowanceStatus

    Represents the nebius.quotas.v1.QuotaAllowanceStatus protobuf message.

    interface QuotaAllowanceStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.quotas.v1.QuotaAllowanceStatus";
        description: string;
        service: string;
        serviceDescription: string;
        state: QuotaAllowanceStatus_State;
        unit: string;
        usage: Long;
        usagePercentage: string;
        usageState: QuotaAllowanceStatus_UsageState;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.quotas.v1.QuotaAllowanceStatus protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.quotas.v1.QuotaAllowanceStatus protobuf message.

            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.quotas.v1.QuotaAllowanceStatus"

    Contains the fully qualified protobuf type name.

    description: string

    Human-readable description of the quota. Example: "Total RAM across VMs".

    service: string

    Service in which the quota is allocated. Example: "mk8s".

    serviceDescription: string

    Human-readable name of the service managing the quota. Example: "Managed Kubernetes®".

    Current state of the quota.

    unit: string

    Quota unit. Example: "byte".

    usage: Long

    Current quota usage.

    usagePercentage: string

    Current quota usage as a percentage. Values range from 0.0 to 1.0, representing 0% to 100%. Values can exceed 1.0 if usage exceeds the limit. Example: "0.12".

    Current state of the quota usage.