Class VMHardware
java.lang.Object
org.jclouds.azurecompute.arm.domain.VMHardware
A VM Size that is available in a region for a given subscription.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VMHardware
create
(String name, Integer numberOfCores, Integer osDiskSizeInMB, Integer resourceDiskSizeInMB, Integer memoryInMB, Integer maxDataDiskCount, String location) abstract String
location()
Specifies the location of the HW resourceabstract Integer
Specifies the maximum number of data disks that can be attached to the VM size.abstract Integer
Specifies the available RAM in MB.abstract String
name()
The name of the VM size.abstract Integer
The number of cores that are available in the VM size.abstract Integer
Specifies the size in MB of the OS Disk.abstract Integer
The size of the resource disk.
-
Constructor Details
-
VMHardware
public VMHardware()
-
-
Method Details
-
name
The name of the VM size. -
numberOfCores
The number of cores that are available in the VM size. -
osDiskSizeInMB
Specifies the size in MB of the OS Disk. -
resourceDiskSizeInMB
The size of the resource disk. -
memoryInMB
Specifies the available RAM in MB. -
maxDataDiskCount
Specifies the maximum number of data disks that can be attached to the VM size. -
location
Specifies the location of the HW resource -
create
-