Show / Hide Table of Contents

Class ContainerDeviceArgs

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

Constructors

View Source

ContainerDeviceArgs()

Declaration
public ContainerDeviceArgs()

Properties

View Source

ContainerPath

The path in the container where the device will be binded.

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

HostPath

The path on the host where the device is located.

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

Permissions

The cgroup permissions given to the container to access the device. Defaults to rwm.

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