ParentGroup¶
-
class
oci.database_management.models.
ParentGroup
(**kwargs)¶ Bases:
object
The parent Managed Database Group of a Managed Database.
Methods
__init__
(**kwargs)Initializes a new ParentGroup object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ParentGroup. id
[Required] Gets the id of this ParentGroup. name
[Required] Gets the name of this ParentGroup. -
__init__
(**kwargs)¶ Initializes a new ParentGroup 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 ParentGroup.
- name (str) – The value to assign to the name property of this ParentGroup.
- compartment_id (str) – The value to assign to the compartment_id property of this ParentGroup.
-
compartment_id
¶ [Required] Gets the compartment_id of this ParentGroup. The OCID of the compartment in which the Managed Database Group resides.
Returns: The compartment_id of this ParentGroup. Return type: str
-
id
¶ [Required] Gets the id of this ParentGroup. The OCID of the Managed Database Group.
Returns: The id of this ParentGroup. Return type: str
-
name
¶ [Required] Gets the name of this ParentGroup. The name of the Managed Database Group.
Returns: The name of this ParentGroup. Return type: str
-