public class BlockdevOptionsGenericCOWFormat extends BlockdevOptionsGenericFormat
QApiTypeDescriptor{name=BlockdevOptionsGenericCOWFormat, data={*backing=BlockdevRef}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
BlockdevRef |
backing |
file
Constructor and Description |
---|
BlockdevOptionsGenericCOWFormat() |
BlockdevOptionsGenericCOWFormat(BlockdevRef backing) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
BlockdevOptionsGenericCOWFormat |
withBacking(BlockdevRef value) |
withFile
toString
@CheckForNull public BlockdevRef backing
public BlockdevOptionsGenericCOWFormat()
public BlockdevOptionsGenericCOWFormat(BlockdevRef backing)
@Nonnull public BlockdevOptionsGenericCOWFormat withBacking(BlockdevRef value)
public List<String> getFieldNames()
getFieldNames
in class BlockdevOptionsGenericFormat
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class BlockdevOptionsGenericFormat
NoSuchFieldException