Interface ShieldedInstanceConfigOrBuilder (1.47.0)

public interface ShieldedInstanceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableIntegrityMonitoring()

public abstract boolean getEnableIntegrityMonitoring()

Defines whether the instance has integrity monitoring enabled. Enabled by default.

optional bool enable_integrity_monitoring = 409071030;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

The enableSecureBoot.

getEnableVtpm()

public abstract boolean getEnableVtpm()

Defines whether the instance has the vTPM enabled. Enabled by default.

optional bool enable_vtpm = 181858935;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the enableVtpm field is set.