Show / Hide Table of Contents

Class ServiceTaskSpecContainerSpecMount

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

Fields

View Source

BindOptions

Optional configuration for the bind type.

Declaration
public readonly ServiceTaskSpecContainerSpecMountBindOptions BindOptions
Field Value
Type Description
ServiceTaskSpecContainerSpecMountBindOptions
View Source

ReadOnly

Mount the container's root filesystem as read only.

Declaration
public readonly bool? ReadOnly
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Source

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

Declaration
public readonly string Source
Field Value
Type Description
System.String
View Source

Target

The container path.

Declaration
public readonly string Target
Field Value
Type Description
System.String
View Source

TmpfsOptions

Optional configuration for the tmpf type.

Declaration
public readonly ServiceTaskSpecContainerSpecMountTmpfsOptions TmpfsOptions
Field Value
Type Description
ServiceTaskSpecContainerSpecMountTmpfsOptions
View Source

Type

SELinux type label

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

VolumeOptions

Optional configuration for the volume type.

Declaration
public readonly ServiceTaskSpecContainerSpecMountVolumeOptions VolumeOptions
Field Value
Type Description
ServiceTaskSpecContainerSpecMountVolumeOptions
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.