public static class BesCreateClusterRequest.ModuleInfo extends Object
| Constructor and Description |
|---|
ModuleInfo() |
| Modifier and Type | Method and Description |
|---|---|
DiskSlotInfo |
getDiskSlotInfo() |
int |
getInstanceNum() |
String |
getSlotType() |
String |
getType() |
void |
setDiskSlotInfo(DiskSlotInfo diskSlotInfo) |
void |
setInstanceNum(int instanceNum) |
void |
setSlotType(SlotType slotType) |
void |
setSlotType(String slotType) |
void |
setType(ModuleType type) |
void |
setType(String type) |
public String getSlotType()
public void setSlotType(SlotType slotType)
public void setSlotType(String slotType)
public DiskSlotInfo getDiskSlotInfo()
public void setDiskSlotInfo(DiskSlotInfo diskSlotInfo)
public int getInstanceNum()
public void setInstanceNum(int instanceNum)
public String getType()
public void setType(ModuleType type)
public void setType(String type)
Copyright © 2023. All rights reserved.