public class NetAppCreateClusterMultiVolumeSnapshotConfig
extends java.lang.Object
Creates snapshots for multiple volumes.
This task will create snapshos for selected list of volumes in the specfied name.
Modifier | Constructor and Description |
---|---|
protected |
NetAppCreateClusterMultiVolumeSnapshotConfig() |
|
NetAppCreateClusterMultiVolumeSnapshotConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppCreateClusterMultiVolumeSnapshotConfigResponse |
execute() |
java.lang.String |
getCleanup() |
CuicServer |
getCuicServer() |
java.lang.String |
getSnapshotName() |
java.lang.String |
getVolumeNames() |
java.lang.String |
getvServer() |
void |
setCleanup(java.lang.String cleanup) |
void |
setCuicServer(CuicServer api) |
void |
setSnapshotName(java.lang.String snapshotName)
Enter the name of the snapshot to be created.
|
void |
setVolumeNames(java.lang.String volumeNames)
Select volume(s) for which snapshot(s) to be created.
|
void |
setvServer(java.lang.String vServer)
Select Vserver Name Accepts value from list type
netappClusterVServerIdentity
|
protected NetAppCreateClusterMultiVolumeSnapshotConfig()
public NetAppCreateClusterMultiVolumeSnapshotConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getvServer()
public java.lang.String getVolumeNames()
public java.lang.String getSnapshotName()
public java.lang.String getCleanup()
public void setvServer(java.lang.String vServer)
public void setVolumeNames(java.lang.String volumeNames)
public void setSnapshotName(java.lang.String snapshotName)
public void setCleanup(java.lang.String cleanup)
public NetAppCreateClusterMultiVolumeSnapshotConfigResponse execute() throws java.lang.Exception
java.lang.Exception