GiMinorVersionSummary¶
-
class
oci.database.models.
GiMinorVersionSummary
(**kwargs)¶ Bases:
object
The Oracle Grid Infrastructure (GI) minor version.
To use any of the API operations, you must be authorized in an IAM policy. If you’re not authorized, talk to an administrator. If you’re an administrator who needs to write policies to give users access, see Getting Started with Policies.
Methods
__init__
(**kwargs)Initializes a new GiMinorVersionSummary object with values from keyword arguments. Attributes
grid_image_id
Gets the grid_image_id of this GiMinorVersionSummary. version
[Required] Gets the version of this GiMinorVersionSummary. -
__init__
(**kwargs)¶ Initializes a new GiMinorVersionSummary 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 GiMinorVersionSummary.
- grid_image_id (str) – The value to assign to the grid_image_id property of this GiMinorVersionSummary.
-
grid_image_id
¶ Gets the grid_image_id of this GiMinorVersionSummary. Grid Infrastructure Image Id
Returns: The grid_image_id of this GiMinorVersionSummary. Return type: str
-
version
¶ [Required] Gets the version of this GiMinorVersionSummary. A valid Oracle Grid Infrastructure (GI) software version.
Returns: The version of this GiMinorVersionSummary. Return type: str
-