Class EnvironmentQuota

java.lang.Object
com.cloudera.cdp.environments.model.EnvironmentQuota

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:35.786-07:00") public class EnvironmentQuota extends Object
Resource pool quota for the Environment.
  • Constructor Details

    • EnvironmentQuota

      public EnvironmentQuota()
  • Method Details

    • getCpuQuota

      public Long 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

      public void setCpuQuota(Long cpuQuota)
      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

      public Long 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

      public void setMemoryQuota(Long memoryQuota)
      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

      public Long 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

      public void setGpuQuota(Long gpuQuota)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object