Class ServiceTaskSpecContainerSpecMountVolumeOptionsGetArgs
Inheritance
System.Object
ServiceTaskSpecContainerSpecMountVolumeOptionsGetArgs
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.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceTaskSpecContainerSpecMountVolumeOptionsGetArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecContainerSpecMountVolumeOptionsGetArgs()
Declaration
public ServiceTaskSpecContainerSpecMountVolumeOptionsGetArgs()
Properties
View SourceDriverName
Declaration
public Input<string> DriverName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DriverOptions
Declaration
public InputMap<string> DriverOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Labels
See Labels below for details.
Declaration
public InputList<ServiceTaskSpecContainerSpecMountVolumeOptionsLabelGetArgs> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceTaskSpecContainerSpecMountVolumeOptionsLabelGetArgs> |
NoCopy
Whether to populate volume with data from the target.
Declaration
public Input<bool> NoCopy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |