public class BlockSnapshotSessionRestRep extends BlockObjectRestRep
| Constructor and Description |
|---|
BlockSnapshotSessionRestRep() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RelatedResourceRep> |
getLinkedTarget()
List of target volumes, i.e., BlockSnapshot instances, linked to the
block snapshot session.
|
RelatedResourceRep |
getParent()
URI and reference link to the snapshot session source.
|
RelatedResourceRep |
getProject()
URI and reference link of the project to which the snapshot belongs.
|
java.lang.String |
getReplicationGroupInstance()
Source Replication Group name for which this session is created for.
|
java.lang.String |
getSessionLabel()
User specified session label.
|
java.lang.String |
getSessionSetName()
User specified name while creating sessions for Replication Groups.
|
void |
setLinkedTargets(java.util.List<RelatedResourceRep> linkedTargets) |
void |
setParent(RelatedResourceRep parent) |
void |
setProject(RelatedResourceRep project) |
void |
setReplicationGroupInstance(java.lang.String replicationGroupInstance) |
void |
setSessionLabel(java.lang.String sessionLabel) |
void |
setSessionSetName(java.lang.String sessionSetName) |
getConsistencyGroup, getDeviceLabel, getNativeId, getProtocols, getStorageController, getVirtualArray, getWwn, setConsistencyGroup, setDeviceLabel, setNativeId, setProtocols, setStorageController, setVirtualArray, setWwngetCreationTime, getGlobal, getId, getInactive, getInternal, getLink, getName, getRemote, getTags, getVdc, setCreationTime, setGlobal, setId, setInactive, setInternal, setLink, setName, setRemote, setTags, setVdc, toStringpublic RelatedResourceRep getParent()
public void setParent(RelatedResourceRep parent)
public RelatedResourceRep getProject()
public void setProject(RelatedResourceRep project)
public java.util.List<RelatedResourceRep> getLinkedTarget()
public void setLinkedTargets(java.util.List<RelatedResourceRep> linkedTargets)
public java.lang.String getSessionLabel()
public void setSessionLabel(java.lang.String sessionLabel)
public java.lang.String getReplicationGroupInstance()
getReplicationGroupInstance in class BlockObjectRestReppublic void setReplicationGroupInstance(java.lang.String replicationGroupInstance)
setReplicationGroupInstance in class BlockObjectRestReppublic java.lang.String getSessionSetName()
public void setSessionSetName(java.lang.String sessionSetName)