Volume |
GenericISCSIPlugin.createVolume(Device device,
Pool pool,
Volume volume) |
void |
GenericISCSIPlugin.deleteVolume(Device device,
Pool pool,
java.lang.String uuid) |
Pool |
GenericISCSIPlugin.getPool(Device device,
java.lang.String poolName) |
Volume |
GenericISCSIPlugin.getVolume(Device device,
Pool pool,
java.lang.String uuid) |
Address |
GenericISCSIPlugin.grantAccess(Device device,
Pool pool,
java.lang.String volumeUuid,
ClientDetails clientDetails) |
java.util.List<Pool> |
GenericISCSIPlugin.listPools(Device device) |
java.util.List<Volume> |
GenericISCSIPlugin.listVolumes(Device device,
Pool pool) |
Volume |
GenericISCSIPlugin.resizeVolume(Device device,
Pool pool,
Volume volume) |
void |
GenericISCSIPlugin.revokeAccess(Device device,
Pool pool,
java.lang.String volumeUuid,
ClientDetails clientDetails) |