public class VolumeGroupSnapshotSessionLinkTargetsParam extends VolumeGroupSnapshotSessionOperationParam
| Constructor and Description |
|---|
VolumeGroupSnapshotSessionLinkTargetsParam()
Default constructor.
|
VolumeGroupSnapshotSessionLinkTargetsParam(SnapshotSessionNewTargetsParam newLinkedTargets)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotSessionNewTargetsParam |
getNewLinkedTargets()
Gets the new targets parameter specifying info about new target volumes
to be created and linked to the block snapshot session.
|
void |
setNewLinkedTargets(SnapshotSessionNewTargetsParam newLinkedTargets)
Sets the new targets parameter specifying info about new target volumes
to be created and linked to the block snapshot session.
|
getCopySetName, getPartial, getSnapshotSessions, getSubGroups, setCopySetName, setPartial, setSnapshotSessions, setSubGroupspublic VolumeGroupSnapshotSessionLinkTargetsParam()
public VolumeGroupSnapshotSessionLinkTargetsParam(SnapshotSessionNewTargetsParam newLinkedTargets)
newLinkedTargets - A reference to the new linked target information.public SnapshotSessionNewTargetsParam getNewLinkedTargets()
public void setNewLinkedTargets(SnapshotSessionNewTargetsParam newLinkedTargets)
newLinkedTargets - The new targets parameter specifying info about new target volumes
to be created and linked to the block snapshot session.