public class NetAppDeleteVServerSISPolicyConfig
extends java.lang.Object
Destroys a new SIS policy.
This task will destroys a SIS policy for Vserver.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteVServerSISPolicyConfig() |
|
NetAppDeleteVServerSISPolicyConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppDeleteVServerSISPolicyConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getSisPolicyName() |
java.lang.String |
getvServer() |
void |
setCuicServer(CuicServer api) |
void |
setSisPolicyName(java.lang.String sisPolicyName)
Enter the SIS policy name Accepts value from list type
clusterSisPolicyName
|
void |
setvServer(java.lang.String vServer)
Select Vserver Name Accepts value from list type
netappClusterVServerIdentity
|
protected NetAppDeleteVServerSISPolicyConfig()
public NetAppDeleteVServerSISPolicyConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getvServer()
public java.lang.String getSisPolicyName()
public void setvServer(java.lang.String vServer)
public void setSisPolicyName(java.lang.String sisPolicyName)
public NetAppDeleteVServerSISPolicyConfigResponse execute() throws java.lang.Exception
java.lang.Exception