Show / Hide Table of Contents

Class DbNodeDetails

Details of the ExaCS Db node. Applies to Exadata Database Service on Exascale Infrastructure only.

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

Properties

DbNodeId

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

The OCID of ExaCS Db node.

Remarks

Required

In this article
Back to top