Show / Hide Table of Contents

Class UpdateDatabaseParametersResult

The results of database parameter update.

Inheritance
object
UpdateDatabaseParametersResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class UpdateDatabaseParametersResult

Properties

Status

Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
public Dictionary<string, DatabaseParameterUpdateStatus> Status { get; set; }
Property Value
Type Description
Dictionary<string, DatabaseParameterUpdateStatus>

A map with the parameter name as key and its update status as value.

Remarks

Required

In this article
Back to top