DatabasePlan¶
- 
class oci.database_management.models.DatabasePlan(**kwargs)¶
- Bases: - object- The resource allocation directives must all use the share attribute, or they must all use the level and allocation attributes. If you use the share attribute to allocate I/O resources, then the database plan can have a maximum of 1024 directives. If you use the level and allocation attributes to allocate I/O resources, then the database plan can have a maximum of 32 directives. Only one directive is allowed for each database name and each profile name. - Methods - __init__(**kwargs)- Initializes a new DatabasePlan object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this DatabasePlan. - 
__init__(**kwargs)¶
- Initializes a new DatabasePlan object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.database_management.models.DatabasePlanDirective]) – The value to assign to the items property of this DatabasePlan. 
 - 
items¶
- [Required] Gets the items of this DatabasePlan. A list of DatabasePlanDirectives. - Returns: - The items of this DatabasePlan. - Return type: - list[oci.database_management.models.DatabasePlanDirective] 
 
-