Class DataplaneV2FeatureSpec
Dataplane V2: Spec
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class DataplaneV2FeatureSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableEncryption
Enable dataplane-v2 based encryption for multiple clusters.
Declaration
[JsonProperty("enableEncryption")]
public virtual bool? EnableEncryption { get; set; }
Property Value
Type | Description |
---|---|
bool? |