public class NetAppModifyClusterSnapshotPolicyConfig
extends java.lang.Object
Modifies Snapshot Policy
This task will modify selected snapshot policy.
Modifier | Constructor and Description |
---|---|
protected |
NetAppModifyClusterSnapshotPolicyConfig() |
|
NetAppModifyClusterSnapshotPolicyConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppModifyClusterSnapshotPolicyConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getPolicyName() |
boolean |
isEnabled() |
void |
setCuicServer(CuicServer api) |
void |
setEnabled(boolean enabled)
Select if you want to enable the policy
|
void |
setPolicyName(java.lang.String policyName)
Select snapshot policy to be modified Accepts value from list type
netappClusterSnapshotPolicyIdentity
|
protected NetAppModifyClusterSnapshotPolicyConfig()
public NetAppModifyClusterSnapshotPolicyConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getPolicyName()
public boolean isEnabled()
public void setPolicyName(java.lang.String policyName)
public void setEnabled(boolean enabled)
public NetAppModifyClusterSnapshotPolicyConfigResponse execute() throws java.lang.Exception
java.lang.Exception