Class AllPurposeInstanceGroupDetailsResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.de.model.AllPurposeInstanceGroupDetailsResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.658-07:00") public class AllPurposeInstanceGroupDetailsResponse extends CdpResponse
Instance group details for the All purpose Tier.
  • Constructor Details

    • AllPurposeInstanceGroupDetailsResponse

      public AllPurposeInstanceGroupDetailsResponse()
  • Method Details

    • getInstanceType

      public String getInstanceType()
      Getter for instanceType. Instance type of the cluster for CDE Service.
    • setInstanceType

      public void setInstanceType(String instanceType)
      Setter for instanceType. Instance type of the cluster for CDE Service.
    • getMinInstances

      public String getMinInstances()
      Getter for minInstances. Minimum number of Instances for the CDE Service.
    • setMinInstances

      public void setMinInstances(String minInstances)
      Setter for minInstances. Minimum number of Instances for the CDE Service.
    • getMaxInstances

      public String getMaxInstances()
      Getter for maxInstances. Maximum number of Instances for the CDE Service.
    • setMaxInstances

      public void setMaxInstances(String maxInstances)
      Setter for maxInstances. Maximum number of Instances for the CDE Service.
    • getMinSpotInstances

      public String getMinSpotInstances()
      Getter for minSpotInstances. Minimum number of Spot instances for the CDE Service.
    • setMinSpotInstances

      public void setMinSpotInstances(String minSpotInstances)
      Setter for minSpotInstances. Minimum number of Spot instances for the CDE Service.
    • getMaxSpotInstances

      public String getMaxSpotInstances()
      Getter for maxSpotInstances. Maximum number of Spot Instances for the CDE Service.
    • setMaxSpotInstances

      public void setMaxSpotInstances(String maxSpotInstances)
      Setter for maxSpotInstances. Maximum number of Spot Instances for the CDE Service.
    • getInitialInstances

      public String getInitialInstances()
      Getter for initialInstances. Initial number of Instances when the service is enabled.
    • setInitialInstances

      public void setInitialInstances(String initialInstances)
      Setter for initialInstances. Initial number of Instances when the service is enabled.
    • getInitialSpotInstances

      public String getInitialSpotInstances()
      Getter for initialSpotInstances. Initial number of spot Instances when the service is enabled.
    • setInitialSpotInstances

      public void setInitialSpotInstances(String initialSpotInstances)
      Setter for initialSpotInstances. Initial number of spot Instances when the service is enabled.
    • getRootVolSize

      public String getRootVolSize()
      Getter for rootVolSize. EBS volume size in GB.
    • setRootVolSize

      public void setRootVolSize(String rootVolSize)
      Setter for rootVolSize. EBS volume size in GB.
    • 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