Uses of Class
com.baidubce.services.bcc.model.volume.CreateVolumeRequest

Packages that use CreateVolumeRequest
com.baidubce.services.bcc   
com.baidubce.services.bcc.model.volume   
 

Uses of CreateVolumeRequest in com.baidubce.services.bcc
 

Methods in com.baidubce.services.bcc with parameters of type CreateVolumeRequest
 CreateVolumeResponse BccClient.createVolume(CreateVolumeRequest request)
          Create a volume with the specified options.
 

Uses of CreateVolumeRequest in com.baidubce.services.bcc.model.volume
 

Methods in com.baidubce.services.bcc.model.volume that return CreateVolumeRequest
 CreateVolumeRequest CreateVolumeRequest.withBilling(Billing billing)
          Configure billing for the request.
 CreateVolumeRequest CreateVolumeRequest.withCdsSizeInGB(int cdsSizeInGB)
          Configure cdsSizeInGB for the request.
 CreateVolumeRequest CreateVolumeRequest.withClientToken(String clientToken)
          Configure optional client token for the request.
 CreateVolumeRequest CreateVolumeRequest.withPurchaseCount(int purchaseCount)
          Configure purchaseCount for the request.
 CreateVolumeRequest CreateVolumeRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 CreateVolumeRequest CreateVolumeRequest.withSnapshotId(String snapshotId)
          Configure snapshotId for the request.
 CreateVolumeRequest CreateVolumeRequest.withStorageType(String storageType)
          Configure storageType for the request.
 CreateVolumeRequest CreateVolumeRequest.withZoneName(String zoneName)
           
 



Copyright © 2018. All rights reserved.