Show / Hide Table of Contents

Class ContainerEmptyDirVolume

The empty directory volume of a container instance. You can create up to 64 EmptyDir per container instance.

Inheritance
object
ContainerVolume
ContainerEmptyDirVolume
Inherited Members
ContainerVolume.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 ContainerEmptyDirVolume : ContainerVolume

Properties

BackingStore

Declaration
[JsonProperty(PropertyName = "backingStore")]
[JsonConverter(typeof(ResponseEnumConverter))]
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