AvmAcdResourceStats¶
-
class
oci.database.models.
AvmAcdResourceStats
(**kwargs)¶ Bases:
object
Associated autonomous container databases usages.
Methods
__init__
(**kwargs)Initializes a new AvmAcdResourceStats object with values from keyword arguments. Attributes
available_cpus
Gets the available_cpus of this AvmAcdResourceStats. display_name
[Required] Gets the display_name of this AvmAcdResourceStats. id
Gets the id of this AvmAcdResourceStats. provisioned_cpus
Gets the provisioned_cpus of this AvmAcdResourceStats. reclaimable_cpus
Gets the reclaimable_cpus of this AvmAcdResourceStats. reserved_cpus
Gets the reserved_cpus of this AvmAcdResourceStats. used_cpus
Gets the used_cpus of this AvmAcdResourceStats. -
__init__
(**kwargs)¶ Initializes a new AvmAcdResourceStats 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 AvmAcdResourceStats.
- display_name (str) – The value to assign to the display_name property of this AvmAcdResourceStats.
- provisioned_cpus (float) – The value to assign to the provisioned_cpus property of this AvmAcdResourceStats.
- available_cpus (float) – The value to assign to the available_cpus property of this AvmAcdResourceStats.
- used_cpus (float) – The value to assign to the used_cpus property of this AvmAcdResourceStats.
- reserved_cpus (float) – The value to assign to the reserved_cpus property of this AvmAcdResourceStats.
- reclaimable_cpus (float) – The value to assign to the reclaimable_cpus property of this AvmAcdResourceStats.
-
available_cpus
¶ Gets the available_cpus of this AvmAcdResourceStats. The number of CPU cores available.
Returns: The available_cpus of this AvmAcdResourceStats. Return type: float
-
display_name
¶ [Required] Gets the display_name of this AvmAcdResourceStats. The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
Returns: The display_name of this AvmAcdResourceStats. Return type: str
-
id
¶ Gets the id of this AvmAcdResourceStats. The OCID of the Autonomous Container Database.
Returns: The id of this AvmAcdResourceStats. Return type: str
-
provisioned_cpus
¶ Gets the provisioned_cpus of this AvmAcdResourceStats. CPUs/cores assigned to Autonomous Databases in the ACD instances.
Returns: The provisioned_cpus of this AvmAcdResourceStats. Return type: float
-
reclaimable_cpus
¶ Gets the reclaimable_cpus of this AvmAcdResourceStats. CPUs/cores that continue to be included in the count of OCPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available OCPUs at its parent AVMC level by restarting the Autonomous Container Database.
Returns: The reclaimable_cpus of this AvmAcdResourceStats. Return type: float
-
reserved_cpus
¶ Gets the reserved_cpus of this AvmAcdResourceStats. CPUs/cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead.
Returns: The reserved_cpus of this AvmAcdResourceStats. Return type: float
-
used_cpus
¶ Gets the used_cpus of this AvmAcdResourceStats. CPUs/cores assigned to the ACD instance. Sum of provisioned, reserved and reclaimable CPUs/ cores to the ACD instance.
Returns: The used_cpus of this AvmAcdResourceStats. Return type: float
-