RecoveryPointDiskConfiguration interface
Disk configuration
Properties
excluded |
Information of disks excluded from backup |
included |
Information of disks included in backup |
number |
Number of disks attached to the VM |
number |
Number of disks included in backup |
Property Details
excludedDiskList
Information of disks excluded from backup
excludedDiskList?: DiskInformation[]
Property Value
includedDiskList
Information of disks included in backup
includedDiskList?: DiskInformation[]
Property Value
numberOfDisksAttachedToVm
Number of disks attached to the VM
numberOfDisksAttachedToVm?: number
Property Value
number
numberOfDisksIncludedInBackup
Number of disks included in backup
numberOfDisksIncludedInBackup?: number
Property Value
number