VersionSummary

class oci.mysql.models.VersionSummary(**kwargs)

Bases: object

A summary of the supported MySQL Versions families, and a list of their supported minor versions.

Methods

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

Attributes

version_family Gets the version_family of this VersionSummary.
versions [Required] Gets the versions of this VersionSummary.
__init__(**kwargs)

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

Parameters:
  • version_family (str) – The value to assign to the version_family property of this VersionSummary.
  • versions (list[oci.mysql.models.Version]) – The value to assign to the versions property of this VersionSummary.
version_family

Gets the version_family of this VersionSummary. A descriptive summary of a group of versions.

Returns:The version_family of this VersionSummary.
Return type:str
versions

[Required] Gets the versions of this VersionSummary. The list of supported MySQL Versions.

Returns:The versions of this VersionSummary.
Return type:list[oci.mysql.models.Version]