Interface ShieldedInstanceConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ShieldedInstanceConfig, ShieldedInstanceConfig.Builder

    public interface ShieldedInstanceConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasEnableSecureBoot

        boolean hasEnableSecureBoot()
         Optional. Defines whether instances have Secure Boot enabled.
         
        optional bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the enableSecureBoot field is set.
      • getEnableSecureBoot

        boolean getEnableSecureBoot()
         Optional. Defines whether instances have Secure Boot enabled.
         
        optional bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enableSecureBoot.
      • hasEnableVtpm

        boolean hasEnableVtpm()
         Optional. Defines whether instances have the vTPM enabled.
         
        optional bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the enableVtpm field is set.
      • getEnableVtpm

        boolean getEnableVtpm()
         Optional. Defines whether instances have the vTPM enabled.
         
        optional bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enableVtpm.
      • hasEnableIntegrityMonitoring

        boolean hasEnableIntegrityMonitoring()
         Optional. Defines whether instances have integrity monitoring enabled.
         
        optional bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the enableIntegrityMonitoring field is set.
      • getEnableIntegrityMonitoring

        boolean getEnableIntegrityMonitoring()
         Optional. Defines whether instances have integrity monitoring enabled.
         
        optional bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enableIntegrityMonitoring.