SystemVersionMinorVersionSummary¶
-
class
oci.database.models.
SystemVersionMinorVersionSummary
(**kwargs)¶ Bases:
object
The System minor version.
Methods
__init__
(**kwargs)Initializes a new SystemVersionMinorVersionSummary object with values from keyword arguments. Attributes
version
[Required] Gets the version of this SystemVersionMinorVersionSummary. -
__init__
(**kwargs)¶ Initializes a new SystemVersionMinorVersionSummary 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 SystemVersionMinorVersionSummary.
-
version
¶ [Required] Gets the version of this SystemVersionMinorVersionSummary. A valid system minor version.
Returns: The version of this SystemVersionMinorVersionSummary. Return type: str
-