Class EnvironmentQuota
java.lang.Object
com.cloudera.cdp.environments.model.EnvironmentQuota
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class EnvironmentQuota
extends Object
Resource pool quota for the Environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for cpuQuota.Getter for gpuQuota.Getter for memoryQuota.inthashCode()voidsetCpuQuota(Long cpuQuota) Setter for cpuQuota.voidsetGpuQuota(Long gpuQuota) Setter for gpuQuota.voidsetMemoryQuota(Long memoryQuota) Setter for memoryQuota.toString()
-
Constructor Details
-
EnvironmentQuota
public EnvironmentQuota()
-
-
Method Details
-
getCpuQuota
Getter for cpuQuota. CPU quota (in Cores) for the Environment. Must be a positive number. By default, a quota won't be set for this resource type in the environment. -
setCpuQuota
Setter for cpuQuota. CPU quota (in Cores) for the Environment. Must be a positive number. By default, a quota won't be set for this resource type in the environment. -
getMemoryQuota
Getter for memoryQuota. Memory quota (in GigaBytes) for the Environment. Must be a positive number. By default, a quota won't be set for this resource type in the environment. -
setMemoryQuota
Setter for memoryQuota. Memory quota (in GigaBytes) for the Environment. Must be a positive number. By default, a quota won't be set for this resource type in the environment. -
getGpuQuota
Getter for gpuQuota. GPU quota (in Cores) for the Environment. Must be a positive number. By default, a quota won't be set for this resource type in the environment. -
setGpuQuota
Setter for gpuQuota. GPU quota (in Cores) for the Environment. Must be a positive number. By default, a quota won't be set for this resource type in the environment. -
equals
-
hashCode
public int hashCode() -
toString
-