SupportedVmwareSoftwareVersionCollection

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

Bases: object

A list of the supported versions of bundled VMware software.

Methods

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

Attributes

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

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

[Required] Gets the items of this SupportedVmwareSoftwareVersionCollection. A list of the supported versions of bundled VMware software.

Returns:The items of this SupportedVmwareSoftwareVersionCollection.
Return type:list[oci.ocvp.models.SupportedVmwareSoftwareVersionSummary]