AzureVmDetails class

AzureVmDetails describes a VM in Azure.

Constructors

AzureVmDetails({String? bootOption, String? committedStorageMb, String? computerName, int? cpuCount, int? diskCount, List<Disk>? disks, int? memoryMb, OSDescription? osDescription, OSDisk? osDisk, String? powerState, Map<String, String>? tags, String? vmId, String? vmSize})
AzureVmDetails.fromJson(Map json_)

Properties

bootOption String?
The VM Boot Option. Possible string values are:
getter/setter pair
committedStorageMb String?
The total size of the storage allocated to the VM in MB.
getter/setter pair
computerName String?
The VM's ComputerName.
getter/setter pair
cpuCount int?
The number of cpus the VM has.
getter/setter pair
diskCount int?
The number of disks the VM has, including OS disk.
getter/setter pair
disks List<Disk>?
Description of the data disks.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
memoryMb int?
The memory size of the VM in MB.
getter/setter pair
osDescription OSDescription?
Description of the OS.
getter/setter pair
osDisk OSDisk?
Description of the OS disk.
getter/setter pair
powerState String?
The power state of the VM at the moment list was taken. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
The tags of the VM.
getter/setter pair
vmId String?
The VM full path in Azure.
getter/setter pair
vmSize String?
VM size as configured in Azure.
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