Class CustomClusterSizeLimits

java.lang.Object
com.cloudera.cdp.dfworkload.model.CustomClusterSizeLimits

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:19.422-07:00") public class CustomClusterSizeLimits extends Object
Limits for the custom cluster size type.
  • Constructor Details

    • CustomClusterSizeLimits

      public CustomClusterSizeLimits()
  • Method Details

    • getMaximumCpuCoresPerNode

      public Double getMaximumCpuCoresPerNode()
      Getter for maximumCpuCoresPerNode. The maximum number of CPU Cores per node, that fit on the node type.
    • setMaximumCpuCoresPerNode

      public void setMaximumCpuCoresPerNode(Double maximumCpuCoresPerNode)
      Setter for maximumCpuCoresPerNode. The maximum number of CPU Cores per node, that fit on the node type.
    • getMinimumCpuCoresPerNode

      public Double getMinimumCpuCoresPerNode()
      Getter for minimumCpuCoresPerNode. The minimum number of CPU Cores per node, that fit on the node type.
    • setMinimumCpuCoresPerNode

      public void setMinimumCpuCoresPerNode(Double minimumCpuCoresPerNode)
      Setter for minimumCpuCoresPerNode. The minimum number of CPU Cores per node, that fit on the node type.
    • getMaximumMemoryLimit

      public Double getMaximumMemoryLimit()
      Getter for maximumMemoryLimit. The upper memory limit that is available on the node type.
    • setMaximumMemoryLimit

      public void setMaximumMemoryLimit(Double maximumMemoryLimit)
      Setter for maximumMemoryLimit. The upper memory limit that is available on the node type.
    • getMinimumMemoryLimit

      public Double getMinimumMemoryLimit()
      Getter for minimumMemoryLimit. The lower memory limit that is available on the node type.
    • setMinimumMemoryLimit

      public void setMinimumMemoryLimit(Double minimumMemoryLimit)
      Setter for minimumMemoryLimit. The lower memory limit that is available on the node type.
    • 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