ComputeEngineTargetDefaults constructor

ComputeEngineTargetDefaults({
  1. List<String>? additionalLicenses,
  2. AppliedLicense? appliedLicense,
  3. String? bootConversion,
  4. String? bootOption,
  5. ComputeScheduling? computeScheduling,
  6. String? diskType,
  7. bool? enableIntegrityMonitoring,
  8. bool? enableVtpm,
  9. Encryption? encryption,
  10. String? hostname,
  11. Map<String, String>? labels,
  12. String? licenseType,
  13. String? machineType,
  14. String? machineTypeSeries,
  15. Map<String, String>? metadata,
  16. List<NetworkInterface>? networkInterfaces,
  17. List<String>? networkTags,
  18. bool? secureBoot,
  19. String? serviceAccount,
  20. String? targetProject,
  21. String? vmName,
  22. String? zone,
})

Implementation

ComputeEngineTargetDefaults({
  this.additionalLicenses,
  this.appliedLicense,
  this.bootConversion,
  this.bootOption,
  this.computeScheduling,
  this.diskType,
  this.enableIntegrityMonitoring,
  this.enableVtpm,
  this.encryption,
  this.hostname,
  this.labels,
  this.licenseType,
  this.machineType,
  this.machineTypeSeries,
  this.metadata,
  this.networkInterfaces,
  this.networkTags,
  this.secureBoot,
  this.serviceAccount,
  this.targetProject,
  this.vmName,
  this.zone,
});