Uses of Class
com.woorea.openstack.quantum.model.GatewayInfo
-
Packages that use GatewayInfo Package Description com.woorea.openstack.quantum.model -
-
Uses of GatewayInfo in com.woorea.openstack.quantum.model
Fields in com.woorea.openstack.quantum.model declared as GatewayInfo Modifier and Type Field Description private GatewayInfo
Router. externalGatewayInfo
private GatewayInfo
RouterForCreate. externalGatewayInfo
Methods in com.woorea.openstack.quantum.model that return GatewayInfo Modifier and Type Method Description GatewayInfo
Router. getExternalGatewayInfo()
GatewayInfo
RouterForCreate. getExternalGatewayInfo()
Methods in com.woorea.openstack.quantum.model with parameters of type GatewayInfo Modifier and Type Method Description void
Router. setExternalGatewayInfo(GatewayInfo externalGatewayInfo)
void
RouterForCreate. setExternalGatewayInfo(GatewayInfo externalGatewayInfo)
-