Show / Hide Table of Contents

Class ProtectConfig

ProtectConfig defines the flags needed to enable/disable features for the Protect API.

Inheritance
object
ProtectConfig
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 ProtectConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

WorkloadConfig

WorkloadConfig defines which actions are enabled for a cluster's workload configurations.

Declaration
[JsonProperty("workloadConfig")]
public virtual WorkloadConfig WorkloadConfig { get; set; }
Property Value
Type Description
WorkloadConfig

WorkloadVulnerabilityMode

Sets which mode to use for Protect workload vulnerability scanning feature.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX