WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfigArgs

data class WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfigArgs(val enableIntegrityMonitoring: Output<Boolean>? = null, val enableSecureBoot: Output<Boolean>? = null, val enableVtpm: Output<Boolean>? = null) : ConvertibleToJava<WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfigArgs>

Constructors

constructor(enableIntegrityMonitoring: Output<Boolean>? = null, enableSecureBoot: Output<Boolean>? = null, enableVtpm: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enableIntegrityMonitoring: Output<Boolean>? = null

Defines whether instances have Integrity Monitoring enabled.

Link copied to clipboard
val enableSecureBoot: Output<Boolean>? = null

Defines whether instances have Secure Boot enabled.

Link copied to clipboard
val enableVtpm: Output<Boolean>? = null

Defines whether instances have the vTPM enabled.

Functions

Link copied to clipboard
open override fun toJava(): WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfigArgs