Show / Hide Table of Contents

Class Capabilities

Adds and removes POSIX capabilities from running containers.

Inheritance
System.Object
Capabilities
Implements
IDirectResponseSchema
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: Google.Apis.CloudRun.v1alpha1.Data
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class Capabilities : IDirectResponseSchema

Properties

Add

Added capabilities +optional

Declaration
[JsonProperty("add")]
public virtual IList<string> Add { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Drop

Removed capabilities +optional

Declaration
[JsonProperty("drop")]
public virtual IList<string> Drop { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top