public class AutoTieringPolicyRestRep extends DiscoveredDataObjectRestRep
| Constructor and Description | 
|---|
AutoTieringPolicyRestRep()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Boolean | 
getPolicyEnabled()
Determines the operational state of auto tiering policy 
 | 
java.lang.String | 
getPolicyName()
Name of the auto tiering policy 
 | 
java.lang.String | 
getProvisioningType()
The provisioning type of the auto tiering policy
 Valid value:
  Thin
  Thick
  All 
 | 
RelatedResourceRep | 
getStorageDevice()
The storage system on which this auto tiering policy resides. 
 | 
java.lang.String | 
getStorageGroupName()
Name of the default storage group. 
 | 
java.util.Set<java.lang.String> | 
getStoragePools()
The list of storage pools associated with this auto tiering policy 
 | 
java.lang.String | 
getSystemType()
The type of storage system to which the auto tiering policy belongs
 Valid value:
  vmax
  vnxblock 
 | 
void | 
setPolicyEnabled(java.lang.Boolean policyEnabled)  | 
void | 
setPolicyName(java.lang.String policyName)  | 
void | 
setProvisioningType(java.lang.String provisioningType)  | 
void | 
setStorageDevice(RelatedResourceRep storageDevice)  | 
void | 
setStorageGroupName(java.lang.String storageGroupName)  | 
void | 
setStoragePools(java.util.Set<java.lang.String> storagePools)  | 
void | 
setSystemType(java.lang.String systemType)  | 
getNativeGuid, setNativeGuidgetCreationTime, getGlobal, getId, getInactive, getInternal, getLink, getName, getRemote, getTags, getVdc, setCreationTime, setGlobal, setId, setInactive, setInternal, setLink, setName, setRemote, setTags, setVdc, toStringpublic java.lang.Boolean getPolicyEnabled()
public void setPolicyEnabled(java.lang.Boolean policyEnabled)
public java.lang.String getPolicyName()
public void setPolicyName(java.lang.String policyName)
public java.lang.String getProvisioningType()
public void setProvisioningType(java.lang.String provisioningType)
public java.lang.String getSystemType()
public void setSystemType(java.lang.String systemType)
public RelatedResourceRep getStorageDevice()
public void setStorageDevice(RelatedResourceRep storageDevice)
public java.lang.String getStorageGroupName()
public void setStorageGroupName(java.lang.String storageGroupName)
public java.util.Set<java.lang.String> getStoragePools()
public void setStoragePools(java.util.Set<java.lang.String> storagePools)