Class CapabilitiesCapabilities
java.lang.Object
com.microsoft.azure.management.containerinstance.CapabilitiesCapabilities
The supported capabilities.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmaxCpu()
Get the maximum allowed CPU request in cores.Get the maximum allowed GPU count.Get the maximum allowed memory request in GB.
-
Constructor Details
-
CapabilitiesCapabilities
public CapabilitiesCapabilities()
-
-
Method Details
-
maxMemoryInGB
Get the maximum allowed memory request in GB.- Returns:
- the maxMemoryInGB value
-
maxCpu
Get the maximum allowed CPU request in cores.- Returns:
- the maxCpu value
-
maxGpuCount
Get the maximum allowed GPU count.- Returns:
- the maxGpuCount value
-