Show / Hide Table of Contents

Class LongTermBackupCollection

Results of a long term backup search. Contains both long term backup Summary items and other information, such as metadata.

Inheritance
object
LongTermBackupCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.RecoveryService.Models
Assembly: OCI.DotNetSDK.Recovery.dll
Syntax
public class LongTermBackupCollection

Properties

Items

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

List of LongTermBackups.

Remarks

Required

In this article
Back to top