Show / Hide Table of Contents

Class DbnodeSnapshots

Details of the Database Node Snapshot.

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

Properties

Name

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

The user-friendly name for the Database Node Snapshot. The name should be unique.

Remarks

Required

Snapshots

Declaration
[JsonProperty(PropertyName = "snapshots")]
public List<DbnodeSnapshot> Snapshots { get; set; }
Property Value
Type Description
List<DbnodeSnapshot>

The OCID of the Exadata Database Node.

In this article
Back to top