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

    Interface NVLInstanceGroupStatus

    interface NVLInstanceGroupStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.NVLInstanceGroupStatus";
        instances: { [key: string]: NVLInstanceGroupStatus_InstanceInfo };
        reconciling: boolean;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.compute.v1.NVLInstanceGroupStatus"
    instances: { [key: string]: NVLInstanceGroupStatus_InstanceInfo }

    Instances that are associated with this NVLink InstanceGroup

    reconciling: boolean

    Indicates whether there is an ongoing operation with any VM in the InstanceGroup