Package cn.ucloud.cube.models
Class CreateCubeDeploymentRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.cube.models.CreateCubeDeploymentRequest
-
public class CreateCubeDeploymentRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description CreateCubeDeploymentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()StringgetCpuPlatform()StringgetDeployment()StringgetKubeConfig()StringgetName()StringgetProjectId()IntegergetQuantity()StringgetRegion()StringgetSubnetId()StringgetTag()StringgetVPCId()StringgetZone()IntegerloadMaxRetries()IntegerloadTimeout()voidsetChargeType(String chargeType)voidsetCpuPlatform(String cpuPlatform)voidsetDeployment(String deployment)voidsetKubeConfig(String kubeConfig)voidsetName(String name)voidsetProjectId(String projectId)voidsetQuantity(Integer quantity)voidsetRegion(String region)voidsetSubnetId(String subnetId)voidsetTag(String tag)voidsetVPCId(String vpcId)voidsetZone(String zone)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getSignature, setAction, setPublicKey, setSignature
-
-
-
-
Method Detail
-
getZone
public String getZone()
-
setZone
public void setZone(String zone)
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getVPCId
public String getVPCId()
-
setVPCId
public void setVPCId(String vpcId)
-
getSubnetId
public String getSubnetId()
-
setSubnetId
public void setSubnetId(String subnetId)
-
getDeployment
public String getDeployment()
-
setDeployment
public void setDeployment(String deployment)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
getCpuPlatform
public String getCpuPlatform()
-
setCpuPlatform
public void setCpuPlatform(String cpuPlatform)
-
getKubeConfig
public String getKubeConfig()
-
setKubeConfig
public void setKubeConfig(String kubeConfig)
-
getQuantity
public Integer getQuantity()
-
setQuantity
public void setQuantity(Integer quantity)
-
getTag
public String getTag()
-
setTag
public void setTag(String tag)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-