public class InstanceTypeModel extends Object
| Constructor and Description |
|---|
InstanceTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCpuCount() |
int |
getLocalDiskSizeInGB() |
int |
getMemorySizeInGB() |
String |
getName() |
String |
getType() |
void |
setCpuCount(int cpuCount) |
void |
setLocalDiskSizeInGB(int localDiskSizeInGB) |
void |
setMemorySizeInGB(int memorySizeInGB) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public int getCpuCount()
public void setCpuCount(int cpuCount)
public int getMemorySizeInGB()
public void setMemorySizeInGB(int memorySizeInGB)
public int getLocalDiskSizeInGB()
public void setLocalDiskSizeInGB(int localDiskSizeInGB)
Copyright © 2024. All rights reserved.