Uses of Class
com.oracle.bmc.cloudbridge.model.Disk
-
Packages that use Disk Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of Disk in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Disk Modifier and Type Method Description Disk
Disk.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type Disk Modifier and Type Method Description List<Disk>
ComputeProperties. getDisks()
Lists the set of disks belonging to the virtual machine.Methods in com.oracle.bmc.cloudbridge.model with parameters of type Disk Modifier and Type Method Description Disk.Builder
Disk.Builder. copy(Disk model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type Disk Modifier and Type Method Description ComputeProperties.Builder
ComputeProperties.Builder. disks(List<Disk> disks)
Lists the set of disks belonging to the virtual machine.
-