EsxiHostCollection

class oci.ocvp.models.EsxiHostCollection(**kwargs)

Bases: object

A list of ESXi hosts.

Methods

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

Attributes

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

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

Parameters:items (list[oci.ocvp.models.EsxiHostSummary]) – The value to assign to the items property of this EsxiHostCollection.
items

[Required] Gets the items of this EsxiHostCollection. A list of ESXi hosts.

Returns:The items of this EsxiHostCollection.
Return type:list[oci.ocvp.models.EsxiHostSummary]