google_api_compute v0.6.0 GoogleApi.Compute.V1.Model.ShieldedInstanceConfig View Source

A set of Shielded Instance options.

Attributes

  • enableIntegrityMonitoring (boolean()): Defines whether the instance has integrity monitoring enabled. Defaults to: null.
  • enableSecureBoot (boolean()): Defines whether the instance has Secure Boot enabled. Defaults to: null.
  • enableVtpm (boolean()): Defines whether the instance has the vTPM enabled. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.ShieldedInstanceConfig{
  enableIntegrityMonitoring: any(),
  enableSecureBoot: any(),
  enableVtpm: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.