Constructor and Description |
---|
VMHardware() |
Modifier and Type | Method and Description |
---|---|
static 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 resource
|
abstract Integer |
maxDataDiskCount()
Specifies the maximum number of data disks that can be attached to the VM size.
|
abstract Integer |
memoryInMB()
Specifies the available RAM in MB.
|
abstract String |
name()
The name of the VM size.
|
abstract Integer |
numberOfCores()
The number of cores that are available in the VM size.
|
abstract Integer |
osDiskSizeInMB()
Specifies the size in MB of the OS Disk.
|
abstract Integer |
resourceDiskSizeInMB()
The size of the resource disk.
|
public abstract String name()
public abstract Integer numberOfCores()
public abstract Integer osDiskSizeInMB()
public abstract Integer resourceDiskSizeInMB()
public abstract Integer memoryInMB()
public abstract Integer maxDataDiskCount()
public abstract String location()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.