Show / Hide Table of Contents

Class ServiceTaskSpecContainerSpecMountTmpfsOptions

Inheritance
System.Object
ServiceTaskSpecContainerSpecMountTmpfsOptions
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 ServiceTaskSpecContainerSpecMountTmpfsOptions

Fields

View Source

Mode

See Mode below for details.

Declaration
public readonly int? Mode
Field Value
Type Description
System.Nullable<System.Int32>
View Source

SizeBytes

The size for the tmpfs mount in bytes.

Declaration
public readonly int? SizeBytes
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.