Show / Hide Table of Contents

Class ContainerUlimitArgs

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

Constructors

View Source

ContainerUlimitArgs()

Declaration
public ContainerUlimitArgs()

Properties

View Source

Hard

Declaration
public Input<int> Hard { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

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

Soft

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