Show / Hide Table of Contents

Class ContainerCapabilities

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

Fields

View Source

Adds

list of linux capabilities to add.

Declaration
public readonly ImmutableArray<string> Adds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Drops

list of linux capabilities to drop.

Declaration
public readonly ImmutableArray<string> Drops
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.