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 SourceBindOptions
Optional configuration for the bind type.
Declaration
public readonly ServiceTaskSpecContainerSpecMountBindOptions BindOptions
Field Value
| Type | Description |
|---|---|
| ServiceTaskSpecContainerSpecMountBindOptions |
ReadOnly
Mount the container's root filesystem as read only.
Declaration
public readonly bool? ReadOnly
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Source
The mount source (e.g., a volume name, a host path)
Declaration
public readonly string Source
Field Value
| Type | Description |
|---|---|
| System.String |
Target
The container path.
Declaration
public readonly string Target
Field Value
| Type | Description |
|---|---|
| System.String |
TmpfsOptions
Optional configuration for the tmpf type.
Declaration
public readonly ServiceTaskSpecContainerSpecMountTmpfsOptions TmpfsOptions
Field Value
| Type | Description |
|---|---|
| ServiceTaskSpecContainerSpecMountTmpfsOptions |
Type
SELinux type label
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
VolumeOptions
Optional configuration for the volume type.
Declaration
public readonly ServiceTaskSpecContainerSpecMountVolumeOptions VolumeOptions
Field Value
| Type | Description |
|---|---|
| ServiceTaskSpecContainerSpecMountVolumeOptions |