Class CccUpgradeScheduleCollection
Results of a Compute Cloud@Customer upgrade schedule search. Contains the summary items and other information, such as metadata.
Inherited Members
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