Uses of Interface
org.openstack4j.model.network.ext.PortChain
-
Packages that use PortChain Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.domain.ext org.openstack4j.openstack.networking.internal.ext -
-
Uses of PortChain in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext that return PortChain Modifier and Type Method Description PortChainPortChainService. create(PortChain portChain)Create a port chainPortChainPortChainService. get(String portChainId)Get a port chain by id.PortChainPortChainService. update(String portChainId, PortChain portChain)Update a port chain with the given id to match the given update objectMethods in org.openstack4j.api.networking.ext that return types with arguments of type PortChain Modifier and Type Method Description List<? extends PortChain>PortChainService. list()Lists port chains.Methods in org.openstack4j.api.networking.ext with parameters of type PortChain Modifier and Type Method Description PortChainPortChainService. create(PortChain portChain)Create a port chainPortChainPortChainService. update(String portChainId, PortChain portChain)Update a port chain with the given id to match the given update object -
Uses of PortChain in org.openstack4j.openstack.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement PortChain Modifier and Type Class Description classNeutronPortChainMethods in org.openstack4j.openstack.networking.domain.ext that return PortChain Modifier and Type Method Description PortChainNeutronPortChain.PortChainConcreteBuilder. build()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type PortChain Modifier and Type Method Description PortChainBuilderNeutronPortChain.PortChainConcreteBuilder. from(PortChain in) -
Uses of PortChain in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext that return PortChain Modifier and Type Method Description PortChainPortChainServiceImpl. create(PortChain portChain)Create a port chainPortChainPortChainServiceImpl. get(String portChainId)Get a port chain by id.PortChainPortChainServiceImpl. update(String portChainId, PortChain portChain)Update a port chain with the given id to match the given update objectMethods in org.openstack4j.openstack.networking.internal.ext that return types with arguments of type PortChain Modifier and Type Method Description List<? extends PortChain>PortChainServiceImpl. list()Lists port chains.Methods in org.openstack4j.openstack.networking.internal.ext with parameters of type PortChain Modifier and Type Method Description PortChainPortChainServiceImpl. create(PortChain portChain)Create a port chainPortChainPortChainServiceImpl. update(String portChainId, PortChain portChain)Update a port chain with the given id to match the given update object
-