public class NetAppvServerCreateRouteGroupConfig
extends java.lang.Object
Create a new network routing group route.
This task will create a new network routing group route.
Modifier | Constructor and Description |
---|---|
protected |
NetAppvServerCreateRouteGroupConfig() |
|
NetAppvServerCreateRouteGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppvServerCreateRouteGroupConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getDestinationAddress() |
java.lang.String |
getGatewayAddress() |
java.lang.String |
getMetric() |
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 |
setGatewayAddress(java.lang.String gatewayAddress)
Specifies the IP address of gateway.
|
void |
setMetric(java.lang.String metric)
Specifies the metric(hop count) of the LIF.
|
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 NetAppvServerCreateRouteGroupConfig()
public NetAppvServerCreateRouteGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getvServer()
public java.lang.String getRoutingGroup()
public java.lang.String getGatewayAddress()
public java.lang.String getDestinationAddress()
public java.lang.String getMetric()
public void setvServer(java.lang.String vServer)
public void setRoutingGroup(java.lang.String routingGroup)
public void setGatewayAddress(java.lang.String gatewayAddress)
public void setDestinationAddress(java.lang.String destinationAddress)
public void setMetric(java.lang.String metric)
public NetAppvServerCreateRouteGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception