ComputeEngineTargetDetails constructor

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

Implementation

ComputeEngineTargetDetails({
  this.additionalLicenses,
  this.appliedLicense,
  this.bootOption,
  this.computeScheduling,
  this.diskType,
  this.encryption,
  this.hostname,
  this.labels,
  this.licenseType,
  this.machineType,
  this.machineTypeSeries,
  this.metadata,
  this.networkInterfaces,
  this.networkTags,
  this.project,
  this.secureBoot,
  this.serviceAccount,
  this.vmName,
  this.zone,
});