FlexComponentSummary¶
-
class
oci.database.models.
FlexComponentSummary
(**kwargs)¶ Bases:
object
The Flex Components for a DB system. The Flex Component determines resources to allocate to the DB system - CPU cores, memory and storage for Flex shapes.
To use any of the API operations, you must be authorized in an IAM policy. If you’re not authorized, talk to an administrator. If you’re an administrator who needs to write policies to give users access, see Getting Started with Policies.
Methods
__init__
(**kwargs)Initializes a new FlexComponentSummary object with values from keyword arguments. Attributes
available_core_count
Gets the available_core_count of this FlexComponentSummary. available_db_storage_in_gbs
Gets the available_db_storage_in_gbs of this FlexComponentSummary. minimum_core_count
Gets the minimum_core_count of this FlexComponentSummary. name
[Required] Gets the name of this FlexComponentSummary. -
__init__
(**kwargs)¶ Initializes a new FlexComponentSummary 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 FlexComponentSummary.
- minimum_core_count (int) – The value to assign to the minimum_core_count property of this FlexComponentSummary.
- available_core_count (int) – The value to assign to the available_core_count property of this FlexComponentSummary.
- available_db_storage_in_gbs (int) – The value to assign to the available_db_storage_in_gbs property of this FlexComponentSummary.
-
available_core_count
¶ Gets the available_core_count of this FlexComponentSummary. The maximum number of CPU cores that can ben enabled on the DB Server for this Flex Component.
Returns: The available_core_count of this FlexComponentSummary. Return type: int
-
available_db_storage_in_gbs
¶ Gets the available_db_storage_in_gbs of this FlexComponentSummary. The maximum storage that can be enabled on the Storage Server for this Flex Component.
Returns: The available_db_storage_in_gbs of this FlexComponentSummary. Return type: int
-
minimum_core_count
¶ Gets the minimum_core_count of this FlexComponentSummary. The minimum number of CPU cores that can be enabled on the DB Server for this Flex Component.
Returns: The minimum_core_count of this FlexComponentSummary. Return type: int
-
name
¶ [Required] Gets the name of this FlexComponentSummary. The name of the Flex Component used for the DB system.
Returns: The name of this FlexComponentSummary. Return type: str
-