Class ContainerMountTmpfsOptionsArgs
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.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ContainerMountTmpfsOptionsArgs : ResourceArgs
Constructors
View SourceContainerMountTmpfsOptionsArgs()
Declaration
public ContainerMountTmpfsOptionsArgs()
Properties
View SourceMode
The permission mode for the tmpfs mount in an integer.
Declaration
public Input<int> Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SizeBytes
The size for the tmpfs mount in bytes.
Declaration
public Input<int> SizeBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |