Uses of Interface
org.openstack4j.model.network.Port
-
Packages that use Port Package Description org.openstack4j.api.networking org.openstack4j.openstack.networking.domain org.openstack4j.openstack.networking.internal -
-
Uses of Port in org.openstack4j.api.networking
Methods in org.openstack4j.api.networking that return Port Modifier and Type Method Description PortPortService. create(Port port)Creates a new PortPortPortService. get(String portId)Gets the Port by IDPortPortService. update(Port port)Updates an existing Port.Methods in org.openstack4j.api.networking that return types with arguments of type Port Modifier and Type Method Description List<? extends Port>PortService. create(List<? extends Port> ports)Creates new PortsList<? extends Port>PortService. list()Lists all Ports authorized by the current TenantList<? extends Port>PortService. list(Map<String,? extends Iterable<?>> params)Lists all Ports authorized by the current Tenant
Supports multiple values, eg: fields=id&fields=nameList<? extends Port>PortService. list(PortListOptions options)Lists all Ports authorized by the current TenantMethods in org.openstack4j.api.networking with parameters of type Port Modifier and Type Method Description PortPortService. create(Port port)Creates a new PortPortPortService. update(Port port)Updates an existing Port.Method parameters in org.openstack4j.api.networking with type arguments of type Port Modifier and Type Method Description List<? extends Port>PortService. create(List<? extends Port> ports)Creates new Ports -
Uses of Port in org.openstack4j.openstack.networking.domain
Classes in org.openstack4j.openstack.networking.domain that implement Port Modifier and Type Class Description classNeutronPortA Neutron PortMethods in org.openstack4j.openstack.networking.domain that return Port Modifier and Type Method Description PortNeutronPort.PortConcreteBuilder. build()protected PortNeutronPort.PortConcreteBuilder. reference()Methods in org.openstack4j.openstack.networking.domain with parameters of type Port Modifier and Type Method Description PortBuilderNeutronPort.PortConcreteBuilder. from(Port in)static NeutronPortCreateNeutronPortCreate. fromPort(Port port)Creates a Port Create object which only encapsulates allowable fields from a portMethod parameters in org.openstack4j.openstack.networking.domain with type arguments of type Port Modifier and Type Method Description static NeutronPortCreate.NeutronPortsCreateNeutronPortCreate.NeutronPortsCreate. fromPorts(List<? extends Port> ports)Creates a List of Port Create objects which only encapsulates allowable fields from a port -
Uses of Port in org.openstack4j.openstack.networking.internal
Methods in org.openstack4j.openstack.networking.internal that return Port Modifier and Type Method Description PortPortServiceImpl. create(Port port)Creates a new PortPortPortServiceImpl. get(String portId)Gets the Port by IDPortPortServiceImpl. update(Port port)Updates an existing Port.Methods in org.openstack4j.openstack.networking.internal that return types with arguments of type Port Modifier and Type Method Description List<? extends Port>PortServiceImpl. create(List<? extends Port> ports)Creates new PortsList<? extends Port>PortServiceImpl. list()Lists all Ports authorized by the current TenantList<? extends Port>PortServiceImpl. list(Map<String,? extends Iterable<?>> params)Lists all Ports authorized by the current Tenant
Supports multiple values, eg: fields=id&fields=nameList<? extends Port>PortServiceImpl. list(PortListOptions options)Methods in org.openstack4j.openstack.networking.internal with parameters of type Port Modifier and Type Method Description PortPortServiceImpl. create(Port port)Creates a new PortPortPortServiceImpl. update(Port port)Updates an existing Port.Method parameters in org.openstack4j.openstack.networking.internal with type arguments of type Port Modifier and Type Method Description List<? extends Port>PortServiceImpl. create(List<? extends Port> ports)Creates new Ports
-