Interface ShieldedVmConfigOrBuilder (1.3.0)

public interface ShieldedVmConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableSecureBoot()

public abstract boolean getEnableSecureBoot()

Defines whether the instance has Secure Boot enabled.

Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.

bool enable_secure_boot = 1;

Returns
Type Description
boolean

The enableSecureBoot.