View Source GoogleApi.Dataproc.V1.Model.ShieldedInstanceConfig (google_api_dataproc v0.54.0)

Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).

Attributes

  • enableIntegrityMonitoring (type: boolean(), default: nil) - Optional. Defines whether instances have integrity monitoring enabled.
  • enableSecureBoot (type: boolean(), default: nil) - Optional. Defines whether instances have Secure Boot enabled.
  • enableVtpm (type: boolean(), default: nil) - Optional. Defines whether instances have the vTPM enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.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.