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 GatewayInfoRouter. externalGatewayInfoprivate GatewayInfoRouterForCreate. externalGatewayInfoMethods in com.woorea.openstack.quantum.model that return GatewayInfo Modifier and Type Method Description GatewayInfoRouter. getExternalGatewayInfo()GatewayInfoRouterForCreate. getExternalGatewayInfo()Methods in com.woorea.openstack.quantum.model with parameters of type GatewayInfo Modifier and Type Method Description voidRouter. setExternalGatewayInfo(GatewayInfo externalGatewayInfo)voidRouterForCreate. setExternalGatewayInfo(GatewayInfo externalGatewayInfo)
-