public class VolumeMigrationInfo
extends java.lang.Object
| Constructor and Description | 
|---|
VolumeMigrationInfo()  | 
VolumeMigrationInfo(java.net.URI volume,
                   java.net.URI storageSystem,
                   java.net.URI virtualPool)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.net.URI | 
getStorageSystem()
This parameter specifies the id of the
 storage system to which the volume is to
 be migrated. 
 | 
java.net.URI | 
getVirtualPool()
This parameter specifies (optional) the id of the
 virtual pool to which the volume is to be migrated. 
 | 
java.net.URI | 
getVolume()
This parameter specifies the id of the
 volume to be migrated. 
 | 
void | 
setStorageSystem(java.net.URI storageSystem)  | 
void | 
setVirtualPool(java.net.URI virtualPool)  | 
void | 
setVolume(java.net.URI volume)  | 
public VolumeMigrationInfo()
public VolumeMigrationInfo(java.net.URI volume,
                           java.net.URI storageSystem,
                           java.net.URI virtualPool)
public java.net.URI getVolume()
public void setVolume(java.net.URI volume)
public java.net.URI getStorageSystem()
public void setStorageSystem(java.net.URI storageSystem)
public java.net.URI getVirtualPool()
public void setVirtualPool(java.net.URI virtualPool)