Class VolumeArgs
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
Assembly: Pulumi.Docker.dll
Syntax
public sealed class VolumeArgs : ResourceArgs
Constructors
View SourceVolumeArgs()
Declaration
public VolumeArgs()
Properties
View SourceDriver
Driver type for the volume (defaults to local).
Declaration
public Input<string> Driver { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DriverOpts
Options specific to the driver.
Declaration
public InputMap<object> DriverOpts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Labels
User-defined key/value metadata.
Declaration
public InputList<VolumeLabelArgs> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VolumeLabelArgs> |
Name
The name of the Docker volume (generated if not provided).
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |