Show / Hide Table of Contents

Class DbServerHistorySummary

Details of a database server maintenance history.

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

Properties

DbServerPatchingDetails

Declaration
[JsonProperty(PropertyName = "dbServerPatchingDetails")]
public DbServerPatchingDetails DbServerPatchingDetails { get; set; }
Property Value
Type Description
DbServerPatchingDetails

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

The user-friendly name for the database server. The name does not need to be unique.

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the database server.

Remarks

Required

In this article
Back to top