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

    Interface InstanceStatus

    Represents the nebius.compute.v1.InstanceStatus protobuf message.

    interface InstanceStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.InstanceStatus";
        diskAttachments: DiskAttachmentStatus[];
        gpuClusterTopology?: {
            $case: "infinibandTopologyPath";
            infinibandTopologyPath: InstanceStatusInfinibandTopologyPath;
        };
        maintenanceEventId: string;
        networkInterfaces: NetworkInterfaceStatus[];
        reconciling: boolean;
        reservationId: string;
        state: InstanceStatus_InstanceState;
        [key: symbol]: Uint8Array<ArrayBufferLike>
        | (() => unknown)
        | undefined;
    }

    Indexable

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

      Represents the nebius.compute.v1.InstanceStatus protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.compute.v1.InstanceStatus 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.compute.v1.InstanceStatus"

    Contains the fully qualified protobuf type name.

    diskAttachments: DiskAttachmentStatus[]

    Status of the requested disk attachments.

    gpuClusterTopology?: {
        $case: "infinibandTopologyPath";
        infinibandTopologyPath: InstanceStatusInfinibandTopologyPath;
    }

    Contains the selected value for the gpu_cluster_topology protobuf oneof.

    Type Declaration

    maintenanceEventId: string

    Contains the maintenance_event_id protobuf field.

    networkInterfaces: NetworkInterfaceStatus[]

    Contains the network_interfaces protobuf field.

    reconciling: boolean

    Indicates whether there is an ongoing operation

    reservationId: string

    Contains the reservation_id protobuf field.

    Contains the state protobuf field.