Class NewSubnetVisualAction

  • All Implemented Interfaces:
    Comparable

    @Component
    public class NewSubnetVisualAction
    extends AbstractVisualInventoryAction
    Visual wrapper of a new business object action.
    Author:
    Adrian Martinez <adrian.martinez@kuwaiba.org>
    • Field Detail

      • PARAM_PARENT_ID

        public static final String PARAM_PARENT_ID
        Parameter to create the subnet, the parent id
        See Also:
        Constant Field Values
      • PARAM_PARENT_CLASSNAME

        public static final String PARAM_PARENT_CLASSNAME
        Parameter to create the subnet, the parent id
        See Also:
        Constant Field Values
      • PARAM_CIDR

        public static final String PARAM_CIDR
        Parameter to create the subnet, parent type if is a folder or a subnet
        See Also:
        Constant Field Values
      • PARAM_CLASSNAME

        public static final String PARAM_CLASSNAME
        Parameter to create the subnet, the parent class name
        See Also:
        Constant Field Values
    • Constructor Detail

      • NewSubnetVisualAction

        public NewSubnetVisualAction()