Interface ShieldedVmConfigOrBuilder

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

@Generated public interface ShieldedVmConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled.

    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 Details

    • getEnableSecureBoot

      boolean getEnableSecureBoot()
       Defines whether the instance has [Secure
       Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#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.
       
      bool enable_secure_boot = 1;
      Returns:
      The enableSecureBoot.