类 PurchaseReservedVolumeClusterRequest


  • public class PurchaseReservedVolumeClusterRequest
    extends AbstractBceRequest
    The request for renewing the volume.
    • 构造器详细资料

      • PurchaseReservedVolumeClusterRequest

        public PurchaseReservedVolumeClusterRequest()
    • 方法详细资料

      • getClientToken

        public String getClientToken()
      • setClientToken

        public void setClientToken​(String clientToken)
      • getClusterId

        public String getClusterId()
      • setClusterId

        public void setClusterId​(String clusterId)
      • getBilling

        public Billing getBilling()
      • setBilling

        public void setBilling​(Billing billing)
      • withClientToken

        public PurchaseReservedVolumeClusterRequest withClientToken​(String clientToken)
        Configure optional client token for the request. The request will be idempotent if client token is provided. If the clientToken is not specified by the user, a random String generated by default algorithm will be used.
        参数:
        clientToken - An ASCII string whose length is less than 64. See more detail at BCE API doc
        返回:
        PurchaseReservedVolumeRequest with specific clientToken