Uses of Class
com.oracle.bmc.containerinstances.model.ContainerVolumeType
-
Packages that use ContainerVolumeType Package Description com.oracle.bmc.containerinstances.model -
-
Uses of ContainerVolumeType in com.oracle.bmc.containerinstances.model
Methods in com.oracle.bmc.containerinstances.model that return ContainerVolumeType Modifier and Type Method Description static ContainerVolumeType
ContainerVolumeType. create(String key)
static ContainerVolumeType
ContainerVolumeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerVolumeType[]
ContainerVolumeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-