Show / Hide Table of Contents

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 Source

Mode

The permission mode for the tmpfs mount in an integer.

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.