Class DatabaseParameterUpdateStatus
The result of database parameter update.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class DatabaseParameterUpdateStatus
Properties
ErrorCode
Declaration
[JsonProperty(PropertyName = "errorCode")]
public string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
string | An error code that defines the failure or |
ErrorMessage
Declaration
[JsonProperty(PropertyName = "errorMessage")]
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string | The error message indicating the reason for failure or |
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DatabaseParameterUpdateStatus.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
DatabaseParameterUpdateStatus.StatusEnum? | The status of the parameter update. |