Class InstanceTemplateShieldedInstanceConfig


  • public final class InstanceTemplateShieldedInstanceConfig
    extends java.lang.Object
    • Method Detail

      • enableIntegrityMonitoring

        public java.util.Optional<java.lang.Boolean> enableIntegrityMonitoring()
        Returns:
        - Compare the most recent boot measurements to the integrity policy baseline and return a pair of pass/fail results depending on whether they match or not. Defaults to true.
      • enableSecureBoot

        public java.util.Optional<java.lang.Boolean> enableSecureBoot()
        Returns:
        - Verify the digital signature of all boot components, and halt the boot process if signature verification fails. Defaults to false.
      • enableVtpm

        public java.util.Optional<java.lang.Boolean> enableVtpm()
        Returns:
        - Use a virtualized trusted platform module, which is a specialized computer chip you can use to encrypt objects like keys and certificates. Defaults to true.