public interface ShieldedInstanceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnableIntegrityMonitoring()
public abstract boolean getEnableIntegrityMonitoring()Defines whether the instance has integrity monitoring enabled. Enabled by default.
optional bool enable_integrity_monitoring = 409071030;
| Type | Description |
| boolean | The enableIntegrityMonitoring. |
getEnableSecureBoot()
public abstract boolean getEnableSecureBoot()Defines whether the instance has Secure Boot enabled. Disabled by default.
optional bool enable_secure_boot = 123568638;
| Type | Description |
| boolean | The enableSecureBoot. |
getEnableVtpm()
public abstract boolean getEnableVtpm()Defines whether the instance has the vTPM enabled. Enabled by default.
optional bool enable_vtpm = 181858935;
| Type | Description |
| boolean | The enableVtpm. |
hasEnableIntegrityMonitoring()
public abstract boolean hasEnableIntegrityMonitoring()Defines whether the instance has integrity monitoring enabled. Enabled by default.
optional bool enable_integrity_monitoring = 409071030;
| Type | Description |
| boolean | Whether the enableIntegrityMonitoring field is set. |
hasEnableSecureBoot()
public abstract boolean hasEnableSecureBoot()Defines whether the instance has Secure Boot enabled. Disabled by default.
optional bool enable_secure_boot = 123568638;
| Type | Description |
| boolean | Whether the enableSecureBoot field is set. |
hasEnableVtpm()
public abstract boolean hasEnableVtpm()Defines whether the instance has the vTPM enabled. Enabled by default.
optional bool enable_vtpm = 181858935;
| Type | Description |
| boolean | Whether the enableVtpm field is set. |