Class DbnodeSnapshots
Details of the Database Node Snapshot.
Inherited Members
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. |