public class BesResizeClusterRequest extends AbstractBesRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
BesResizeClusterRequest.ModuleDesc |
| Constructor and Description |
|---|
BesResizeClusterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterId() |
List<BesConfigTuple> |
getConfigs() |
List<BesResizeClusterRequest.ModuleDesc> |
getModules() |
String |
getName() |
String |
getPaymentType() |
String |
getRegion() |
void |
setClusterId(String clusterId) |
void |
setConfigs(List<BesConfigTuple> configs) |
void |
setModules(List<BesResizeClusterRequest.ModuleDesc> modules) |
void |
setName(String name) |
void |
setPaymentType(PaymentType paymentType) |
void |
setPaymentType(String paymentType) |
void |
setRegion(String region) |
String |
toJson(String region) |
withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic String getClusterId()
public void setClusterId(String clusterId)
public String getName()
public void setName(String name)
public String getRegion()
public void setRegion(String region)
public List<BesResizeClusterRequest.ModuleDesc> getModules()
public void setModules(List<BesResizeClusterRequest.ModuleDesc> modules)
public List<BesConfigTuple> getConfigs()
public void setConfigs(List<BesConfigTuple> configs)
public String getPaymentType()
public void setPaymentType(PaymentType paymentType)
public void setPaymentType(String paymentType)
public String toJson(String region) throws IOException
IOExceptionCopyright © 2023. All rights reserved.