Class ServiceTaskSpecContainerSpecMountVolumeOptions
Inheritance
System.Object
ServiceTaskSpecContainerSpecMountVolumeOptions
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 ServiceTaskSpecContainerSpecMountVolumeOptions
Fields
View SourceDriverName
Declaration
public readonly string DriverName
Field Value
| Type | Description |
|---|---|
| System.String |
DriverOptions
Declaration
public readonly ImmutableDictionary<string, string> DriverOptions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Labels
See Labels below for details.
Declaration
public readonly ImmutableArray<ServiceTaskSpecContainerSpecMountVolumeOptionsLabel> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ServiceTaskSpecContainerSpecMountVolumeOptionsLabel> |
NoCopy
Whether to populate volume with data from the target.
Declaration
public readonly bool? NoCopy
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |