Show / Hide Table of Contents

Class AutonomousContainerDatabaseBackupCollection

A list of all of the Autonomous Container Database Backups in the specified compartment.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AutonomousContainerDatabaseBackupSummary> Items { get; set; }
Property Value
Type Description
List<AutonomousContainerDatabaseBackupSummary>

List of Autonomous container database backups.

Remarks

Required

In this article
Back to top