CreateManagedDatabaseGroupDetails¶
- 
class oci.database_management.models.CreateManagedDatabaseGroupDetails(**kwargs)¶
- Bases: - object- The details required to create a Managed Database Group. - Methods - __init__(**kwargs)- Initializes a new CreateManagedDatabaseGroupDetails object with values from keyword arguments. - Attributes - compartment_id- [Required] Gets the compartment_id of this CreateManagedDatabaseGroupDetails. - defined_tags- Gets the defined_tags of this CreateManagedDatabaseGroupDetails. - description- Gets the description of this CreateManagedDatabaseGroupDetails. - freeform_tags- Gets the freeform_tags of this CreateManagedDatabaseGroupDetails. - name- [Required] Gets the name of this CreateManagedDatabaseGroupDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateManagedDatabaseGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - name (str) – The value to assign to the name property of this CreateManagedDatabaseGroupDetails.
- description (str) – The value to assign to the description property of this CreateManagedDatabaseGroupDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateManagedDatabaseGroupDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateManagedDatabaseGroupDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateManagedDatabaseGroupDetails.
 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this CreateManagedDatabaseGroupDetails. The OCID of the compartment in which the Managed Database Group resides. - Returns: - The compartment_id of this CreateManagedDatabaseGroupDetails. - Return type: - str 
 - Gets the defined_tags of this CreateManagedDatabaseGroupDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Returns: - The defined_tags of this CreateManagedDatabaseGroupDetails. - Return type: - dict(str, dict(str, object)) 
 - 
description¶
- Gets the description of this CreateManagedDatabaseGroupDetails. The information specified by the user about the Managed Database Group. - Returns: - The description of this CreateManagedDatabaseGroupDetails. - Return type: - str 
 - Gets the freeform_tags of this CreateManagedDatabaseGroupDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”} - Returns: - The freeform_tags of this CreateManagedDatabaseGroupDetails. - Return type: - dict(str, str) 
 - 
name¶
- [Required] Gets the name of this CreateManagedDatabaseGroupDetails. The name of the Managed Database Group. Valid characters are uppercase or lowercase letters, numbers, and “_”. The name of the Managed Database Group cannot be modified. It must be unique in the compartment and must begin with an alphabetic character. - Returns: - The name of this CreateManagedDatabaseGroupDetails. - Return type: - str 
 
-