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-01-23T07:12:38.108-08:00")
public class StartClusterVerticalScalingRequest
extends Object
The request object for Data Hub vertical scaling.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for datahub.Getter for diskOptions.getGroup()
Getter for group.Getter for instanceTemplate.int
hashCode()
void
setDatahub
(String datahub) Setter for datahub.void
setDiskOptions
(DiskOptions diskOptions) Setter for diskOptions.void
Setter for group.void
setInstanceTemplate
(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
-