Class ContainerMountTmpfsOptions
Inheritance
System.Object
ContainerMountTmpfsOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Docker.Outputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ContainerMountTmpfsOptions
Fields
View SourceMode
The permission mode for the tmpfs mount in an integer.
Declaration
public readonly int? Mode
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SizeBytes
The size for the tmpfs mount in bytes.
Declaration
public readonly int? SizeBytes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |