Google Cloud Ai Platform V1 Client - Class ShieldedVmConfig (0.37.1)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ShieldedVmConfig.

A set of Shielded Instance options.

See Images using supported Shielded VM features.

Generated from protobuf message google.cloud.aiplatform.v1.ShieldedVmConfig

Namespace

Google \ Cloud \ AIPlatform \ 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.

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