Class BootDiskConfig
Boot disk configurations.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2alpha1.Data
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class BootDiskConfig : IDirectResponseSchema
Properties
CustomerEncryptionKey
Optional. Customer encryption key for boot disk.
Declaration
[JsonProperty("customerEncryptionKey")]
public virtual CustomerEncryptionKey CustomerEncryptionKey { get; set; }
Property Value
Type | Description |
---|---|
CustomerEncryptionKey |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableConfidentialCompute
Optional. Whether the boot disk will be created with confidential compute mode.
Declaration
[JsonProperty("enableConfidentialCompute")]
public virtual bool? EnableConfidentialCompute { get; set; }
Property Value
Type | Description |
---|---|
bool? |