public class VirtualPoolCommonRestRep extends DataObjectRestRep
| Constructor and Description | 
|---|
VirtualPoolCommonRestRep()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<RelatedResourceRep> | 
getAssignedStoragePools()  | 
java.lang.String | 
getDescription()
User defined description for this virtual pool. 
 | 
java.util.List<RelatedResourceRep> | 
getInvalidMatchedStoragePools()  | 
java.util.List<RelatedResourceRep> | 
getMatchedStoragePools()  | 
java.lang.Integer | 
getNumPaths()
Deprecated. 
 
use getMaxPaths from BlockVirtualPoolRestRep instead of getNumPaths 
 | 
java.lang.Integer | 
getNumResources()
Number of resources provisioned to this ViPR using this
 virtual pool. 
 | 
java.util.Set<java.lang.String> | 
getProtocols()  | 
java.lang.String | 
getProvisioningType()
Storage type provisioned for this virtual pool. 
 | 
java.lang.String | 
getSystemType()
The supported system type for the virtual pool. 
 | 
java.lang.String | 
getType()
Virtual pool storage resource type. 
 | 
java.lang.Boolean | 
getUseMatchedPools()
Determines if matched or valid assigned pools are returned from
 command to retrieve the list of storage pools. 
 | 
java.util.List<RelatedResourceRep> | 
getVirtualArrays()  | 
void | 
setAssignedStoragePools(java.util.List<RelatedResourceRep> assignedStoragePools)  | 
void | 
setDescription(java.lang.String description)  | 
void | 
setInvalidMatchedStoragePools(java.util.List<RelatedResourceRep> invalidMatchedStoragePools)  | 
void | 
setMatchedStoragePools(java.util.List<RelatedResourceRep> matchedStoragePools)  | 
void | 
setNumPaths(java.lang.Integer numPaths)
Deprecated. 
 
use setMaxPaths from BlockVirtualPoolRestRep instead of setNumPaths 
 | 
void | 
setNumResources(java.lang.Integer numResources)  | 
void | 
setProtocols(java.util.Set<java.lang.String> protocols)  | 
void | 
setProvisioningType(java.lang.String provisioningType)  | 
void | 
setSystemType(java.lang.String systemType)  | 
void | 
setType(java.lang.String type)  | 
void | 
setUseMatchedPools(java.lang.Boolean useMatchedPools)  | 
void | 
setVirtualArrays(java.util.List<RelatedResourceRep> varrays)  | 
getCreationTime, getGlobal, getId, getInactive, getInternal, getLink, getName, getRemote, getTags, getVdc, setCreationTime, setGlobal, setId, setInactive, setInternal, setLink, setName, setRemote, setTags, setVdc, toStringpublic java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getProvisioningType()
public void setProvisioningType(java.lang.String provisioningType)
public java.util.Set<java.lang.String> getProtocols()
public void setProtocols(java.util.Set<java.lang.String> protocols)
public java.lang.String getSystemType()
public void setSystemType(java.lang.String systemType)
@Deprecated public java.lang.Integer getNumPaths()
@Deprecated public void setNumPaths(java.lang.Integer numPaths)
public java.lang.Integer getNumResources()
public void setNumResources(java.lang.Integer numResources)
public java.util.List<RelatedResourceRep> getVirtualArrays()
public void setVirtualArrays(java.util.List<RelatedResourceRep> varrays)
public java.lang.Boolean getUseMatchedPools()
public void setUseMatchedPools(java.lang.Boolean useMatchedPools)
public java.util.List<RelatedResourceRep> getAssignedStoragePools()
public void setAssignedStoragePools(java.util.List<RelatedResourceRep> assignedStoragePools)
public java.util.List<RelatedResourceRep> getInvalidMatchedStoragePools()
public void setInvalidMatchedStoragePools(java.util.List<RelatedResourceRep> invalidMatchedStoragePools)
public java.util.List<RelatedResourceRep> getMatchedStoragePools()
public void setMatchedStoragePools(java.util.List<RelatedResourceRep> matchedStoragePools)