public static class ITLRestRep.ITLBlockObjectRestRep
extends java.lang.Object
| Constructor and Description | 
|---|
ITLBlockObjectRestRep()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.net.URI | 
getId()
The ViPR URI of the Storage Device containing the volume. 
 | 
RestLinkRep | 
getLink()
A REST link to the Storage Device object. 
 | 
java.lang.String | 
getWwn()
The WWN of the volume. 
 | 
void | 
setId(java.net.URI id)  | 
void | 
setLink(RestLinkRep link)  | 
void | 
setWwn(java.lang.String wwn)  | 
public java.net.URI getId()
public void setId(java.net.URI id)
public RestLinkRep getLink()
public void setLink(RestLinkRep link)
public java.lang.String getWwn()
public void setWwn(java.lang.String wwn)