View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ShieldedVmConfig (google_api_ai_platform v0.13.0)

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

Attributes

  • enableSecureBoot (type: boolean(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ShieldedVmConfig{
  enableSecureBoot: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.