Show / Hide Table of Contents

Class ContainerMountVolumeOptions

Inheritance
System.Object
ContainerMountVolumeOptions
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 ContainerMountVolumeOptions

Fields

View Source

DriverName

Declaration
public readonly string DriverName
Field Value
Type Description
System.String
View Source

DriverOptions

Options for the driver.

Declaration
public readonly ImmutableDictionary<string, string> DriverOptions
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Labels

Adding labels.

Declaration
public readonly ImmutableArray<ContainerMountVolumeOptionsLabel> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ContainerMountVolumeOptionsLabel>
View Source

NoCopy

Whether to populate volume with data from the target.

Declaration
public readonly bool? NoCopy
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.