Show / Hide Table of Contents

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 Source

DriverName

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

DriverOptions

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

Labels

See Labels below for details.

Declaration
public readonly ImmutableArray<ServiceTaskSpecContainerSpecMountVolumeOptionsLabel> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ServiceTaskSpecContainerSpecMountVolumeOptionsLabel>
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.