public class NetAppDeleteSnapmirrorScheduleConfig
extends java.lang.Object
Deletes Snapmirror Schedule
This task will delete snap mirror schedules
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteSnapmirrorScheduleConfig() |
|
NetAppDeleteSnapmirrorScheduleConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getDestinationLocation() |
void |
setCuicServer(CuicServer api) |
void |
setDestinationLocation(java.lang.String destinationLocation)
The destination location of the snapmirrored Schedule.
|
protected NetAppDeleteSnapmirrorScheduleConfig()
public NetAppDeleteSnapmirrorScheduleConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getDestinationLocation()
public void setDestinationLocation(java.lang.String destinationLocation)
public void execute() throws java.lang.Exception
java.lang.Exception