public class VolumeGroupSnapshotSessionRelinkTargetsParam extends VolumeGroupSnapshotSessionOperationParam
| Constructor and Description |
|---|
VolumeGroupSnapshotSessionRelinkTargetsParam()
Default constructor.
|
VolumeGroupSnapshotSessionRelinkTargetsParam(java.util.List<java.net.URI> linkedTargetIds)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.net.URI> |
getLinkedTargetIds()
Gets the URIs of the linked targets to be re-linked.
|
java.lang.String |
getTargetName() |
void |
setLinkedTargetIds(java.util.List<java.net.URI> linkedTargetIds)
Sets the URIs of the linked targets to be re-linked.
|
void |
setTargetName(java.lang.String targetName) |
getCopySetName, getPartial, getSnapshotSessions, getSubGroups, setCopySetName, setPartial, setSnapshotSessions, setSubGroupspublic VolumeGroupSnapshotSessionRelinkTargetsParam()
public VolumeGroupSnapshotSessionRelinkTargetsParam(java.util.List<java.net.URI> linkedTargetIds)
linkedTargetIds - The URIs of the linked targets to be re-linked.public java.util.List<java.net.URI> getLinkedTargetIds()
public void setLinkedTargetIds(java.util.List<java.net.URI> linkedTargetIds)
linkedTargetIds - The URIs of the linked targets to be re-linked.public java.lang.String getTargetName()
public void setTargetName(java.lang.String targetName)
targetName - the targetName to set