Class ValidateCloudRequest

java.lang.Object
com.morpheusdata.request.ValidateCloudRequest

public class ValidateCloudRequest extends Object
  • Field Details

    • credentialUsername

      public String credentialUsername
      Set to the newly entered credential username, if credentialType is a string
    • credentialPassword

      public String credentialPassword
      Set to the newly entered credential password, if credentialType is a string
    • credentialType

      public String credentialType
      The type of credential being used. Set to 'local' if local credentials are used. Set to a number if a saved credential is being used. Set to a string representing the type of the new credential being created
    • opts

      public Map opts
      Additional options
    • credentialData

      public Map credentialData
      Full credential data map. Contains all fields for the credential type in use (e.g. username, password, authToken, authPath, authKey, etc.). Use getCredentialUsername() and getCredentialPassword() for common fields, or access this map directly for type-specific fields.
  • Constructor Details

    • ValidateCloudRequest

      public ValidateCloudRequest(String credentialUsername, String credentialPassword, String credentialType, Map opts)
    • ValidateCloudRequest

      public ValidateCloudRequest(Map credentialData, Map opts)
  • Method Details