Package com.cloudera.cdp.datahub.model
Class InstanceGroup
java.lang.Object
com.cloudera.cdp.datahub.model.InstanceGroup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-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.Getter for subnetIds.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.void
setSubnetIds
(List<String> subnetIds) Setter for subnetIds.toString()
-
Constructor Details
-
InstanceGroup
public InstanceGroup()
-
-
Method Details
-
getName
Getter for name. The name of the instance group where the given instance is located. -
setName
Setter for name. The name of the instance group where the given instance is located. -
getInstances
Getter for instances. List of instances in this instance group. -
setInstances
Setter for instances. List of instances in this instance group. -
getSubnetIds
Getter for subnetIds. The list of subnet IDs in case of multi-availability zone setup -
setSubnetIds
Setter for subnetIds. The list of subnet IDs in case of multi-availability zone setup -
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 Data Hub cluster. -
setRecipes
Setter for recipes. The recipe names for the Data Hub cluster. -
equals
-
hashCode
public int hashCode() -
toString
-