public interface ShieldedInstanceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableIntegrityMonitoring()
Defines whether the instance has integrity monitoring enabled.
|
boolean |
getEnableSecureBoot()
Defines whether the instance has Secure Boot enabled.
|
boolean |
getEnableVtpm()
Defines whether the instance has the vTPM enabled.
|
boolean |
hasEnableIntegrityMonitoring()
Defines whether the instance has integrity monitoring enabled.
|
boolean |
hasEnableSecureBoot()
Defines whether the instance has Secure Boot enabled.
|
boolean |
hasEnableVtpm()
Defines whether the instance has the vTPM enabled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnableIntegrityMonitoring()
Defines whether the instance has integrity monitoring enabled. Enabled by default.
optional bool enable_integrity_monitoring = 409071030;boolean getEnableIntegrityMonitoring()
Defines whether the instance has integrity monitoring enabled. Enabled by default.
optional bool enable_integrity_monitoring = 409071030;boolean hasEnableSecureBoot()
Defines whether the instance has Secure Boot enabled. Disabled by default.
optional bool enable_secure_boot = 123568638;boolean getEnableSecureBoot()
Defines whether the instance has Secure Boot enabled. Disabled by default.
optional bool enable_secure_boot = 123568638;boolean hasEnableVtpm()
Defines whether the instance has the vTPM enabled. Enabled by default.
optional bool enable_vtpm = 181858935;boolean getEnableVtpm()
Defines whether the instance has the vTPM enabled. Enabled by default.
optional bool enable_vtpm = 181858935;Copyright © 2023 Google LLC. All rights reserved.