DisksMigrationVmTargetDefaults constructor
DisksMigrationVmTargetDefaults({
- List<
String> ? additionalLicenses, - BootDiskDefaults? bootDiskDefaults,
- ComputeScheduling? computeScheduling,
- Encryption? encryption,
- String? hostname,
- Map<
String, String> ? labels, - String? machineType,
- String? machineTypeSeries,
- Map<
String, String> ? metadata, - List<
NetworkInterface> ? networkInterfaces, - List<
String> ? networkTags, - bool? secureBoot,
- String? serviceAccount,
- 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,
});