public class SnapshotSessionLinkTargetsParam
extends java.lang.Object
| Constructor and Description |
|---|
SnapshotSessionLinkTargetsParam()
Default constructor.
|
SnapshotSessionLinkTargetsParam(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.
|
public SnapshotSessionLinkTargetsParam()
public SnapshotSessionLinkTargetsParam(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.