Uses of Interface
org.openstack4j.model.network.ext.PortPairGroup
-
Packages that use PortPairGroup Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.domain.ext org.openstack4j.openstack.networking.internal.ext -
-
Uses of PortPairGroup in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext that return PortPairGroup Modifier and Type Method Description PortPairGroupPortPairGroupService. create(PortPairGroup portPairGroup)Create a port pair groupPortPairGroupPortPairGroupService. get(String id)Get a port pair group by id.PortPairGroupPortPairGroupService. update(String portPairGroupId, PortPairGroup portPairGroup)Update a port pair group with the given id to match the given update objectMethods in org.openstack4j.api.networking.ext that return types with arguments of type PortPairGroup Modifier and Type Method Description List<? extends PortPairGroup>PortPairGroupService. list()Lists port pair groups for port chainsMethods in org.openstack4j.api.networking.ext with parameters of type PortPairGroup Modifier and Type Method Description PortPairGroupPortPairGroupService. create(PortPairGroup portPairGroup)Create a port pair groupPortPairGroupPortPairGroupService. update(String portPairGroupId, PortPairGroup portPairGroup)Update a port pair group with the given id to match the given update object -
Uses of PortPairGroup in org.openstack4j.openstack.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement PortPairGroup Modifier and Type Class Description classNeutronPortPairGroupMethods in org.openstack4j.openstack.networking.domain.ext that return PortPairGroup Modifier and Type Method Description PortPairGroupNeutronPortPairGroup.PortPairGroupConcreteBuilder. build()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type PortPairGroup Modifier and Type Method Description PortPairGroupBuilderNeutronPortPairGroup.PortPairGroupConcreteBuilder. from(PortPairGroup in) -
Uses of PortPairGroup in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext that return PortPairGroup Modifier and Type Method Description PortPairGroupPortPairGroupServiceImpl. create(PortPairGroup portPairGroup)Create a port pair groupPortPairGroupPortPairGroupServiceImpl. get(String portPairGroupId)Get a port pair group by id.PortPairGroupPortPairGroupServiceImpl. update(String portPairGroupId, PortPairGroup portPairGroup)Update a port pair group with the given id to match the given update objectMethods in org.openstack4j.openstack.networking.internal.ext that return types with arguments of type PortPairGroup Modifier and Type Method Description List<? extends PortPairGroup>PortPairGroupServiceImpl. list()Lists port pair groups for port chainsMethods in org.openstack4j.openstack.networking.internal.ext with parameters of type PortPairGroup Modifier and Type Method Description PortPairGroupPortPairGroupServiceImpl. create(PortPairGroup portPairGroup)Create a port pair groupPortPairGroupPortPairGroupServiceImpl. update(String portPairGroupId, PortPairGroup portPairGroup)Update a port pair group with the given id to match the given update object
-