Class DbNodeDetails
Details of the ExaCS Db node. Applies to Exadata Database Service on Exascale Infrastructure only.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DbNodeDetailsProperties
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