类 BesResizeClusterRequest.ModuleDesc
- java.lang.Object
-
- com.baidubce.services.bes.model.BesResizeClusterRequest.ModuleDesc
-
public static class BesResizeClusterRequest.ModuleDesc extends Object
-
-
构造器概要
构造器 构造器 说明 ModuleDesc()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetDesireInstanceNum()DiskSlotInfogetDiskSlotInfo()StringgetSlotType()StringgetType()StringgetVersion()voidsetDesireInstanceNum(int desireInstanceNum)voidsetDiskSlotInfo(DiskSlotInfo diskSlotInfo)voidsetSlotType(SlotType slotType)voidsetSlotType(String slotType)voidsetType(ModuleType type)voidsetType(String type)voidsetVersion(String version)
-
-
-
方法详细资料
-
getDiskSlotInfo
public DiskSlotInfo getDiskSlotInfo()
-
setDiskSlotInfo
public void setDiskSlotInfo(DiskSlotInfo diskSlotInfo)
-
getType
public String getType()
-
setType
public void setType(ModuleType type)
-
setType
public void setType(String type)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getSlotType
public String getSlotType()
-
setSlotType
public void setSlotType(SlotType slotType)
-
setSlotType
public void setSlotType(String slotType)
-
getDesireInstanceNum
public int getDesireInstanceNum()
-
setDesireInstanceNum
public void setDesireInstanceNum(int desireInstanceNum)
-
-