Package com.cloudera.cdp.datahub.model
Class StartClusterVerticalScalingRequest
java.lang.Object
com.cloudera.cdp.datahub.model.StartClusterVerticalScalingRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class StartClusterVerticalScalingRequest
extends Object
The request object for Data Hub vertical scaling.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datahub.Getter for diskOptions.getGroup()Getter for group.Getter for instanceTemplate.inthashCode()voidsetDatahub(String datahub) Setter for datahub.voidsetDiskOptions(DiskOptions diskOptions) Setter for diskOptions.voidSetter for group.voidsetInstanceTemplate(InstanceTemplate instanceTemplate) Setter for instanceTemplate.toString()
-
Constructor Details
-
StartClusterVerticalScalingRequest
public StartClusterVerticalScalingRequest()
-
-
Method Details
-
getDatahub
Getter for datahub. The name or CRN of the Data Hub cluster. -
setDatahub
Setter for datahub. The name or CRN of the Data Hub cluster. -
getGroup
Getter for group. The target group that reqested for vertical scaling. -
setGroup
Setter for group. The target group that reqested for vertical scaling. -
getInstanceTemplate
Getter for instanceTemplate. Instance template that specifies the core information for the vertical scale. -
setInstanceTemplate
Setter for instanceTemplate. Instance template that specifies the core information for the vertical scale. -
getDiskOptions
Getter for diskOptions. Disk options for vertical scaling. Available options are - add, remove, or modify. -
setDiskOptions
Setter for diskOptions. Disk options for vertical scaling. Available options are - add, remove, or modify. -
equals
-
hashCode
public int hashCode() -
toString
-