GiHomeCollection

class oci.database.models.GiHomeCollection(**kwargs)

Bases: object

Results of Grid Infrastructure Home list. Contains GiHomeSummary items.

Methods

__init__(**kwargs) Initializes a new GiHomeCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this GiHomeCollection.
__init__(**kwargs)

Initializes a new GiHomeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.database.models.GiHomeSummary]) – The value to assign to the items property of this GiHomeCollection.
items

[Required] Gets the items of this GiHomeCollection. List of GiHome resources.

Returns:The items of this GiHomeCollection.
Return type:list[oci.database.models.GiHomeSummary]