ShieldedInstanceConfig constructor

ShieldedInstanceConfig({
  1. bool? enableSecureBoot,
})

Implementation

ShieldedInstanceConfig({
  this.enableSecureBoot,
});