DistributedDbGsmImage

class oci.distributed_database_v26.models.DistributedDbGsmImage(**kwargs)

Bases: object

The Global service manager image details

Methods

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

Attributes

id [Required] Gets the id of this DistributedDbGsmImage.
version [Required] Gets the version of this DistributedDbGsmImage.
__init__(**kwargs)

Initializes a new DistributedDbGsmImage 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 DistributedDbGsmImage.
  • version (str) – The value to assign to the version property of this DistributedDbGsmImage.
id

[Required] Gets the id of this DistributedDbGsmImage. The OCID of the Global service manager software image.

Returns:The id of this DistributedDbGsmImage.
Return type:str
version

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

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