Show / Hide Table of Contents

Class ContainerMountBindOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ContainerMountBindOptionsArgs
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 ContainerMountBindOptionsArgs : ResourceArgs

Constructors

View Source

ContainerMountBindOptionsArgs()

Declaration
public ContainerMountBindOptionsArgs()

Properties

View Source

Propagation

A propagation mode with the value.

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