public class NetAppRemoveClusterSnapshotPolicyScheduleConfig
extends java.lang.Object
Removes selected snapshot schedule from policy
This task will remove selected schedue from snapshot policy.
Modifier | Constructor and Description |
---|---|
protected |
NetAppRemoveClusterSnapshotPolicyScheduleConfig() |
|
NetAppRemoveClusterSnapshotPolicyScheduleConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppRemoveClusterSnapshotPolicyScheduleConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getPolicyName() |
java.lang.String |
getSchedule() |
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 netappClusterSnapshotPolicyScheduleIdentity
|
protected NetAppRemoveClusterSnapshotPolicyScheduleConfig()
public NetAppRemoveClusterSnapshotPolicyScheduleConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getPolicyName()
public java.lang.String getSchedule()
public void setPolicyName(java.lang.String policyName)
public void setSchedule(java.lang.String schedule)
public NetAppRemoveClusterSnapshotPolicyScheduleConfigResponse execute() throws java.lang.Exception
java.lang.Exception