public class BurstLevel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BurstLevel.Builder |
Constructor and Description |
---|
BurstLevel(int cpu,
int dssd,
int ip,
int mem,
int windowsWebServer2008,
int windowsServer2008Standard,
int sqlServerStandard2008,
int sms,
int ssd,
int tx,
int vlan) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getCpu() |
int |
getDssd() |
int |
getIp() |
int |
getMem() |
int |
getSms() |
int |
getSqlServerStandard2008() |
int |
getSsd() |
int |
getTx() |
int |
getVlan() |
int |
getWindowsServer2008Standard() |
int |
getWindowsWebServer2008() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"cpu","dssd","ip","mem","msft_lwa_00135","msft_p37_04837","msft_tfa_00009","sms","ssd","tx","vlan"}) public BurstLevel(int cpu, int dssd, int ip, int mem, int windowsWebServer2008, int windowsServer2008Standard, int sqlServerStandard2008, int sms, int ssd, int tx, int vlan)
public int getVlan()
public int getCpu()
public int getDssd()
public int getIp()
public int getMem()
public int getSsd()
public int getWindowsWebServer2008()
public int getWindowsServer2008Standard()
public int getSqlServerStandard2008()
public int getSms()
public int getTx()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.