OccHandoverResourceBlockCollection¶
- 
class oci.capacity_management.models.OccHandoverResourceBlockCollection(**kwargs)¶
- Bases: - object- A list of occ handover resource blocks. - Methods - __init__(**kwargs)- Initializes a new OccHandoverResourceBlockCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this OccHandoverResourceBlockCollection. - 
__init__(**kwargs)¶
- Initializes a new OccHandoverResourceBlockCollection 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.OccHandoverResourceBlockSummary]) – The value to assign to the items property of this OccHandoverResourceBlockCollection. 
 - 
items¶
- [Required] Gets the items of this OccHandoverResourceBlockCollection. An array of occ handover resource blocks. - Returns: - The items of this OccHandoverResourceBlockCollection. - Return type: - list[oci.capacity_management.models.OccHandoverResourceBlockSummary] 
 
-