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

    Interface ImageStatus

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

    interface ImageStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.ImageStatus";
        imageFamilyDeprecation?: ImageStatus_ImageFamilyDeprecationStatus;
        minDiskSizeBytes: Long;
        reconciling: boolean;
        state: ImageStatus_State;
        stateDescription: string;
        storageSizeBytes: Long;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

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

    Contains the fully qualified protobuf type name.

    Contains the image_family_deprecation protobuf field.

    minDiskSizeBytes: Long

    Contains the min_disk_size_bytes protobuf field.

    reconciling: boolean

    Indicates whether there is an ongoing operation

    Contains the state protobuf field.

    stateDescription: string

    Contains the state_description protobuf field.

    storageSizeBytes: Long

    Contains the storage_size_bytes protobuf field.