Show / Hide Table of Contents

Class ContainerMountVolumeOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ContainerMountVolumeOptionsArgs
Inherited Members
ResourceArgs.Empty
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 ContainerMountVolumeOptionsArgs : ResourceArgs

Constructors

View Source

ContainerMountVolumeOptionsArgs()

Declaration
public ContainerMountVolumeOptionsArgs()

Properties

View Source

DriverName

Declaration
public Input<string> DriverName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DriverOptions

Options for the driver.

Declaration
public InputMap<string> DriverOptions { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Labels

Adding labels.

Declaration
public InputList<ContainerMountVolumeOptionsLabelArgs> Labels { get; set; }
Property Value
Type Description
InputList<ContainerMountVolumeOptionsLabelArgs>
View Source

NoCopy

Whether to populate volume with data from the target.

Declaration
public Input<bool> NoCopy { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.