@nebius/js-sdk - v0.1.41
    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
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.capacity.v1.ResourceAdvice"
    metadata?: ResourceMetadata

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

    Identifiers for the capacity scope and technical configuration.

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