Show / Hide Table of Contents

Class WorkloadPolicyConfig

WorkloadPolicyConfig is the configuration related to GCW workload policy

Inheritance
object
WorkloadPolicyConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class WorkloadPolicyConfig : IDirectResponseSchema

Properties

AllowNetAdmin

If true, workloads can use NET_ADMIN capability.

Declaration
[JsonProperty("allowNetAdmin")]
public virtual bool? AllowNetAdmin { get; set; }
Property Value
Type Description
bool?

AutopilotCompatibilityAuditingEnabled

If true, enables the GCW Auditor that audits workloads on standard clusters.

Declaration
[JsonProperty("autopilotCompatibilityAuditingEnabled")]
public virtual bool? AutopilotCompatibilityAuditingEnabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX