GoogleApi.Workstations.V1.Model.GceShieldedInstanceConfig (google_api_workstations v0.7.0)

View Source

A set of Compute Engine Shielded instance options.

Attributes

  • enableIntegrityMonitoring (type: boolean(), default: nil) - Optional. Whether the instance has integrity monitoring enabled.
  • enableSecureBoot (type: boolean(), default: nil) - Optional. Whether the instance has Secure Boot enabled.
  • enableVtpm (type: boolean(), default: nil) - Optional. Whether the instance has the vTPM enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.