Class ValidateCloudRequest


  • public class ValidateCloudRequest
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String credentialPassword
      Set to the newly entered credential password, if credentialType is a string
      java.lang.String credentialType
      The type of credential being used.
      java.lang.String credentialUsername
      Set to the newly entered credential username, if credentialType is a string
      java.util.Map opts
      Additional options
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidateCloudRequest​(java.lang.String credentialUsername, java.lang.String credentialPassword, java.lang.String credentialType, java.util.Map opts)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • credentialUsername

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

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

        public java.lang.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 java.util.Map opts
        Additional options
    • Constructor Detail

      • ValidateCloudRequest

        public ValidateCloudRequest​(java.lang.String credentialUsername,
                                    java.lang.String credentialPassword,
                                    java.lang.String credentialType,
                                    java.util.Map opts)