DistributedAutonomousDatabaseGsmImage¶
-
class
oci.distributed_database.models.
DistributedAutonomousDatabaseGsmImage
(**kwargs)¶ Bases:
object
The Global service manager image details.
Methods
__init__
(**kwargs)Initializes a new DistributedAutonomousDatabaseGsmImage object with values from keyword arguments. Attributes
id
[Required] Gets the id of this DistributedAutonomousDatabaseGsmImage. version_number
[Required] Gets the version_number of this DistributedAutonomousDatabaseGsmImage. -
__init__
(**kwargs)¶ Initializes a new DistributedAutonomousDatabaseGsmImage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this DistributedAutonomousDatabaseGsmImage.
- version_number (int) – The value to assign to the version_number property of this DistributedAutonomousDatabaseGsmImage.
-
id
¶ [Required] Gets the id of this DistributedAutonomousDatabaseGsmImage. The OCID of the Global service manager software image.
Returns: The id of this DistributedAutonomousDatabaseGsmImage. Return type: str
-
version_number
¶ [Required] Gets the version_number of this DistributedAutonomousDatabaseGsmImage. The version number associated with the image identified by id.
Returns: The version_number of this DistributedAutonomousDatabaseGsmImage. Return type: int
-