Package com.cloudera.cdp.datalake.model
Class InstanceGroup
java.lang.Object
com.cloudera.cdp.datalake.model.InstanceGroup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class InstanceGroup
extends Object
The type of the instance group which also contains the actual instance(s)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for availabilityZones.Getter for instances.getName()
Getter for name.Getter for recipes.int
hashCode()
void
setAvailabilityZones
(List<String> availabilityZones) Setter for availabilityZones.void
setInstances
(List<Instance> instances) Setter for instances.void
Setter for name.void
setRecipes
(List<String> recipes) Setter for recipes.toString()
-
Constructor Details
-
InstanceGroup
public InstanceGroup()
-
-
Method Details
-
getName
Getter for name. The name of the instance group. -
setName
Setter for name. The name of the instance group. -
getInstances
Getter for instances. List of instances in this instance group. -
setInstances
Setter for instances. List of instances in this instance group. -
getAvailabilityZones
Getter for availabilityZones. List of availability zones that this instance group is associated with. -
setAvailabilityZones
Setter for availabilityZones. List of availability zones that this instance group is associated with. -
getRecipes
Getter for recipes. The recipe names for the Datalake cluster. -
setRecipes
Setter for recipes. The recipe names for the Datalake cluster. -
equals
-
hashCode
public int hashCode() -
toString
-