public class VolumeExportIngestParam
extends java.lang.Object
| Constructor and Description | 
|---|
VolumeExportIngestParam()  | 
VolumeExportIngestParam(java.net.URI vpool,
                       java.net.URI varray,
                       java.net.URI project,
                       java.util.List<java.net.URI> unManagedVolumes)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.net.URI | 
getCluster()  | 
java.net.URI | 
getHost()  | 
java.net.URI | 
getProject()
Project to be associated with a list of unmanaged volumes to be ingested. 
 | 
java.util.List<java.net.URI> | 
getUnManagedVolumes()
List of unmanaged volumes to be ingested. 
 | 
java.net.URI | 
getVarray()
VirtualArray to be associated with a list of unmanaged volumes to be ingested. 
 | 
java.lang.String | 
getVplexIngestionMethod()
The ingestion method for VPLEX volumes. 
 | 
java.net.URI | 
getVpool()
VirtualPool to be associated with a list of unmanaged volumes to be ingested. 
 | 
void | 
setCluster(java.net.URI cluster)  | 
void | 
setHost(java.net.URI host)  | 
void | 
setProject(java.net.URI project)  | 
void | 
setUnManagedVolumes(java.util.List<java.net.URI> unManagedVolumes)  | 
void | 
setVarray(java.net.URI varray)  | 
void | 
setVplexIngestionMethod(java.lang.String type)  | 
void | 
setVpool(java.net.URI vpool)  | 
public VolumeExportIngestParam()
public VolumeExportIngestParam(java.net.URI vpool,
                               java.net.URI varray,
                               java.net.URI project,
                               java.util.List<java.net.URI> unManagedVolumes)
public java.net.URI getVpool()
public void setVpool(java.net.URI vpool)
public java.net.URI getVarray()
public void setVarray(java.net.URI varray)
public java.net.URI getProject()
public void setProject(java.net.URI project)
public java.util.List<java.net.URI> getUnManagedVolumes()
public void setUnManagedVolumes(java.util.List<java.net.URI> unManagedVolumes)
public java.net.URI getHost()
public void setHost(java.net.URI host)
public java.net.URI getCluster()
public void setCluster(java.net.URI cluster)
public java.lang.String getVplexIngestionMethod()
public void setVplexIngestionMethod(java.lang.String type)