Class ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs
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 ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecContainerSpecMountTmpfsOptionsArgs()
Declaration
public ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs()
Properties
View SourceMode
See Mode below for details.
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> |