public class NetAppModifyClusterExportRuleConfig
extends java.lang.Object
Modifies Cluster export rule attributes
This task will rename export rule attributes of the selected cluster export rule.
Modifier | Constructor and Description |
---|---|
protected |
NetAppModifyClusterExportRuleConfig() |
|
NetAppModifyClusterExportRuleConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppModifyClusterExportRuleConfigResponse |
execute() |
java.lang.String |
getAccessProtocol() |
java.lang.String |
getClientMatchSpec() |
CuicServer |
getCuicServer() |
java.lang.String |
getExportRule() |
java.lang.String |
getRoRule() |
java.lang.String |
getRwRule() |
void |
setAccessProtocol(java.lang.String accessProtocol)
Select access protocol.
|
void |
setClientMatchSpec(java.lang.String clientMatchSpec)
Client match specification for export rule.
|
void |
setCuicServer(CuicServer api) |
void |
setExportRule(java.lang.String exportRule)
Select export rule to be modified Accepts value from list type
netappClusterExportRuleIdentity
|
void |
setRoRule(java.lang.String roRule)
Rule for read only access
|
void |
setRwRule(java.lang.String rwRule)
Rule for read write access
|
protected NetAppModifyClusterExportRuleConfig()
public NetAppModifyClusterExportRuleConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getExportRule()
public java.lang.String getAccessProtocol()
public java.lang.String getClientMatchSpec()
public java.lang.String getRoRule()
public java.lang.String getRwRule()
public void setExportRule(java.lang.String exportRule)
public void setAccessProtocol(java.lang.String accessProtocol)
public void setClientMatchSpec(java.lang.String clientMatchSpec)
public void setRoRule(java.lang.String roRule)
public void setRwRule(java.lang.String rwRule)
public NetAppModifyClusterExportRuleConfigResponse execute() throws java.lang.Exception
java.lang.Exception