DistributedDbGdsControlNodeImage

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

Bases: object

The Global Database Services Control(GDS CTL) image details.

Methods

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

Attributes

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

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

[Required] Gets the id of this DistributedDbGdsControlNodeImage. The OCID of the Global Database Services Control(GDS CTL) software image.

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

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

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