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

    Interface DiskSnapshotSpec

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

    interface DiskSnapshotSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.DiskSnapshotSpec";
        description: string;
        sourceDiskId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

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

    Contains the fully qualified protobuf type name.

    description: string

    Arbitrary information about this snapshot provided by user.

    sourceDiskId: string

    Identifier of the source disk. May become stale if the disk is deleted.