Package com.morpheusdata.request
Class ValidateCloudRequest
java.lang.Object
com.morpheusdata.request.ValidateCloudRequest
-
Field Summary
Modifier and TypeFieldDescriptionSet to the newly entered credential password, if credentialType is a stringThe type of credential being used.Set to the newly entered credential username, if credentialType is a stringAdditional options -
Constructor Summary
ConstructorDescriptionValidateCloudRequest
(String credentialUsername, String credentialPassword, String credentialType, Map opts) -
Method Summary
-
Field Details
-
credentialUsername
Set to the newly entered credential username, if credentialType is a string -
credentialPassword
Set to the newly entered credential password, if credentialType is a 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
Additional options
-
-
Constructor Details
-
ValidateCloudRequest
-