Uses of Class
com.oracle.bmc.cloudmigrations.model.LogicalUnit.LunStatus
-
Packages that use LogicalUnit.LunStatus Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of LogicalUnit.LunStatus in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return LogicalUnit.LunStatus Modifier and Type Method Description static LogicalUnit.LunStatusLogicalUnit.LunStatus. create(String key)LogicalUnit.LunStatusLogicalUnit. getLunStatus()LUN Statusstatic LogicalUnit.LunStatusLogicalUnit.LunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicalUnit.LunStatus[]LogicalUnit.LunStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type LogicalUnit.LunStatus Modifier and Type Method Description LogicalUnit.BuilderLogicalUnit.Builder. lunStatus(LogicalUnit.LunStatus lunStatus)LUN StatusConstructors in com.oracle.bmc.cloudmigrations.model with parameters of type LogicalUnit.LunStatus Constructor Description LogicalUnit(String address, Long discardMaxSizeInBytes, Boolean isDiscardZeroesData, String diskId, String id, Integer lunMapping, LogicalUnit.LunStatus lunStatus, String password, Integer paths, Integer port, String portal, String productId, String serial, Integer size, String storageDomainId, String target, String username, String vendorId, String volumeGroupId)Deprecated.
-