Interface WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfigOrBuilder (0.20.0)

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

Implements

MessageOrBuilder

Methods

getEnableIntegrityMonitoring()

public abstract boolean getEnableIntegrityMonitoring()

Optional. Whether the instance has integrity monitoring enabled.

bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The enableIntegrityMonitoring.

getEnableSecureBoot()

public abstract boolean getEnableSecureBoot()

Optional. Whether the instance has Secure Boot enabled.

bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The enableSecureBoot.

getEnableVtpm()

public abstract boolean getEnableVtpm()

Optional. Whether the instance has the vTPM enabled.

bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The enableVtpm.