public class NetAppDeleteClusterCronJobScheduleConfig
extends java.lang.Object
Deleted the cron job schedule.
This task will delete a cron job schedule entry.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteClusterCronJobScheduleConfig() |
|
NetAppDeleteClusterCronJobScheduleConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getJobIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setJobIdentity(java.lang.String jobIdentity)
Select cron job schedule name to delete.
|
protected NetAppDeleteClusterCronJobScheduleConfig()
public NetAppDeleteClusterCronJobScheduleConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getJobIdentity()
public void setJobIdentity(java.lang.String jobIdentity)
public void execute() throws java.lang.Exception
java.lang.Exception