Uses of Class
org.jclouds.azurecompute.arm.domain.VMHardware
-
Packages that use VMHardware Package Description org.jclouds.azurecompute.arm.compute org.jclouds.azurecompute.arm.compute.functions org.jclouds.azurecompute.arm.domain -
-
Uses of VMHardware in org.jclouds.azurecompute.arm.compute
Methods in org.jclouds.azurecompute.arm.compute that return types with arguments of type VMHardware Modifier and Type Method Description Iterable<VMHardware>
AzureComputeServiceAdapter. listHardwareProfiles()
-
Uses of VMHardware in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type VMHardware Modifier and Type Method Description Hardware
VMHardwareToHardware. apply(VMHardware from)
-
Uses of VMHardware in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return VMHardware Modifier and Type Method Description static VMHardware
VMHardware. create(String name, Integer numberOfCores, Integer osDiskSizeInMB, Integer resourceDiskSizeInMB, Integer memoryInMB, Integer maxDataDiskCount, String location)
-