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