ComputeEngineTargetDetails constructor

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

Implementation

ComputeEngineTargetDetails({
  this.adaptationModifiers,
  this.additionalLicenses,
  this.appliedLicense,
  this.bootConversion,
  this.bootOption,
  this.computeScheduling,
  this.diskReplicaZones,
  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.project,
  this.secureBoot,
  this.serviceAccount,
  this.vmName,
  this.zone,
});