Google Cloud Container V1 Client - Class ShieldedInstanceConfig (1.9.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Generated from protobuf field bool enable_secure_boot = 1;

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

Generated from protobuf field bool enable_secure_boot = 1;

Parameter
NameDescription
var bool
Returns
TypeDescription
$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.

Generated from protobuf field bool enable_integrity_monitoring = 2;

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

Generated from protobuf field bool enable_integrity_monitoring = 2;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this