CccUpgradeScheduleCollection¶
-
class
oci.compute_cloud_at_customer.models.
CccUpgradeScheduleCollection
(**kwargs)¶ Bases:
object
Results of a Compute Cloud@Customer upgrade schedule search. Contains the summary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new CccUpgradeScheduleCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this CccUpgradeScheduleCollection. -
__init__
(**kwargs)¶ Initializes a new CccUpgradeScheduleCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.compute_cloud_at_customer.models.CccUpgradeScheduleSummary]) – The value to assign to the items property of this CccUpgradeScheduleCollection.
-
items
¶ [Required] Gets the items of this CccUpgradeScheduleCollection. List of Compute Cloud@Customer upgrade schedules.
Returns: The items of this CccUpgradeScheduleCollection. Return type: list[oci.compute_cloud_at_customer.models.CccUpgradeScheduleSummary]
-