Show / Hide Table of Contents

Class DbServerDetails

Details of the Exacc Db server. Applies to Exadata Cloud@Customer instances only.

Inheritance
object
DbServerDetails
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 DbServerDetails

Properties

DbServerId

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

The OCID of Exacc Db server.

Remarks

Required

In this article
Back to top