public interface BootDiskConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomerEncryptionKey()
public abstract CustomerEncryptionKey getCustomerEncryptionKey()Optional. Customer encryption key for boot disk.
.google.cloud.tpu.v2alpha1.CustomerEncryptionKey customer_encryption_key = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CustomerEncryptionKey |
The customerEncryptionKey. |
getCustomerEncryptionKeyOrBuilder()
public abstract CustomerEncryptionKeyOrBuilder getCustomerEncryptionKeyOrBuilder()Optional. Customer encryption key for boot disk.
.google.cloud.tpu.v2alpha1.CustomerEncryptionKey customer_encryption_key = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CustomerEncryptionKeyOrBuilder |
|
getEnableConfidentialCompute()
public abstract boolean getEnableConfidentialCompute()Optional. Whether the boot disk will be created with confidential compute mode.
bool enable_confidential_compute = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableConfidentialCompute. |
hasCustomerEncryptionKey()
public abstract boolean hasCustomerEncryptionKey()Optional. Customer encryption key for boot disk.
.google.cloud.tpu.v2alpha1.CustomerEncryptionKey customer_encryption_key = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customerEncryptionKey field is set. |