public class BlockdevOptionsArchipelago extends QApiType
QApiTypeDescriptor{name=BlockdevOptionsArchipelago, data={volume=str, *mport=int, *vport=int, *segment=str}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
Long |
mport |
String |
segment |
String |
volume |
Long |
vport |
Constructor and Description |
---|
BlockdevOptionsArchipelago() |
BlockdevOptionsArchipelago(String volume,
Long mport,
Long vport,
String segment) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
BlockdevOptionsArchipelago |
withMport(Long value) |
BlockdevOptionsArchipelago |
withSegment(String value) |
BlockdevOptionsArchipelago |
withVolume(String value) |
BlockdevOptionsArchipelago |
withVport(Long value) |
toString
@CheckForNull public Long mport
@CheckForNull public Long vport
@CheckForNull public String segment
public BlockdevOptionsArchipelago()
public BlockdevOptionsArchipelago(String volume, Long mport, Long vport, String segment)
@Nonnull public BlockdevOptionsArchipelago withVolume(String value)
@Nonnull public BlockdevOptionsArchipelago withMport(Long value)
@Nonnull public BlockdevOptionsArchipelago withVport(Long value)
@Nonnull public BlockdevOptionsArchipelago withSegment(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException