Class InstanceGroup


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class InstanceGroup
    extends Object
    The type of the instance group which also contains the actual instance(s)
    • Constructor Detail

      • InstanceGroup

        public InstanceGroup()
    • Method Detail

      • getName

        public String getName()
        Getter for name. The name of the instance group.
      • setName

        public void setName​(String name)
        Setter for name. The name of the instance group.
      • getInstances

        public List<Instance> getInstances()
        Getter for instances. List of instances in this instance group.
      • setInstances

        public void setInstances​(List<Instance> instances)
        Setter for instances. List of instances in this instance group.
      • getAvailabilityZones

        public List<String> getAvailabilityZones()
        Getter for availabilityZones. List of availability zones that this instance group is associated with.
      • setAvailabilityZones

        public void setAvailabilityZones​(List<String> availabilityZones)
        Setter for availabilityZones. List of availability zones that this instance group is associated with.
      • getRecipes

        public List<String> getRecipes()
        Getter for recipes. The recipe names for the Datalake cluster.
      • setRecipes

        public void setRecipes​(List<String> recipes)
        Setter for recipes. The recipe names for the Datalake cluster.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object