Interface protos.google.cloud.backupdr.v1.IAttachedDisk (0.7.0)

Properties of an AttachedDisk.

Package

@google-cloud/backupdr

Properties

autoDelete

autoDelete?: (boolean|null);

AttachedDisk autoDelete

boot

boot?: (boolean|null);

AttachedDisk boot

deviceName

deviceName?: (string|null);

AttachedDisk deviceName

diskEncryptionKey

diskEncryptionKey?: (google.cloud.backupdr.v1.ICustomerEncryptionKey|null);

AttachedDisk diskEncryptionKey

diskInterface

diskInterface?: (google.cloud.backupdr.v1.AttachedDisk.DiskInterface|keyof typeof google.cloud.backupdr.v1.AttachedDisk.DiskInterface|null);

AttachedDisk diskInterface

diskSizeGb

diskSizeGb?: (number|Long|string|null);

AttachedDisk diskSizeGb

diskType

diskType?: (string|null);

AttachedDisk diskType

diskTypeDeprecated

diskTypeDeprecated?: (google.cloud.backupdr.v1.AttachedDisk.DiskType|keyof typeof google.cloud.backupdr.v1.AttachedDisk.DiskType|null);

AttachedDisk diskTypeDeprecated

guestOsFeature

guestOsFeature?: (google.cloud.backupdr.v1.IGuestOsFeature[]|null);

AttachedDisk guestOsFeature

index

index?: (number|Long|string|null);

AttachedDisk index

initializeParams

initializeParams?: (google.cloud.backupdr.v1.AttachedDisk.IInitializeParams|null);

AttachedDisk initializeParams

kind

kind?: (string|null);

AttachedDisk kind

license

license?: (string[]|null);

AttachedDisk license

mode

mode?: (google.cloud.backupdr.v1.AttachedDisk.DiskMode|keyof typeof google.cloud.backupdr.v1.AttachedDisk.DiskMode|null);

AttachedDisk mode

savedState

savedState?: (google.cloud.backupdr.v1.AttachedDisk.DiskSavedState|keyof typeof google.cloud.backupdr.v1.AttachedDisk.DiskSavedState|null);

AttachedDisk savedState

source

source?: (string|null);

AttachedDisk source

type

type?: (google.cloud.backupdr.v1.AttachedDisk.DiskType|keyof typeof google.cloud.backupdr.v1.AttachedDisk.DiskType|null);

AttachedDisk type