DisksMigrationVmTargetDefaults class

Details for creation of a VM that migrated data disks will be attached to.

Constructors

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})
DisksMigrationVmTargetDefaults.fromJson(Map json_)

Properties

additionalLicenses List<String>?
Additional licenses to assign to the VM.
getter/setter pair
bootDiskDefaults BootDiskDefaults?
Details of the boot disk of the VM.
getter/setter pair
computeScheduling ComputeScheduling?
Compute instance scheduling information (if empty default is used).
getter/setter pair
encryption Encryption?
The encryption to apply to the VM.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostname String?
The hostname to assign to the VM.
getter/setter pair
labels Map<String, String>?
A map of labels to associate with the VM.
getter/setter pair
machineType String?
The machine type to create the VM with.
getter/setter pair
machineTypeSeries String?
The machine type series to create the VM with.
getter/setter pair
metadata Map<String, String>?
The metadata key/value pairs to assign to the VM.
getter/setter pair
networkInterfaces List<NetworkInterface>?
NICs to attach to the VM.
getter/setter pair
networkTags List<String>?
A list of network tags to associate with the VM.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secureBoot bool?
Defines whether the instance has Secure Boot enabled.
getter/setter pair
serviceAccount String?
The service account to associate the VM with.
getter/setter pair
vmName String?
The name of the VM to create.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited