Class EnumParameter

    • Constructor Detail

      • EnumParameter

        EnumParameter(String key, List<EnumParameter.EnumValue> values, String label, String description, String default, Boolean required, Boolean advanced, Integer displayOrder)
        Parameters:
        key - Used to identify the parameter.
        values - An array containing all enum values.
        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.
      • EnumParameter

        EnumParameter(String key, List<EnumParameter.EnumValue> values, String label, String description, String default, Boolean required, Boolean advanced)
        Parameters:
        key - Used to identify the parameter.
        values - An array containing all enum values.
        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.
      • EnumParameter

        EnumParameter(String key, List<EnumParameter.EnumValue> values, String label, String description, String default, Boolean required)
        Parameters:
        key - Used to identify the parameter.
        values - An array containing all enum values.
        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.
      • EnumParameter

        EnumParameter(String key, List<EnumParameter.EnumValue> values, String label, String description, String default)
        Parameters:
        key - Used to identify the parameter.
        values - An array containing all enum values.
        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.
      • EnumParameter

        EnumParameter(String key, List<EnumParameter.EnumValue> values, String label, String description)
        Parameters:
        key - Used to identify the parameter.
        values - An array containing all enum values.
        label - Label that is displayed in the VMware Aria Operations UI.
        description - More in-depth explanation of the parameter.
      • EnumParameter

        EnumParameter(String key, List<EnumParameter.EnumValue> values, String label)
        Parameters:
        key - Used to identify the parameter.
        values - An array containing all enum values.
        label - Label that is displayed in the VMware Aria Operations UI.
      • EnumParameter

        EnumParameter(String key, List<EnumParameter.EnumValue> values)
        Parameters:
        key - Used to identify the parameter.
        values - An array containing all enum values.