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
  • Constructor Details

    • ValidateCloudRequest

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