PreferencesValidationResponseProperties interface
Properties of data center and transport preference validation response.
- Extends
Properties
status | Validation status of requested data center and transport. NOTE: This property will not be serialized. It can only be populated by the server. |
validation |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
error | Error code and message of validation response. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
status
Validation status of requested data center and transport. NOTE: This property will not be serialized. It can only be populated by the server.
status?: ValidationStatus
Property Value
validationType
Polymorphic discriminator, which specifies the different types this object can be
validationType: "ValidatePreferences"
Property Value
"ValidatePreferences"
Inherited Property Details
error
Error code and message of validation response. NOTE: This property will not be serialized. It can only be populated by the server.
error?: CloudError
Property Value
Inherited From ValidationInputResponse.error