DisksMigrationVmTargetDefaults constructor

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

Implementation

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