Show / Hide Table of Contents

Class ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs
Inherited Members
ResourceArgs.Empty
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 Source

ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs()

Declaration
public ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs()

Properties

View Source

Mode

See Mode below for details.

Declaration
public Input<int> Mode { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SizeBytes

The size for the tmpfs mount in bytes.

Declaration
public Input<int> SizeBytes { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.