| Package | Description |
|---|---|
| com.abiquo.ssm.plugin | |
| com.abiquo.ssm.plugin.iscsi |
| Modifier and Type | Method and Description |
|---|---|
Pool |
Storage.getPool(C device,
java.lang.String poolName)
Get the information of the given pool.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Pool> |
Storage.listPools(C device)
Get all the pools defined in the given device.
|
| Modifier and Type | Method and Description |
|---|---|
Volume |
Storage.createVolume(C device,
Pool pool,
Volume volume)
Creates a new volume.
|
void |
Storage.deleteVolume(C device,
Pool pool,
java.lang.String uuid)
Deletes the given volume.
|
Volume |
Storage.getVolume(C device,
Pool pool,
java.lang.String uuid)
Gets the information of the given volume.
|
Address |
Storage.grantAccess(C device,
Pool pool,
java.lang.String volumeUuid,
ClientDetails clientDetails)
Allow the provided client to access the given volume.
|
java.util.List<Volume> |
Storage.listVolumes(C device,
Pool pool)
Gets all the volumes in the given pool.
|
Volume |
Storage.resizeVolume(C device,
Pool pool,
Volume volume)
Updates an existing volume.
|
void |
Storage.revokeAccess(C device,
Pool pool,
java.lang.String volumeUuid,
ClientDetails clientDetails)
Deny access for the provided client to the given volume.
|
| Modifier and Type | Method and Description |
|---|---|
Pool |
GenericISCSIPlugin.getPool(Device device,
java.lang.String poolName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Pool> |
GenericISCSIPlugin.listPools(Device device) |
| Modifier and Type | Method and Description |
|---|---|
Volume |
GenericISCSIPlugin.createVolume(Device device,
Pool pool,
Volume volume) |
void |
GenericISCSIPlugin.deleteVolume(Device device,
Pool pool,
java.lang.String uuid) |
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<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) |
Copyright © 2008-2019 Abiquo Holdings S.L.. All Rights Reserved.