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 SourceAdds
list of linux capabilities to add.
Declaration
public readonly ImmutableArray<string> Adds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Drops
list of linux capabilities to drop.
Declaration
public readonly ImmutableArray<string> Drops
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |