Class ClusterNodeConfigShieldedInstanceConfigArgs


  • public final class ClusterNodeConfigShieldedInstanceConfigArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • enableIntegrityMonitoring

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enableIntegrityMonitoring()
        Returns:
        Defines if the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Defaults to `true`.
      • enableSecureBoot

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enableSecureBoot()
        Returns:
        Defines if the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Defaults to `false`.