SupportedVmwareSoftwareVersionSummary¶
-
class
oci.ocvp.models.
SupportedVmwareSoftwareVersionSummary
(**kwargs)¶ Bases:
object
A specific version of bundled VMware software supported by the Oracle Cloud VMware Solution.
Methods
__init__
(**kwargs)Initializes a new SupportedVmwareSoftwareVersionSummary object with values from keyword arguments. Attributes
description
[Required] Gets the description of this SupportedVmwareSoftwareVersionSummary. esxi_software_versions
Gets the esxi_software_versions of this SupportedVmwareSoftwareVersionSummary. version
[Required] Gets the version of this SupportedVmwareSoftwareVersionSummary. -
__init__
(**kwargs)¶ Initializes a new SupportedVmwareSoftwareVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - version (str) – The value to assign to the version property of this SupportedVmwareSoftwareVersionSummary.
- description (str) – The value to assign to the description property of this SupportedVmwareSoftwareVersionSummary.
- esxi_software_versions (list[oci.ocvp.models.SupportedEsxiSoftwareVersionSummary]) – The value to assign to the esxi_software_versions property of this SupportedVmwareSoftwareVersionSummary.
-
description
¶ [Required] Gets the description of this SupportedVmwareSoftwareVersionSummary. A description of the software in the bundle.
Returns: The description of this SupportedVmwareSoftwareVersionSummary. Return type: str
-
esxi_software_versions
¶ Gets the esxi_software_versions of this SupportedVmwareSoftwareVersionSummary. A list of supported ESXi software versions.
Returns: The esxi_software_versions of this SupportedVmwareSoftwareVersionSummary. Return type: list[oci.ocvp.models.SupportedEsxiSoftwareVersionSummary]
-
version
¶ [Required] Gets the version of this SupportedVmwareSoftwareVersionSummary. A short, unique string that identifies the version of bundled software.
Returns: The version of this SupportedVmwareSoftwareVersionSummary. Return type: str
-