public class NetAppModifyClusterExportPolicyConfig
extends java.lang.Object
Modifies Cluster export policy attributes
This task will rename export policy name of the selected cluster export policy.
Modifier | Constructor and Description |
---|---|
protected |
NetAppModifyClusterExportPolicyConfig() |
|
NetAppModifyClusterExportPolicyConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppModifyClusterExportPolicyConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getNewPolicyName() |
java.lang.String |
getPolicyName() |
void |
setCuicServer(CuicServer api) |
void |
setNewPolicyName(java.lang.String newPolicyName)
Enter new policy name text.
|
void |
setPolicyName(java.lang.String policyName)
Select policy name.
|
protected NetAppModifyClusterExportPolicyConfig()
public NetAppModifyClusterExportPolicyConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getPolicyName()
public java.lang.String getNewPolicyName()
public void setPolicyName(java.lang.String policyName)
public void setNewPolicyName(java.lang.String newPolicyName)
public NetAppModifyClusterExportPolicyConfigResponse execute() throws java.lang.Exception
java.lang.Exception