Show / Hide Table of Contents

Class ServiceTaskSpecContainerSpecMountGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceTaskSpecContainerSpecMountGetArgs
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 ServiceTaskSpecContainerSpecMountGetArgs : ResourceArgs

Constructors

View Source

ServiceTaskSpecContainerSpecMountGetArgs()

Declaration
public ServiceTaskSpecContainerSpecMountGetArgs()

Properties

View Source

BindOptions

Optional configuration for the bind type.

Declaration
public Input<ServiceTaskSpecContainerSpecMountBindOptionsGetArgs> BindOptions { get; set; }
Property Value
Type Description
Input<ServiceTaskSpecContainerSpecMountBindOptionsGetArgs>
View Source

ReadOnly

Mount the container's root filesystem as read only.

Declaration
public Input<bool> ReadOnly { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Source

The mount source (e.g., a volume name, a host path)

Declaration
public Input<string> Source { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Target

The container path.

Declaration
public Input<string> Target { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TmpfsOptions

Optional configuration for the tmpf type.

Declaration
public Input<ServiceTaskSpecContainerSpecMountTmpfsOptionsGetArgs> TmpfsOptions { get; set; }
Property Value
Type Description
Input<ServiceTaskSpecContainerSpecMountTmpfsOptionsGetArgs>
View Source

Type

SELinux type label

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VolumeOptions

Optional configuration for the volume type.

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