ComputeHostGroupCollection

class oci.core.models.ComputeHostGroupCollection(**kwargs)

Bases: object

A list of compute host groups.

Methods

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

Attributes

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

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

Parameters:items (list[oci.core.models.ComputeHostGroupSummary]) – The value to assign to the items property of this ComputeHostGroupCollection.
items

[Required] Gets the items of this ComputeHostGroupCollection. The list of compute host groups.

Returns:The items of this ComputeHostGroupCollection.
Return type:list[oci.core.models.ComputeHostGroupSummary]