public class OSTenantRestRep extends DataObjectRestRep
| Constructor and Description | 
|---|
OSTenantRestRep()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()
Description of Coprhd representation of OpenStack tenant. 
 | 
java.lang.Boolean | 
getEnabled()
Indicates if Coprhd representation of OpenStack tenant is enabled. 
 | 
java.lang.Boolean | 
getExcluded()
Indicates if Coprhd representation of OpenStack tenant is excluded. 
 | 
java.lang.String | 
getOsId()
ID of OpenStack tenant. 
 | 
void | 
setDescription(java.lang.String description)  | 
void | 
setEnabled(java.lang.Boolean enabled)  | 
void | 
setExcluded(java.lang.Boolean excluded)  | 
void | 
setOsId(java.lang.String osId)  | 
getCreationTime, getGlobal, getId, getInactive, getInternal, getLink, getName, getRemote, getTags, getVdc, setCreationTime, setGlobal, setId, setInactive, setInternal, setLink, setName, setRemote, setTags, setVdc, toStringpublic java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean enabled)
public java.lang.Boolean getExcluded()
public void setExcluded(java.lang.Boolean excluded)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getOsId()
public void setOsId(java.lang.String osId)