Class GetInstanceTemplateShieldedInstanceConfig


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

      • enableIntegrityMonitoring

        public 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.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.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.