public class VirtualPoolCommonParam
extends java.lang.Object
| Constructor and Description | 
|---|
VirtualPoolCommonParam()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()
The description for the virtual pool. 
 | 
java.lang.Boolean | 
getLongTermRetention()  | 
java.lang.String | 
getName()
The name for the virtual pool. 
 | 
java.util.Set<java.lang.String> | 
getProtocols()  | 
java.lang.String | 
getProvisionType()
The provisioning type for the virtual pool. 
 | 
java.lang.String | 
getSystemType()
The supported system type for the virtual pool. 
 | 
java.lang.Boolean | 
getUseMatchedPools()
Determines if matched or valid assigned pools are returned from
 command to retrieve the list of storage pools. 
 | 
java.util.Set<java.lang.String> | 
getVarrays()  | 
void | 
setDescription(java.lang.String description)  | 
void | 
setLongTermRetention(java.lang.Boolean longTermRetention)  | 
void | 
setName(java.lang.String name)  | 
void | 
setProtocols(java.util.Set<java.lang.String> protocols)  | 
void | 
setProvisionType(java.lang.String provisionType)  | 
void | 
setSystemType(java.lang.String systemType)  | 
void | 
setUseMatchedPools(java.lang.Boolean useMatchedPools)  | 
void | 
setVarrays(java.util.Set<java.lang.String> varrays)  | 
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.util.Set<java.lang.String> getProtocols()
public void setProtocols(java.util.Set<java.lang.String> protocols)
public java.util.Set<java.lang.String> getVarrays()
public void setVarrays(java.util.Set<java.lang.String> varrays)
public java.lang.Boolean getUseMatchedPools()
public void setUseMatchedPools(java.lang.Boolean useMatchedPools)
public java.lang.String getProvisionType()
public void setProvisionType(java.lang.String provisionType)
public java.lang.String getSystemType()
public void setSystemType(java.lang.String systemType)
public java.lang.Boolean getLongTermRetention()
public void setLongTermRetention(java.lang.Boolean longTermRetention)