DistributedAutonomousDatabaseGdsControlNodeImage¶
-
class
oci.distributed_database_v26.models.DistributedAutonomousDatabaseGdsControlNodeImage(**kwargs)¶ Bases:
objectThe Global Database Services Control(GDS CTL) image details.
Methods
__init__(**kwargs)Initializes a new DistributedAutonomousDatabaseGdsControlNodeImage object with values from keyword arguments. Attributes
id[Required] Gets the id of this DistributedAutonomousDatabaseGdsControlNodeImage. version[Required] Gets the version of this DistributedAutonomousDatabaseGdsControlNodeImage. -
__init__(**kwargs)¶ Initializes a new DistributedAutonomousDatabaseGdsControlNodeImage 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 DistributedAutonomousDatabaseGdsControlNodeImage.
- version (str) – The value to assign to the version property of this DistributedAutonomousDatabaseGdsControlNodeImage.
-
id¶ [Required] Gets the id of this DistributedAutonomousDatabaseGdsControlNodeImage. The OCID of the Global Database Services Control(GDS CTL) software image.
Returns: The id of this DistributedAutonomousDatabaseGdsControlNodeImage. Return type: str
-
version¶ [Required] Gets the version of this DistributedAutonomousDatabaseGdsControlNodeImage. The version associated with the image identified by id.
Returns: The version of this DistributedAutonomousDatabaseGdsControlNodeImage. Return type: str
-