Google Cloud Container V1 Client - Class ShieldedInstanceConfig (1.30.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class ShieldedInstanceConfig.

A set of Shielded Instance options.

Generated from protobuf message google.container.v1.ShieldedInstanceConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ enable_secure_boot bool

Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.

↳ enable_integrity_monitoring bool

Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.

getEnableSecureBoot

Defines whether the instance has Secure Boot enabled.

Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.

Returns
Type Description
bool

setEnableSecureBoot

Defines whether the instance has Secure Boot enabled.

Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.

Parameter
Name Description
var bool
Returns
Type Description
$this

getEnableIntegrityMonitoring

Defines whether the instance has integrity monitoring enabled.

Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.

Returns
Type Description
bool

setEnableIntegrityMonitoring

Defines whether the instance has integrity monitoring enabled.

Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.

Parameter
Name Description
var bool
Returns
Type Description
$this