Class RecommendedMachineConfiguration
java.lang.Object
com.microsoft.azure.management.compute.RecommendedMachineConfiguration
The properties describe the recommended machine configuration for this Image
Definition. These properties are updatable.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmemory()
Get the memory value.vCPUs()
Get the vCPUs value.withMemory
(ResourceRange memory) Set the memory value.withVCPUs
(ResourceRange vCPUs) Set the vCPUs value.
-
Constructor Details
-
RecommendedMachineConfiguration
public RecommendedMachineConfiguration()
-
-
Method Details
-
vCPUs
Get the vCPUs value.- Returns:
- the vCPUs value
-
withVCPUs
Set the vCPUs value.- Parameters:
vCPUs
- the vCPUs value to set- Returns:
- the RecommendedMachineConfiguration object itself.
-
memory
Get the memory value.- Returns:
- the memory value
-
withMemory
Set the memory value.- Parameters:
memory
- the memory value to set- Returns:
- the RecommendedMachineConfiguration object itself.
-