ComputeHostCollection

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

Bases: object

A list of compute hosts.

Methods

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

Attributes

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

Initializes a new ComputeHostCollection 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.ComputeHostSummary]) – The value to assign to the items property of this ComputeHostCollection.
items

[Required] Gets the items of this ComputeHostCollection. The list of compute hosts.

Returns:The items of this ComputeHostCollection.
Return type:list[oci.core.models.ComputeHostSummary]