Uses of Class
com.oracle.bmc.cloudmigrations.model.LogicalUnit
-
Packages that use LogicalUnit Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of LogicalUnit in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return LogicalUnit Modifier and Type Method Description LogicalUnitLogicalUnit.Builder. build()Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type LogicalUnit Modifier and Type Method Description List<LogicalUnit>Storage. getLogicalUnits()Logical Units of the host storageList<LogicalUnit>VolumeGroup. getLogicalUnits()List of logical units of the volume groupMethods in com.oracle.bmc.cloudmigrations.model with parameters of type LogicalUnit Modifier and Type Method Description LogicalUnit.BuilderLogicalUnit.Builder. copy(LogicalUnit model)Method parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type LogicalUnit Modifier and Type Method Description Storage.BuilderStorage.Builder. logicalUnits(List<LogicalUnit> logicalUnits)Logical Units of the host storageVolumeGroup.BuilderVolumeGroup.Builder. logicalUnits(List<LogicalUnit> logicalUnits)List of logical units of the volume groupConstructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type LogicalUnit Constructor Description VolumeGroup(String id, List<LogicalUnit> logicalUnits)Deprecated.
-