Class StartInstancesRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class StartInstancesRequest
    extends Object
    Request object to start instances of a host group on a Data Hub.
    • Constructor Detail

      • StartInstancesRequest

        public StartInstancesRequest()
    • Method Detail

      • getCluster

        public String getCluster()
        Getter for cluster. The name or CRN of the cluster whose instances are to be started.
      • setCluster

        public void setCluster​(String cluster)
        Setter for cluster. The name or CRN of the cluster whose instances are to be started.
      • getHostGroup

        public String getHostGroup()
        Getter for hostGroup. The name of the instance group whose instances are to be started.
      • setHostGroup

        public void setHostGroup​(String hostGroup)
        Setter for hostGroup. The name of the instance group whose instances are to be started.
      • getInstanceCount

        public Integer getInstanceCount()
        Getter for instanceCount. The number of instances to start.
      • setInstanceCount

        public void setInstanceCount​(Integer instanceCount)
        Setter for instanceCount. The number of instances to start.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object