public class NetAppModifyVServerSISPolicyConfig
extends java.lang.Object
Modifies a new SIS policy.
This task will modify a SIS policy for Vserver.
Modifier | Constructor and Description |
---|---|
protected |
NetAppModifyVServerSISPolicyConfig() |
|
NetAppModifyVServerSISPolicyConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppModifyVServerSISPolicyConfigResponse |
execute() |
java.lang.String |
getComment() |
CuicServer |
getCuicServer() |
java.lang.String |
getDuration() |
java.lang.String |
getQosPolicy() |
java.lang.String |
getSchedule() |
java.lang.String |
getSisEnabled() |
java.lang.String |
getSisPolicyName() |
java.lang.String |
getvServer() |
void |
setComment(java.lang.String comment)
A brief description of the policy
|
void |
setCuicServer(CuicServer api) |
void |
setDuration(java.lang.String duration)
The duration in hours for which the scheduled sis operation should run.
|
void |
setQosPolicy(java.lang.String qosPolicy)
QOS Policy for the SIS operation Accepts value from list type
clusterSisQosPolicy
|
void |
setSchedule(java.lang.String schedule)
Cron type job schedule name when the associated policy is set on a
volume.
|
void |
setSisEnabled(java.lang.String sisEnabled)
If the value is true, the sis policy is active in this cluster.
|
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 NetAppModifyVServerSISPolicyConfig()
public NetAppModifyVServerSISPolicyConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getvServer()
public java.lang.String getSisPolicyName()
public java.lang.String getSisEnabled()
public java.lang.String getQosPolicy()
public java.lang.String getDuration()
public java.lang.String getSchedule()
public java.lang.String getComment()
public void setvServer(java.lang.String vServer)
public void setSisPolicyName(java.lang.String sisPolicyName)
public void setSisEnabled(java.lang.String sisEnabled)
public void setQosPolicy(java.lang.String qosPolicy)
public void setDuration(java.lang.String duration)
public void setSchedule(java.lang.String schedule)
public void setComment(java.lang.String comment)
public NetAppModifyVServerSISPolicyConfigResponse execute() throws java.lang.Exception
java.lang.Exception