public class NetAppAddClusterSnapshotPolicyScheduleConfig
extends java.lang.Object
Adds a schedule to selected Snapshot Policy
This task will add a schedule to selected snapshot policy.
Modifier | Constructor and Description |
---|---|
protected |
NetAppAddClusterSnapshotPolicyScheduleConfig() |
|
NetAppAddClusterSnapshotPolicyScheduleConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppAddClusterSnapshotPolicyScheduleConfigResponse |
execute() |
java.lang.String |
getCount() |
CuicServer |
getCuicServer() |
java.lang.String |
getPolicyName() |
java.lang.String |
getSchedule() |
java.lang.String |
getSnapmirrorlabel() |
java.lang.String |
getSnapPrefix() |
void |
setCount(java.lang.String count)
Enter number of snapshots to be retained for the schedule
|
void |
setCuicServer(CuicServer api) |
void |
setPolicyName(java.lang.String policyName)
Select snapshot policy Accepts value from list type
netappClusterSnapshotPolicyIdentity
|
void |
setSchedule(java.lang.String schedule)
Select cron job or interval schedule to be added to policy Accepts value
from list type netappClusterJobScheduleList
|
void |
setSnapmirrorlabel(java.lang.String snapmirrorlabel)
Enter Snapmirror label text
|
void |
setSnapPrefix(java.lang.String snapPrefix)
Enter prefix text to be included in the created snapshot names
|
protected NetAppAddClusterSnapshotPolicyScheduleConfig()
public NetAppAddClusterSnapshotPolicyScheduleConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getPolicyName()
public java.lang.String getSchedule()
public java.lang.String getCount()
public java.lang.String getSnapmirrorlabel()
public java.lang.String getSnapPrefix()
public void setPolicyName(java.lang.String policyName)
public void setSchedule(java.lang.String schedule)
public void setCount(java.lang.String count)
public void setSnapmirrorlabel(java.lang.String snapmirrorlabel)
public void setSnapPrefix(java.lang.String snapPrefix)
public NetAppAddClusterSnapshotPolicyScheduleConfigResponse execute() throws java.lang.Exception
java.lang.Exception