Uses of Class
com.oracle.bmc.containerinstances.model.ContainerEmptyDirVolume.BackingStore
-
Packages that use ContainerEmptyDirVolume.BackingStore Package Description com.oracle.bmc.containerinstances.model -
-
Uses of ContainerEmptyDirVolume.BackingStore in com.oracle.bmc.containerinstances.model
Methods in com.oracle.bmc.containerinstances.model that return ContainerEmptyDirVolume.BackingStore Modifier and Type Method Description static ContainerEmptyDirVolume.BackingStore
ContainerEmptyDirVolume.BackingStore. create(String key)
ContainerEmptyDirVolume.BackingStore
ContainerEmptyDirVolume. getBackingStore()
The volume type of the empty directory, can be either File Storage or Memory.ContainerEmptyDirVolume.BackingStore
CreateContainerEmptyDirVolumeDetails. getBackingStore()
The volume type of the empty directory, can be either File Storage or Memory.static ContainerEmptyDirVolume.BackingStore
ContainerEmptyDirVolume.BackingStore. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerEmptyDirVolume.BackingStore[]
ContainerEmptyDirVolume.BackingStore. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.containerinstances.model with parameters of type ContainerEmptyDirVolume.BackingStore Modifier and Type Method Description ContainerEmptyDirVolume.Builder
ContainerEmptyDirVolume.Builder. backingStore(ContainerEmptyDirVolume.BackingStore backingStore)
The volume type of the empty directory, can be either File Storage or Memory.CreateContainerEmptyDirVolumeDetails.Builder
CreateContainerEmptyDirVolumeDetails.Builder. backingStore(ContainerEmptyDirVolume.BackingStore backingStore)
The volume type of the empty directory, can be either File Storage or Memory.Constructors in com.oracle.bmc.containerinstances.model with parameters of type ContainerEmptyDirVolume.BackingStore Constructor Description ContainerEmptyDirVolume(String name, ContainerEmptyDirVolume.BackingStore backingStore)
Deprecated.CreateContainerEmptyDirVolumeDetails(String name, ContainerEmptyDirVolume.BackingStore backingStore)
Deprecated.
-