Class 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
    • Constructor Detail

      • NeutronPortCreate

        public NeutronPortCreate()
    • 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