DistributedDbGsmImage

class oci.distributed_database.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_number [Required] Gets the version_number 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_number (int) – The value to assign to the version_number 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_number

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

Returns:The version_number of this DistributedDbGsmImage.
Return type:int