Interface ShieldedInstanceConfigOrBuilder (4.38.0)

public interface ShieldedInstanceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableIntegrityMonitoring()

public abstract boolean getEnableIntegrityMonitoring()

Optional. Defines whether instances have integrity monitoring enabled.

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

Returns
TypeDescription
boolean

The enableIntegrityMonitoring.

getEnableSecureBoot()

public abstract boolean getEnableSecureBoot()

Optional. Defines whether instances have Secure Boot enabled.

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

Returns
TypeDescription
boolean

The enableSecureBoot.

getEnableVtpm()

public abstract boolean getEnableVtpm()

Optional. Defines whether instances have the vTPM enabled.

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

Returns
TypeDescription
boolean

The enableVtpm.

hasEnableIntegrityMonitoring()

public abstract boolean hasEnableIntegrityMonitoring()

Optional. Defines whether instances have integrity monitoring enabled.

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

Returns
TypeDescription
boolean

Whether the enableIntegrityMonitoring field is set.

hasEnableSecureBoot()

public abstract boolean hasEnableSecureBoot()

Optional. Defines whether instances have Secure Boot enabled.

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

Returns
TypeDescription
boolean

Whether the enableSecureBoot field is set.

hasEnableVtpm()

public abstract boolean hasEnableVtpm()

Optional. Defines whether instances have the vTPM enabled.

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

Returns
TypeDescription
boolean

Whether the enableVtpm field is set.