Class StringParameter

    • Constructor Detail

      • StringParameter

        StringParameter(String key, String label, String description, String default, Integer maxLength, 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.
        maxLength - The max length of the parameter value, Defaults to 512.
        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.
      • StringParameter

        StringParameter(String key, String label, String description, String default, Integer maxLength, 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.
        maxLength - The max length of the parameter value, Defaults to 512.
        required - True if user is required to provide this parameter.
        advanced - True if the parameter should be collapsed by default.
      • StringParameter

        StringParameter(String key, String label, String description, String default, Integer maxLength, 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.
        maxLength - The max length of the parameter value, Defaults to 512.
        required - True if user is required to provide this parameter.
      • StringParameter

        StringParameter(String key, String label, String description, String default, Integer maxLength)
        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.
        maxLength - The max length of the parameter value, Defaults to 512.
      • StringParameter

        StringParameter(String key, String label, String description, String 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.
      • StringParameter

        StringParameter(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.
      • StringParameter

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

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