DisksMigrationVmTargetDefaults constructor

DisksMigrationVmTargetDefaults({
  1. List<String>? additionalLicenses,
  2. BootDiskDefaults? bootDiskDefaults,
  3. ComputeScheduling? computeScheduling,
  4. bool? enableIntegrityMonitoring,
  5. bool? enableVtpm,
  6. Encryption? encryption,
  7. String? hostname,
  8. Map<String, String>? labels,
  9. String? machineType,
  10. String? machineTypeSeries,
  11. Map<String, String>? metadata,
  12. List<NetworkInterface>? networkInterfaces,
  13. List<String>? networkTags,
  14. bool? secureBoot,
  15. String? serviceAccount,
  16. String? vmName,
})

Implementation

DisksMigrationVmTargetDefaults({
  this.additionalLicenses,
  this.bootDiskDefaults,
  this.computeScheduling,
  this.enableIntegrityMonitoring,
  this.enableVtpm,
  this.encryption,
  this.hostname,
  this.labels,
  this.machineType,
  this.machineTypeSeries,
  this.metadata,
  this.networkInterfaces,
  this.networkTags,
  this.secureBoot,
  this.serviceAccount,
  this.vmName,
});