Uses of Class
com.woorea.openstack.quantum.model.GatewayInfo
Packages that use GatewayInfo
-
Uses of GatewayInfo in com.woorea.openstack.quantum.model
Fields in com.woorea.openstack.quantum.model declared as GatewayInfoModifier and TypeFieldDescriptionprivate GatewayInfo
Router.externalGatewayInfo
private GatewayInfo
RouterForCreate.externalGatewayInfo
Methods in com.woorea.openstack.quantum.model that return GatewayInfoModifier and TypeMethodDescriptionRouter.getExternalGatewayInfo()
RouterForCreate.getExternalGatewayInfo()
Methods in com.woorea.openstack.quantum.model with parameters of type GatewayInfoModifier and TypeMethodDescriptionvoid
Router.setExternalGatewayInfo
(GatewayInfo externalGatewayInfo) void
RouterForCreate.setExternalGatewayInfo
(GatewayInfo externalGatewayInfo)