Package com.cloudera.cdp.ml.model
Class InstanceGroup
java.lang.Object
com.cloudera.cdp.ml.model.InstanceGroup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class InstanceGroup
extends Object
Contains the necessary info for an instance group.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for autoscaling.Getter for ingressRules.Getter for instanceCount.Getter for instanceTier.Getter for instanceType.getName()
Getter for name.Getter for rootVolume.int
hashCode()
void
setAutoscaling
(Autoscaling autoscaling) Setter for autoscaling.void
setIngressRules
(List<String> ingressRules) Setter for ingressRules.void
setInstanceCount
(Integer instanceCount) Setter for instanceCount.void
setInstanceTier
(String instanceTier) Setter for instanceTier.void
setInstanceType
(String instanceType) Setter for instanceType.void
Setter for name.void
setRootVolume
(RootVolume rootVolume) Setter for rootVolume.toString()
-
Constructor Details
-
InstanceGroup
public InstanceGroup()
-
-
Method Details
-
getInstanceType
Getter for instanceType. The cloud provider instance type for the node instance. -
setInstanceType
Setter for instanceType. The cloud provider instance type for the node instance. -
getInstanceTier
Getter for instanceTier. The tier of the instance i.e. on-demand/spot. -
setInstanceTier
Setter for instanceTier. The tier of the instance i.e. on-demand/spot. -
getInstanceCount
Getter for instanceCount. The initial number of instance node. -
setInstanceCount
Setter for instanceCount. The initial number of instance node. -
getName
Getter for name. The unique name of the instance group. -
setName
Setter for name. The unique name of the instance group. -
getIngressRules
Getter for ingressRules. The networking rules for the ingress. -
setIngressRules
Setter for ingressRules. The networking rules for the ingress. -
getRootVolume
Getter for rootVolume. The root volume of the instance. -
setRootVolume
Setter for rootVolume. The root volume of the instance. -
getAutoscaling
Getter for autoscaling. The auto scaling configuration. -
setAutoscaling
Setter for autoscaling. The auto scaling configuration. -
equals
-
hashCode
public int hashCode() -
toString
-