Class EncryptionConfig
Defines encryption settings for the swap space.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class EncryptionConfig : IDirectResponseSchema
Properties
Disabled
Optional. If true, swap space will not be encrypted. Defaults to false (encrypted).
Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { 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 |