public static interface WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnableIntegrityMonitoring()
public abstract boolean getEnableIntegrityMonitoring()Optional. Whether the instance has integrity monitoring enabled.
bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
The enableVtpm. |