public class NetAppModifyClusterCronJobScheduleConfig
extends java.lang.Object
Modification of cron job schedule.
This task will modify the attributes of the cron job schedule entry.
Modifier | Constructor and Description |
---|---|
protected |
NetAppModifyClusterCronJobScheduleConfig() |
|
NetAppModifyClusterCronJobScheduleConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppModifyClusterCronJobScheduleConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getDayOfMonth() |
java.lang.String |
getDayOfWeek() |
java.lang.String |
getHour() |
java.lang.String |
getJobIdentity() |
java.lang.String |
getMinute() |
java.lang.String |
getMonth() |
void |
setCuicServer(CuicServer api) |
void |
setDayOfMonth(java.lang.String dayOfMonth)
Enter cron day of month.
|
void |
setDayOfWeek(java.lang.String dayOfWeek)
Enter cron day of week.
|
void |
setHour(java.lang.String hour)
Enter cron hour.
|
void |
setJobIdentity(java.lang.String jobIdentity)
Select cron job schedule name to modify.
|
void |
setMinute(java.lang.String minute)
Enter cron minute.
|
void |
setMonth(java.lang.String month)
Enter cron month.
|
protected NetAppModifyClusterCronJobScheduleConfig()
public NetAppModifyClusterCronJobScheduleConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getJobIdentity()
public java.lang.String getDayOfMonth()
public java.lang.String getDayOfWeek()
public java.lang.String getHour()
public java.lang.String getMinute()
public java.lang.String getMonth()
public void setJobIdentity(java.lang.String jobIdentity)
public void setDayOfMonth(java.lang.String dayOfMonth)
public void setDayOfWeek(java.lang.String dayOfWeek)
public void setHour(java.lang.String hour)
public void setMinute(java.lang.String minute)
public void setMonth(java.lang.String month)
public NetAppModifyClusterCronJobScheduleConfigResponse execute() throws java.lang.Exception
java.lang.Exception