public class BesCreateClusterRequest extends AbstractBesRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
BesCreateClusterRequest.ClusterBilling
Cluster payment method
|
static class |
BesCreateClusterRequest.ModuleInfo
Configuration information for the cluster
|
| Constructor and Description |
|---|
BesCreateClusterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAvailableZone() |
BesCreateClusterRequest.ClusterBilling |
getBilling() |
List<BesCreateClusterRequest.ModuleInfo> |
getModules() |
String |
getName() |
String |
getPassword() |
String |
getSecurityGroupId() |
String |
getServiceType() |
String |
getSlotType() |
String |
getSubnetUuid() |
String |
getVersion() |
String |
getVpcId() |
boolean |
isOpenService() |
void |
setAvailableZone(String availableZone) |
void |
setBilling(BesCreateClusterRequest.ClusterBilling billing) |
void |
setModules(List<BesCreateClusterRequest.ModuleInfo> modules) |
void |
setName(String name) |
void |
setOpenService(boolean openService) |
void |
setPassword(String password) |
void |
setSecurityGroupId(String securityGroupId) |
void |
setServiceType(String serviceType) |
void |
setSlotType(String slotType) |
void |
setSubnetUuid(String subnetUuid) |
void |
setVersion(String version) |
void |
setVpcId(String vpcId) |
withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic String getServiceType()
public void setServiceType(String serviceType)
public BesCreateClusterRequest.ClusterBilling getBilling()
public void setBilling(BesCreateClusterRequest.ClusterBilling billing)
public String getName()
public void setName(String name)
public String getPassword()
public void setPassword(String password)
public List<BesCreateClusterRequest.ModuleInfo> getModules()
public void setModules(List<BesCreateClusterRequest.ModuleInfo> modules)
public String getVersion()
public void setVersion(String version)
public String getSlotType()
public void setSlotType(String slotType)
public boolean isOpenService()
public void setOpenService(boolean openService)
public String getAvailableZone()
public void setAvailableZone(String availableZone)
public String getSecurityGroupId()
public void setSecurityGroupId(String securityGroupId)
public String getSubnetUuid()
public void setSubnetUuid(String subnetUuid)
public String getVpcId()
public void setVpcId(String vpcId)
Copyright © 2020. All rights reserved.