SupportedHostShapeCollection

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

Bases: object

A list of compute shapes supported by the Oracle Cloud VMware Solution.

Methods

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

Attributes

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

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

[Required] Gets the items of this SupportedHostShapeCollection. A list of the supported compute shapes for ESXi hosts.

Returns:The items of this SupportedHostShapeCollection.
Return type:list[oci.ocvp.models.SupportedHostShapeSummary]