DevBoxHardwareProfile Class
- java.
lang. Object - com.
azure. developer. devcenter. models. DevBoxHardwareProfile
- com.
Implements
public final class DevBoxHardwareProfile
implements JsonSerializable<DevBoxHardwareProfile>
Hardware specifications for the Dev Box.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
| Integer |
getMemoryInGb()
Get the memory |
|
Sku |
getSkuName()
Get the sku |
| Integer |
getVCpus()
Get the v |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DevBoxHardwareProfile fromJson(JsonReader jsonReader)
Reads an instance of DevBoxHardwareProfile from the JsonReader.
Parameters:
Returns:
Throws:
getMemoryInGb
public Integer getMemoryInGb()
Get the memoryInGb property: The amount of memory available for the Dev Box.
Returns:
getSkuName
public SkuName getSkuName()
Get the skuName property: The name of the SKU.
Returns:
getVCpus
public Integer getVCpus()
Get the vCpus property: The number of vCPUs available for the Dev Box.
Returns: