public class NetAppDeleteClusterSnapshotPolicyConfig
extends java.lang.Object
Deletes Snapshot Policy
This task will delete selected snapshot policy from Vserver.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteClusterSnapshotPolicyConfig() |
|
NetAppDeleteClusterSnapshotPolicyConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppDeleteClusterSnapshotPolicyConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getPolicyName() |
void |
setCuicServer(CuicServer api) |
void |
setPolicyName(java.lang.String policyName)
Select snapshot policy to be deleted Accepts value from list type
netappClusterSnapshotPolicyIdentity
|
protected NetAppDeleteClusterSnapshotPolicyConfig()
public NetAppDeleteClusterSnapshotPolicyConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getPolicyName()
public void setPolicyName(java.lang.String policyName)
public NetAppDeleteClusterSnapshotPolicyConfigResponse execute() throws java.lang.Exception
java.lang.Exception