Package | Description |
---|---|
com.oracle.bmc.containerinstances.model |
Modifier and Type | Method and Description |
---|---|
static ContainerEmptyDirVolume.BackingStore |
ContainerEmptyDirVolume.BackingStore.create(String key) |
ContainerEmptyDirVolume.BackingStore |
CreateContainerEmptyDirVolumeDetails.getBackingStore()
The volume type of the empty directory, can be either File Storage or Memory.
|
ContainerEmptyDirVolume.BackingStore |
ContainerEmptyDirVolume.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.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerEmptyDirVolumeDetails.Builder |
CreateContainerEmptyDirVolumeDetails.Builder.backingStore(ContainerEmptyDirVolume.BackingStore backingStore)
The volume type of the empty directory, can be either File Storage or Memory.
|
ContainerEmptyDirVolume.Builder |
ContainerEmptyDirVolume.Builder.backingStore(ContainerEmptyDirVolume.BackingStore backingStore)
The volume type of the empty directory, can be either File Storage or Memory.
|
Constructor and Description |
---|
ContainerEmptyDirVolume(String name,
ContainerEmptyDirVolume.BackingStore backingStore)
Deprecated.
|
CreateContainerEmptyDirVolumeDetails(String name,
ContainerEmptyDirVolume.BackingStore backingStore)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.