类 VolumeClusterModel
- java.lang.Object
-
- com.baidubce.services.bcc.model.VolumeClusterModel
-
public class VolumeClusterModel extends Object
volume detail info model
-
-
构造器概要
构造器 构造器 说明 VolumeClusterModel()
-
方法概要
-
-
-
方法详细资料
-
getClusterId
public String getClusterId()
-
setClusterId
public void setClusterId(String clusterId)
-
getClusterName
public String getClusterName()
-
setClusterName
public void setClusterName(String clusterName)
-
getProductType
public String getProductType()
-
setProductType
public void setProductType(String productType)
-
getCreatedTime
public String getCreatedTime()
-
setCreatedTime
public void setCreatedTime(String createdTime)
-
getExpiredTime
public String getExpiredTime()
-
setExpiredTime
public void setExpiredTime(String expiredTime)
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
getClusterType
public String getClusterType()
-
setClusterType
public void setClusterType(String clusterType)
-
getLogicalZone
public String getLogicalZone()
-
setLogicalZone
public void setLogicalZone(String logicalZone)
-
getTotalCapacity
public int getTotalCapacity()
-
setTotalCapacity
public void setTotalCapacity(int totalCapacity)
-
getUsedCapacity
public int getUsedCapacity()
-
setUsedCapacity
public void setUsedCapacity(int usedCapacity)
-
getAvailableCapacity
public int getAvailableCapacity()
-
setAvailableCapacity
public void setAvailableCapacity(int availableCapacity)
-
getExpandingCapacity
public int getExpandingCapacity()
-
setExpandingCapacity
public void setExpandingCapacity(int expandingCapacity)
-
getCreatedVolumeNum
public int getCreatedVolumeNum()
-
setCreatedVolumeNum
public void setCreatedVolumeNum(int createdVolumeNum)
-
getEnableAutoRenew
public Boolean getEnableAutoRenew()
-
setEnableAutoRenew
public void setEnableAutoRenew(Boolean enableAutoRenew)
-
getRenewTimeUnit
public String getRenewTimeUnit()
-
setRenewTimeUnit
public void setRenewTimeUnit(String renewTimeUnit)
-
getRenewTime
public Integer getRenewTime()
-
setRenewTime
public void setRenewTime(Integer renewTime)
-
-