Package com.cloudera.cdp.datahub.model
Class GCPInstanceGroupRequest
java.lang.Object
com.cloudera.cdp.datahub.model.GCPInstanceGroupRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class GCPInstanceGroupRequest
extends Object
Configurations for instance group
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for attachedVolumeConfiguration.Getter for instanceGroupName.Getter for instanceGroupType.Getter for instanceType.Getter for nodeCount.Getter for recipeNames.Getter for recoveryMode.Getter for rootVolumeSize.int
hashCode()
void
setAttachedVolumeConfiguration
(List<AttachedVolumeRequest> attachedVolumeConfiguration) Setter for attachedVolumeConfiguration.void
setInstanceGroupName
(String instanceGroupName) Setter for instanceGroupName.void
setInstanceGroupType
(String instanceGroupType) Setter for instanceGroupType.void
setInstanceType
(String instanceType) Setter for instanceType.void
setNodeCount
(Integer nodeCount) Setter for nodeCount.void
setRecipeNames
(List<String> recipeNames) Setter for recipeNames.void
setRecoveryMode
(String recoveryMode) Setter for recoveryMode.void
setRootVolumeSize
(Integer rootVolumeSize) Setter for rootVolumeSize.toString()
-
Constructor Details
-
GCPInstanceGroupRequest
public GCPInstanceGroupRequest()
-
-
Method Details
-
getNodeCount
Getter for nodeCount. Number of instances in the instance group -
setNodeCount
Setter for nodeCount. Number of instances in the instance group -
getInstanceGroupName
Getter for instanceGroupName. The instance group name. -
setInstanceGroupName
Setter for instanceGroupName. The instance group name. -
getInstanceGroupType
Getter for instanceGroupType. The instance group type. -
setInstanceGroupType
Setter for instanceGroupType. The instance group type. -
getInstanceType
Getter for instanceType. The cloud provider specific instance type to be used. -
setInstanceType
Setter for instanceType. The cloud provider specific instance type to be used. -
getRootVolumeSize
Getter for rootVolumeSize. The root volume size. -
setRootVolumeSize
Setter for rootVolumeSize. The root volume size. -
getAttachedVolumeConfiguration
Getter for attachedVolumeConfiguration. The attached volume configuration. This does not include root volume. -
setAttachedVolumeConfiguration
Setter for attachedVolumeConfiguration. The attached volume configuration. This does not include root volume. -
getRecipeNames
Getter for recipeNames. The names or CRNs of the recipes that would be applied to the instance group. -
setRecipeNames
Setter for recipeNames. The names or CRNs of the recipes that would be applied to the instance group. -
getRecoveryMode
Getter for recoveryMode. Recovery mode for the instance group. -
setRecoveryMode
Setter for recoveryMode. Recovery mode for the instance group. -
equals
-
hashCode
public int hashCode() -
toString
-