@nebius/js-sdk - v0.2.3
    Preparing search index...
    interface ManagedDisk {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.ManagedDisk";
        labels: { [key: string]: string };
        name: string;
        spec?: DiskSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

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

    Labels associated with disk resource.

    name: string

    Name of a dependent disk. Use it to convert an ExistingDisk to a dependent disk. Changing the name will replace the disk and cause data loss.

    spec?: DiskSpec

    Specification of a dependent disk to be created.