DistributedAutonomousDatabaseGsmImage

class oci.distributed_database_v26.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 [Required] Gets the version 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 (str) – The value to assign to the version 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

[Required] Gets the version of this DistributedAutonomousDatabaseGsmImage. The version associated with the image identified by id.

Returns:The version of this DistributedAutonomousDatabaseGsmImage.
Return type:str