Interface WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfigOrBuilder (0.10.0)

public static interface WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableIntegrityMonitoring()

public abstract boolean getEnableIntegrityMonitoring()

Whether the instance has integrity monitoring enabled.

bool enable_integrity_monitoring = 3;

Returns
TypeDescription
boolean

The enableIntegrityMonitoring.

getEnableSecureBoot()

public abstract boolean getEnableSecureBoot()

Whether the instance has Secure Boot enabled.

bool enable_secure_boot = 1;

Returns
TypeDescription
boolean

The enableSecureBoot.

getEnableVtpm()

public abstract boolean getEnableVtpm()

Whether the instance has the vTPM enabled.

bool enable_vtpm = 2;

Returns
TypeDescription
boolean

The enableVtpm.