类 BesCreateClusterRequest.ModuleInfo
- java.lang.Object
-
- com.baidubce.services.bes.model.BesCreateClusterRequest.ModuleInfo
-
public static class BesCreateClusterRequest.ModuleInfo extends Object
Configuration information for the cluster
-
-
构造器概要
构造器 构造器 说明 ModuleInfo()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DiskSlotInfogetDiskSlotInfo()intgetInstanceNum()StringgetSlotType()StringgetType()voidsetDiskSlotInfo(DiskSlotInfo diskSlotInfo)voidsetInstanceNum(int instanceNum)voidsetSlotType(SlotType slotType)voidsetSlotType(String slotType)voidsetType(ModuleType type)voidsetType(String type)
-
-
-
方法详细资料
-
getSlotType
public String getSlotType()
-
setSlotType
public void setSlotType(SlotType slotType)
-
setSlotType
public void setSlotType(String slotType)
-
getDiskSlotInfo
public DiskSlotInfo getDiskSlotInfo()
-
setDiskSlotInfo
public void setDiskSlotInfo(DiskSlotInfo diskSlotInfo)
-
getInstanceNum
public int getInstanceNum()
-
setInstanceNum
public void setInstanceNum(int instanceNum)
-
getType
public String getType()
-
setType
public void setType(ModuleType type)
-
setType
public void setType(String type)
-
-