SupportedEsxiSoftwareVersionSummary¶
-
class
oci.ocvp.models.
SupportedEsxiSoftwareVersionSummary
(**kwargs)¶ Bases:
object
A specific version of bundled ESXi software supported by the Oracle Cloud VMware Solution.
Methods
__init__
(**kwargs)Initializes a new SupportedEsxiSoftwareVersionSummary object with values from keyword arguments. Attributes
description
[Required] Gets the description of this SupportedEsxiSoftwareVersionSummary. supported_host_shape_names
[Required] Gets the supported_host_shape_names of this SupportedEsxiSoftwareVersionSummary. version
[Required] Gets the version of this SupportedEsxiSoftwareVersionSummary. -
__init__
(**kwargs)¶ Initializes a new SupportedEsxiSoftwareVersionSummary 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 SupportedEsxiSoftwareVersionSummary.
- description (str) – The value to assign to the description property of this SupportedEsxiSoftwareVersionSummary.
- supported_host_shape_names (list[str]) – The value to assign to the supported_host_shape_names property of this SupportedEsxiSoftwareVersionSummary.
-
description
¶ [Required] Gets the description of this SupportedEsxiSoftwareVersionSummary. A description of the software in the bundle.
Returns: The description of this SupportedEsxiSoftwareVersionSummary. Return type: str
-
supported_host_shape_names
¶ [Required] Gets the supported_host_shape_names of this SupportedEsxiSoftwareVersionSummary. A list of ESXi host shapes supported by the version of bundled software.
Returns: The supported_host_shape_names of this SupportedEsxiSoftwareVersionSummary. Return type: list[str]
-
version
¶ [Required] Gets the version of this SupportedEsxiSoftwareVersionSummary. A short, unique string that identifies the version of bundled software.
Returns: The version of this SupportedEsxiSoftwareVersionSummary. Return type: str
-