Uses of Class
com.oracle.bmc.cloudmigrations.model.HydratedVolume.VolumeType
-
Packages that use HydratedVolume.VolumeType Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of HydratedVolume.VolumeType in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return HydratedVolume.VolumeType Modifier and Type Method Description static HydratedVolume.VolumeType
HydratedVolume.VolumeType. create(String key)
HydratedVolume.VolumeType
HydratedVolume. getVolumeType()
The hydration server volume typestatic HydratedVolume.VolumeType
HydratedVolume.VolumeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static HydratedVolume.VolumeType[]
HydratedVolume.VolumeType. 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 HydratedVolume.VolumeType Modifier and Type Method Description HydratedVolume.Builder
HydratedVolume.Builder. volumeType(HydratedVolume.VolumeType volumeType)
The hydration server volume typeConstructors in com.oracle.bmc.cloudmigrations.model with parameters of type HydratedVolume.VolumeType Constructor Description HydratedVolume(String uuid, String volumeId, HydratedVolume.VolumeType volumeType, String unmodifiedVolumeId)
Deprecated.
-