Show / Hide Table of Contents

Class CreateContainerEmptyDirVolumeDetails

The empty directory for the container instance.

Inheritance
object
CreateContainerVolumeDetails
CreateContainerEmptyDirVolumeDetails
Inherited Members
CreateContainerVolumeDetails.Name
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class CreateContainerEmptyDirVolumeDetails : CreateContainerVolumeDetails

Properties

BackingStore

Declaration
[JsonProperty(PropertyName = "backingStore")]
[JsonConverter(typeof(StringEnumConverter))]
public ContainerEmptyDirVolume.BackingStoreEnum? BackingStore { get; set; }
Property Value
Type Description
ContainerEmptyDirVolume.BackingStoreEnum?

The volume type of the empty directory, can be either File Storage or Memory.

In this article
Back to top