View Source GoogleApi.Compute.V1.Model.ShieldedInstanceConfig (google_api_compute v0.56.0)

A set of Shielded Instance options.

Attributes

  • enableIntegrityMonitoring (type: boolean(), default: nil) - Defines whether the instance has integrity monitoring enabled. Enabled by default.
  • enableSecureBoot (type: boolean(), default: nil) - Defines whether the instance has Secure Boot enabled. Disabled by default.
  • enableVtpm (type: boolean(), default: nil) - Defines whether the instance has the vTPM enabled. Enabled by default.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ShieldedInstanceConfig{
  enableIntegrityMonitoring: boolean() | nil,
  enableSecureBoot: boolean() | nil,
  enableVtpm: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.