public class NetAppvServerDeleteRouteGroupConfig
extends java.lang.Object
Deletes a network routing group route.
This task will delete a network routing group route.
Modifier | Constructor and Description |
---|---|
protected |
NetAppvServerDeleteRouteGroupConfig() |
|
NetAppvServerDeleteRouteGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppvServerDeleteRouteGroupConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getDestinationAddress() |
java.lang.String |
getRoutingGroup() |
java.lang.String |
getvServer() |
void |
setCuicServer(CuicServer api) |
void |
setDestinationAddress(java.lang.String destinationAddress)
Specifies the IP address and subnet mask of destination.
|
void |
setRoutingGroup(java.lang.String routingGroup)
Specifies the name of the routing group.
|
void |
setvServer(java.lang.String vServer)
Select Vserver Name Accepts value from list type
netappClusterVServerIdentity
|
protected NetAppvServerDeleteRouteGroupConfig()
public NetAppvServerDeleteRouteGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getvServer()
public java.lang.String getRoutingGroup()
public java.lang.String getDestinationAddress()
public void setvServer(java.lang.String vServer)
public void setRoutingGroup(java.lang.String routingGroup)
public void setDestinationAddress(java.lang.String destinationAddress)
public NetAppvServerDeleteRouteGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception