CloudDbSystemBasicInfo¶
- 
class oci.database_management.models.CloudDbSystemBasicInfo(**kwargs)¶
- Bases: - object- The basic information about a cloud DB system. - Methods - __init__(**kwargs)- Initializes a new CloudDbSystemBasicInfo object with values from keyword arguments. - Attributes - compartment_id- [Required] Gets the compartment_id of this CloudDbSystemBasicInfo. - display_name- [Required] Gets the display_name of this CloudDbSystemBasicInfo. - id- [Required] Gets the id of this CloudDbSystemBasicInfo. - 
__init__(**kwargs)¶
- Initializes a new CloudDbSystemBasicInfo 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 CloudDbSystemBasicInfo.
- display_name (str) – The value to assign to the display_name property of this CloudDbSystemBasicInfo.
- compartment_id (str) – The value to assign to the compartment_id property of this CloudDbSystemBasicInfo.
 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this CloudDbSystemBasicInfo. The OCID of the compartment. - Returns: - The compartment_id of this CloudDbSystemBasicInfo. - Return type: - str 
 - 
display_name¶
- [Required] Gets the display_name of this CloudDbSystemBasicInfo. The user-friendly name for the cloud DB system. The name does not have to be unique. - Returns: - The display_name of this CloudDbSystemBasicInfo. - Return type: - str 
 
-