Class ServiceTaskSpecContainerSpecMountTmpfsOptionsGetArgs
Inheritance
System.Object
ServiceTaskSpecContainerSpecMountTmpfsOptionsGetArgs
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 ServiceTaskSpecContainerSpecMountTmpfsOptionsGetArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecContainerSpecMountTmpfsOptionsGetArgs()
Declaration
public ServiceTaskSpecContainerSpecMountTmpfsOptionsGetArgs()
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> |