Class CapabilitiesCapabilities
java.lang.Object
com.azure.resourcemanager.containerinstance.models.CapabilitiesCapabilities
The supported capabilities.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CapabilitiesCapabilities
public CapabilitiesCapabilities()
-
-
Method Details
-
maxMemoryInGB
Get the maxMemoryInGB property: The maximum allowed memory request in GB.- Returns:
- the maxMemoryInGB value.
-
maxCpu
Get the maxCpu property: The maximum allowed CPU request in cores.- Returns:
- the maxCpu value.
-
maxGpuCount
Get the maxGpuCount property: The maximum allowed GPU count.- Returns:
- the maxGpuCount value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-