Interface WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getEnableIntegrityMonitoring()
      Optional.
      boolean getEnableSecureBoot()
      Optional.
      boolean getEnableVtpm()
      Optional.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getEnableSecureBoot

        boolean getEnableSecureBoot()
         Optional. Whether the instance has Secure Boot enabled.
         
        bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enableSecureBoot.
      • getEnableVtpm

        boolean getEnableVtpm()
         Optional. Whether the instance has the vTPM enabled.
         
        bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enableVtpm.
      • getEnableIntegrityMonitoring

        boolean getEnableIntegrityMonitoring()
         Optional. Whether the instance has integrity monitoring enabled.
         
        bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enableIntegrityMonitoring.