public class NetAppCreateClusterVolumeSnapshotConfig
extends java.lang.Object
Create a Snapshot for a Volume in Vserver.
This task will create a snapshot copy on a selected volume in Vserver.A volume can be backed up using the snapshot feature. Snapshot can be used for the purpose of backup and recovery of a Volume.
Modifier | Constructor and Description |
---|---|
protected |
NetAppCreateClusterVolumeSnapshotConfig() |
|
NetAppCreateClusterVolumeSnapshotConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppCreateClusterVolumeSnapshotConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getSnapName() |
java.lang.String |
getVolName() |
boolean |
isAsync() |
boolean |
isVLCS() |
void |
setAsync(boolean isAsync)
Async
|
void |
setCuicServer(CuicServer api) |
void |
setSnapName(java.lang.String snapName)
Enter the name of the snapshot to be created.
|
void |
setVLCS(boolean isVLCS)
Is Valid Lun Clone Snapshot
|
void |
setVolName(java.lang.String volName)
Select the Volume for which snapshot to be created Accepts value from
list type netappClusterVolumeIdentity
|
protected NetAppCreateClusterVolumeSnapshotConfig()
public NetAppCreateClusterVolumeSnapshotConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVolName()
public java.lang.String getSnapName()
public boolean isVLCS()
public boolean isAsync()
public void setVolName(java.lang.String volName)
public void setSnapName(java.lang.String snapName)
public void setVLCS(boolean isVLCS)
public void setAsync(boolean isAsync)
public NetAppCreateClusterVolumeSnapshotConfigResponse execute() throws java.lang.Exception
java.lang.Exception