Show / Hide Table of Contents

Class WorkloadConfig

WorkloadConfig defines the flags to enable or disable the workload configurations for the cluster.

Inheritance
object
WorkloadConfig
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.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class WorkloadConfig : IDirectResponseSchema

Properties

AuditMode

Sets which mode of auditing should be used for the cluster's workloads.

Declaration
[JsonProperty("auditMode")]
public virtual string AuditMode { get; set; }
Property Value
Type Description
string

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