Class CredentialPasswordParameter

    • Constructor Detail

      • CredentialPasswordParameter

        CredentialPasswordParameter(String key, String label, Boolean required, Integer displayOrder)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        required - True if user is required to provide this parameter.
      • CredentialPasswordParameter

        CredentialPasswordParameter(String key, String label, Boolean required)
        Parameters:
        key - Used to identify the parameter.
        label - Label that is displayed in the VMware Aria Operations UI.
        required - True if user is required to provide this parameter.
      • CredentialPasswordParameter

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

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