public class NetAppModifyClusterSnapshotPolicyScheduleConfig
extends java.lang.Object
Modifies selected snapshot schedule
This task will modify selected schedue. snapshot count and snapmirror label,etc can be modified using this task.
Modifier | Constructor and Description |
---|---|
protected |
NetAppModifyClusterSnapshotPolicyScheduleConfig() |
|
NetAppModifyClusterSnapshotPolicyScheduleConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppModifyClusterSnapshotPolicyScheduleConfigResponse |
execute() |
java.lang.String |
getCount() |
CuicServer |
getCuicServer() |
java.lang.String |
getPolicyName() |
java.lang.String |
getSchedule() |
java.lang.String |
getSnapmirrorlabel() |
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 snapshot schedule to be modified Accepts value from list type
netappClusterSnapshotPolicyScheduleIdentity
|
void |
setSnapmirrorlabel(java.lang.String snapmirrorlabel)
Enter Snapmirror label text
|
protected NetAppModifyClusterSnapshotPolicyScheduleConfig()
public NetAppModifyClusterSnapshotPolicyScheduleConfig(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 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 NetAppModifyClusterSnapshotPolicyScheduleConfigResponse execute() throws java.lang.Exception
java.lang.Exception