类 ReleaseVolumeRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bcc.model.volume.ReleaseVolumeRequest
-
public class ReleaseVolumeRequest extends AbstractBceRequest
The request for Releasing volume.
-
-
构造器概要
构造器 构造器 说明 ReleaseVolumeRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAutoSnapshot()StringgetManualSnapshot()StringgetVolumeId()voidsetAutoSnapshot(String autoSnapshot)voidsetManualSnapshot(String manualSnapshot)voidsetVolumeId(String volumeId)ReleaseVolumeRequestwithAutoSnapshot(String autoSnapshot)ReleaseVolumeRequestwithManualSnapshot(String manualSnapshot)ReleaseVolumeRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.ReleaseVolumeRequestwithVolumeId(String volumeId)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getAutoSnapshot
public String getAutoSnapshot()
-
setAutoSnapshot
public void setAutoSnapshot(String autoSnapshot)
-
getManualSnapshot
public String getManualSnapshot()
-
setManualSnapshot
public void setManualSnapshot(String manualSnapshot)
-
getVolumeId
public String getVolumeId()
-
setVolumeId
public void setVolumeId(String volumeId)
-
withVolumeId
public ReleaseVolumeRequest withVolumeId(String volumeId)
-
withAutoSnapshot
public ReleaseVolumeRequest withAutoSnapshot(String autoSnapshot)
-
withManualSnapshot
public ReleaseVolumeRequest withManualSnapshot(String manualSnapshot)
-
withRequestCredentials
public ReleaseVolumeRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- ReleaseVolumeRequest with credentials.
-
-