Class NeutronPortCreate.NeutronPortsCreate
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.NeutronPortCreate.NeutronPortsCreate
-
- All Implemented Interfaces:
Serializable,ModelEntity
- Enclosing class:
- NeutronPortCreate
public static class NeutronPortCreate.NeutronPortsCreate extends Object implements ModelEntity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronPortsCreate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NeutronPortCreate.NeutronPortsCreatefromPorts(List<? extends Port> ports)Creates a List of Port Create objects which only encapsulates allowable fields from a port
-
-
-
Method Detail
-
fromPorts
public static NeutronPortCreate.NeutronPortsCreate fromPorts(List<? extends Port> ports)
Creates a List of Port Create objects which only encapsulates allowable fields from a port- Parameters:
ports- the ports (source)- Returns:
- the port create objects
-
-