Show / Hide Table of Contents

Class CccUpgradeScheduleCollection

Results of a Compute Cloud@Customer upgrade schedule search. Contains the summary items and other information, such as metadata.

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

Properties

Items

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

List of Compute Cloud@Customer upgrade schedules.

Remarks

Required

In this article
Back to top