EngineVersion¶
-
class
oci.redis.models.EngineVersion(**kwargs)¶ Bases:
objectOCI Cache engine version collection
Methods
__init__(**kwargs)Initializes a new EngineVersion object with values from keyword arguments. Attributes
name[Required] Gets the name of this EngineVersion. version[Required] Gets the version of this EngineVersion. -
__init__(**kwargs)¶ Initializes a new EngineVersion object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this EngineVersion.
- version (str) – The value to assign to the version property of this EngineVersion.
-
name¶ [Required] Gets the name of this EngineVersion. OCI Cache engine version friendly name
Returns: The name of this EngineVersion. Return type: str
-
version¶ [Required] Gets the version of this EngineVersion. OCI Cache engine version
Returns: The version of this EngineVersion. Return type: str
-