Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ShieldedVmConfig (v0.41.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ShieldedVmConfig.

A set of Shielded Instance options. See Images using supported Shielded VM features.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enable_secure_boot

def enable_secure_boot() -> ::Boolean
Returns
  • (::Boolean) — 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_secure_boot=

def enable_secure_boot=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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
  • (::Boolean) — 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.