Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.DiskInformation
-
Packages that use DiskInformation Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of DiskInformation in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return DiskInformation Modifier and Type Method Description DiskInformation
DiskInformation. withLun(Integer lun)
Set the lun property: The lun property.DiskInformation
DiskInformation. withName(String name)
Set the name property: The name property.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type DiskInformation Modifier and Type Method Description List<DiskInformation>
RecoveryPointDiskConfiguration. excludedDiskList()
Get the excludedDiskList property: Information of disks excluded from backup.List<DiskInformation>
RecoveryPointDiskConfiguration. includedDiskList()
Get the includedDiskList property: Information of disks included in backup.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type DiskInformation Modifier and Type Method Description RecoveryPointDiskConfiguration
RecoveryPointDiskConfiguration. withExcludedDiskList(List<DiskInformation> excludedDiskList)
Set the excludedDiskList property: Information of disks excluded from backup.RecoveryPointDiskConfiguration
RecoveryPointDiskConfiguration. withIncludedDiskList(List<DiskInformation> includedDiskList)
Set the includedDiskList property: Information of disks included in backup.
-