Class NeutronPortCreate
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.NeutronPortCreate
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class NeutronPortCreate extends Object implements ModelEntity
Represents a Port that is used during a create operation which only encapsulates the allowed properties- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNeutronPortCreate.NeutronPortsCreate
-
Constructor Summary
Constructors Constructor Description NeutronPortCreate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NeutronPortCreatefromPort(Port port)Creates a Port Create object which only encapsulates allowable fields from a port
-
-
-
Method Detail
-
fromPort
public static NeutronPortCreate fromPort(Port port)
Creates a Port Create object which only encapsulates allowable fields from a port- Parameters:
port- the port (source)- Returns:
- the port create object
-
-