public interface ShieldedInstanceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableIntegrityMonitoring()
Optional.
|
boolean |
getEnableSecureBoot()
Optional.
|
boolean |
getEnableVtpm()
Optional.
|
boolean |
hasEnableIntegrityMonitoring()
Optional.
|
boolean |
hasEnableSecureBoot()
Optional.
|
boolean |
hasEnableVtpm()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnableSecureBoot()
Optional. Defines whether instances have Secure Boot enabled.
optional bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];boolean getEnableSecureBoot()
Optional. Defines whether instances have Secure Boot enabled.
optional bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];boolean hasEnableVtpm()
Optional. Defines whether instances have the vTPM enabled.
optional bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];boolean getEnableVtpm()
Optional. Defines whether instances have the vTPM enabled.
optional bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];boolean hasEnableIntegrityMonitoring()
Optional. Defines whether instances have integrity monitoring enabled.
optional bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean getEnableIntegrityMonitoring()
Optional. Defines whether instances have integrity monitoring enabled.
optional bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.