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

    Interface ResourceAdvice

    ResourceAdvice is a virtual resource representing the availability of a specific technical configuration in a specific scope.

    interface ResourceAdvice {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.ResourceAdvice";
        metadata?: ResourceMetadata;
        spec?: ResourceAdviceSpec;
        status?: ResourceAdviceStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      ResourceAdvice is a virtual resource representing the availability of a specific technical configuration in a specific scope.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • ResourceAdvice is a virtual resource representing the availability of a specific technical configuration in a specific scope.

            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.ResourceAdvice"

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    Standard metadata. parent_id is the User's Tenant NID.

    Identifiers for the capacity scope and technical configuration.

    The current state of availability, including quotas and data freshness.