Class MountDbnodeSnapshotDetails
Details of the Exadata Database Node Snapshot to be mounted.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class MountDbnodeSnapshotDetails
Properties
DbNodeId
Declaration
[Required(ErrorMessage = "DbNodeId is required.")]
[JsonProperty(PropertyName = "dbNodeId")]
public string DbNodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the Exadata Database Node where snapshot needs to be mounted. |
Remarks
Required