Uses of Interface
org.openstack4j.model.gbp.ExternalRoutes
-
Packages that use ExternalRoutes Package Description org.openstack4j.model.gbp.builder org.openstack4j.openstack.gbp.domain -
-
Uses of ExternalRoutes in org.openstack4j.model.gbp.builder
Method parameters in org.openstack4j.model.gbp.builder with type arguments of type ExternalRoutes Modifier and Type Method Description ExternalSegmentBuilderExternalSegmentBuilder. externalRoutes(List<ExternalRoutes> extRoutes) -
Uses of ExternalRoutes in org.openstack4j.openstack.gbp.domain
Classes in org.openstack4j.openstack.gbp.domain that implement ExternalRoutes Modifier and Type Class Description classGbpExternalRoutesModel implementation for External RoutesMethods in org.openstack4j.openstack.gbp.domain that return ExternalRoutes Modifier and Type Method Description ExternalRoutesGbpExternalRoutes.ExternalRoutesConcreteBuilder. build()Methods in org.openstack4j.openstack.gbp.domain with parameters of type ExternalRoutes Modifier and Type Method Description ExternalRoutesBuilderGbpExternalRoutes.ExternalRoutesConcreteBuilder. from(ExternalRoutes in)Method parameters in org.openstack4j.openstack.gbp.domain with type arguments of type ExternalRoutes Modifier and Type Method Description ExternalSegmentBuilderGbpExternalSegment.ExternalSegmentConcreteBuilder. externalRoutes(List<ExternalRoutes> extRoutes)
-