Class IntParameter

    • Constructor Detail

      • IntParameter

        IntParameter(String key, String label, String description, Integer default, Boolean required, Boolean advanced, Integer displayOrder)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        description - More in-depth explanation of the parameter.
        default - The default value of the parameter.
        required - True if user is required to provide this parameter.
        advanced - True if the parameter should be collapsed by default.
        displayOrder - Determines the order parameters will be displayed in the UI.
      • IntParameter

        IntParameter(String key, String label, String description, Integer default, Boolean required, Boolean advanced)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        description - More in-depth explanation of the parameter.
        default - The default value of the parameter.
        required - True if user is required to provide this parameter.
        advanced - True if the parameter should be collapsed by default.
      • IntParameter

        IntParameter(String key, String label, String description, Integer default, Boolean required)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        description - More in-depth explanation of the parameter.
        default - The default value of the parameter.
        required - True if user is required to provide this parameter.
      • IntParameter

        IntParameter(String key, String label, String description, Integer default)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        description - More in-depth explanation of the parameter.
        default - The default value of the parameter.
      • IntParameter

        IntParameter(String key, String label, String description)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        description - More in-depth explanation of the parameter.
      • IntParameter

        IntParameter(String key, String label)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
      • IntParameter

        IntParameter(String key)
        Parameters:
        key - Used to identify the parameter.