Package cn.ucloud.ufs.models
Class AddUFSVolumeMountPointRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.ufs.models.AddUFSVolumeMountPointRequest
-
public class AddUFSVolumeMountPointRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description AddUFSVolumeMountPointRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMountPointName()StringgetProjectId()StringgetRegion()StringgetSubnetId()StringgetVolumeId()StringgetVpcId()IntegerloadMaxRetries()IntegerloadTimeout()voidsetMountPointName(String mountPointName)voidsetProjectId(String projectId)voidsetRegion(String region)voidsetSubnetId(String subnetId)voidsetVolumeId(String volumeId)voidsetVpcId(String vpcId)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getSignature, setAction, setPublicKey, setSignature
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getVolumeId
public String getVolumeId()
-
setVolumeId
public void setVolumeId(String volumeId)
-
getMountPointName
public String getMountPointName()
-
setMountPointName
public void setMountPointName(String mountPointName)
-
getVpcId
public String getVpcId()
-
setVpcId
public void setVpcId(String vpcId)
-
getSubnetId
public String getSubnetId()
-
setSubnetId
public void setSubnetId(String subnetId)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-