OccHandoverResourceBlockDetailCollection¶
-
class
oci.capacity_management.models.
OccHandoverResourceBlockDetailCollection
(**kwargs)¶ Bases:
object
A list of occResourceHandoverDetails.
Methods
__init__
(**kwargs)Initializes a new OccHandoverResourceBlockDetailCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OccHandoverResourceBlockDetailCollection. -
__init__
(**kwargs)¶ Initializes a new OccHandoverResourceBlockDetailCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.capacity_management.models.OccHandoverResourceBlockDetailSummary]) – The value to assign to the items property of this OccHandoverResourceBlockDetailCollection.
-
items
¶ [Required] Gets the items of this OccHandoverResourceBlockDetailCollection. An array of details about an occ handover resource block.
Returns: The items of this OccHandoverResourceBlockDetailCollection. Return type: list[oci.capacity_management.models.OccHandoverResourceBlockDetailSummary]
-