Package com.morpheusdata.request
Class ValidateCloudRequest
- java.lang.Object
-
- com.morpheusdata.request.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 stringjava.lang.String
credentialType
The type of credential being used.java.lang.String
credentialUsername
Set to the newly entered credential username, if credentialType is a stringjava.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)
-
-
-
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
-
-