Class GetUEcVHostPriceRequest

java.lang.Object
cn.ucloud.common.request.Request
cn.ucloud.uec.models.GetUEcVHostPriceRequest

public class GetUEcVHostPriceRequest extends Request
  • Constructor Details

    • GetUEcVHostPriceRequest

      public GetUEcVHostPriceRequest()
  • Method Details

    • getIdcId

      public String getIdcId()
    • setIdcId

      public void setIdcId(String idcId)
    • getNodeCount

      public Integer getNodeCount()
    • setNodeCount

      public void setNodeCount(Integer nodeCount)
    • getCpuCore

      public Integer getCpuCore()
    • setCpuCore

      public void setCpuCore(Integer cpuCore)
    • getMemSize

      public Integer getMemSize()
    • setMemSize

      public void setMemSize(Integer memSize)
    • getSysDiskSize

      public Integer getSysDiskSize()
    • setSysDiskSize

      public void setSysDiskSize(Integer sysDiskSize)
    • getDiskSize

      public Integer getDiskSize()
    • setDiskSize

      public void setDiskSize(Integer diskSize)
    • getNetLimit

      public Integer getNetLimit()
    • setNetLimit

      public void setNetLimit(Integer netLimit)
    • getChargeType

      public Integer getChargeType()
    • setChargeType

      public void setChargeType(Integer chargeType)
    • getChargeQuantity

      public Integer getChargeQuantity()
    • setChargeQuantity

      public void setChargeQuantity(Integer chargeQuantity)
    • getProductType

      public String getProductType()
    • setProductType

      public void setProductType(String productType)
    • getIpCount

      public Integer getIpCount()
    • setIpCount

      public void setIpCount(Integer ipCount)
    • getGpu

      public Integer getGpu()
    • setGpu

      public void setGpu(Integer gpu)
    • getGpuType

      public String getGpuType()
    • setGpuType

      public void setGpuType(String gpuType)
    • loadMaxRetries

      public Integer loadMaxRetries()
    • withMaxRetries

      public void withMaxRetries(Integer arg0)
    • loadTimeout

      public Integer loadTimeout()
    • withTimeout

      public void withTimeout(Integer arg0)