Show / Hide Table of Contents

Class UnmountDbnodeSnapshotDetails

Details of the Exadata Database Node Snapshot to be unmounted.

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

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 unmounted.

Remarks

Required

In this article
Back to top