public class SnapshotSessionNewTargetsParam
extends java.lang.Object
| Constructor and Description | 
|---|
SnapshotSessionNewTargetsParam()
Default Constructor. 
 | 
SnapshotSessionNewTargetsParam(java.lang.Integer count,
                              java.lang.String targetName,
                              java.lang.String copyMode)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCopyMode()
Get the copy mode for the new target volumes to be linked to
 the block snapshot session. 
 | 
java.lang.Integer | 
getCount()
Get the number of new targets to create and link to the snapshot session. 
 | 
java.lang.String | 
getTargetName()
Get the name to use for the targets. 
 | 
void | 
setCopyMode(java.lang.String copyMode)
Set the copy mode for the new target volumes to be linked to
 the block snapshot session. 
 | 
void | 
setCount(java.lang.Integer count)
Set the number of new targets to create and link to the snapshot session. 
 | 
void | 
setTargetName(java.lang.String targetName)
Set the name to use for the targets. 
 | 
public SnapshotSessionNewTargetsParam()
public SnapshotSessionNewTargetsParam(java.lang.Integer count,
                                      java.lang.String targetName,
                                      java.lang.String copyMode)
count - The number of targets to be created and linked to the session.targetName - The name to use for the targets.copyMode - The copy mode for the targets when they are linked to the session.public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
count - The number of new targets to create and link to the snapshot session.public java.lang.String getTargetName()
public void setTargetName(java.lang.String targetName)
targetName - The name to use for the targets.public java.lang.String getCopyMode()
public void setCopyMode(java.lang.String copyMode)
copyMode - The copy mode for the new target volumes to be linked to
            the block snapshot session.