Class StartFreeIpaVerticalScalingRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.StartFreeIpaVerticalScalingRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class StartFreeIpaVerticalScalingRequest extends Object
The request object for FreeIPA vertical scaling.
-
-
Constructor Summary
Constructors Constructor Description StartFreeIpaVerticalScalingRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEnvironment()
Getter for environment.InstanceTemplate
getInstanceTemplate()
Getter for instanceTemplate.int
hashCode()
void
setEnvironment(String environment)
Setter for environment.void
setInstanceTemplate(InstanceTemplate instanceTemplate)
Setter for instanceTemplate.String
toString()
-
-
-
Method Detail
-
getEnvironment
public String getEnvironment()
Getter for environment. The name or CRN of the environment.
-
setEnvironment
public void setEnvironment(String environment)
Setter for environment. The name or CRN of the environment.
-
getInstanceTemplate
public InstanceTemplate getInstanceTemplate()
Getter for instanceTemplate. Instance template that specifies the core information for the vertical scale.
-
setInstanceTemplate
public void setInstanceTemplate(InstanceTemplate instanceTemplate)
Setter for instanceTemplate. Instance template that specifies the core information for the vertical scale.
-
-