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