SystemVersionSummary

class oci.database.models.SystemVersionSummary(**kwargs)

Bases: object

List of compatible Exadata system versions for a given shape and GI version.

Methods

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

Attributes

gi_version [Required] Gets the gi_version of this SystemVersionSummary.
shape [Required] Gets the shape of this SystemVersionSummary.
system_versions Gets the system_versions of this SystemVersionSummary.
__init__(**kwargs)

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

Parameters:
  • shape (str) – The value to assign to the shape property of this SystemVersionSummary.
  • gi_version (str) – The value to assign to the gi_version property of this SystemVersionSummary.
  • system_versions (list[str]) – The value to assign to the system_versions property of this SystemVersionSummary.
gi_version

[Required] Gets the gi_version of this SystemVersionSummary. Grid Infrastructure version.

Returns:The gi_version of this SystemVersionSummary.
Return type:str
shape

[Required] Gets the shape of this SystemVersionSummary. Exadata shape.

Returns:The shape of this SystemVersionSummary.
Return type:str
system_versions

Gets the system_versions of this SystemVersionSummary. Compatible Exadata system versions for a given shape and GI version.

Returns:The system_versions of this SystemVersionSummary.
Return type:list[str]