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

Shielded Instance Config for clusters using shielded VMs.

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataproc.V1.Model.ShieldedInstanceConfig{
  enableIntegrityMonitoring: boolean(),
  enableSecureBoot: boolean(),
  enableVtpm: boolean()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.