ComputePerformanceSummary

class oci.database.models.ComputePerformanceSummary(**kwargs)

Bases: object

Parameters detailing the compute performance for a specified DB system shape.

Methods

__init__(**kwargs) Initializes a new ComputePerformanceSummary object with values from keyword arguments.

Attributes

cpu_core_count [Required] Gets the cpu_core_count of this ComputePerformanceSummary.
memory_in_gbs [Required] Gets the memory_in_gbs of this ComputePerformanceSummary.
network_bandwidth_in_gbps [Required] Gets the network_bandwidth_in_gbps of this ComputePerformanceSummary.
network_iops [Required] Gets the network_iops of this ComputePerformanceSummary.
network_throughput_in_mbps [Required] Gets the network_throughput_in_mbps of this ComputePerformanceSummary.
__init__(**kwargs)

Initializes a new ComputePerformanceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • cpu_core_count (int) – The value to assign to the cpu_core_count property of this ComputePerformanceSummary.
  • memory_in_gbs (float) – The value to assign to the memory_in_gbs property of this ComputePerformanceSummary.
  • network_bandwidth_in_gbps (float) – The value to assign to the network_bandwidth_in_gbps property of this ComputePerformanceSummary.
  • network_iops (float) – The value to assign to the network_iops property of this ComputePerformanceSummary.
  • network_throughput_in_mbps (float) – The value to assign to the network_throughput_in_mbps property of this ComputePerformanceSummary.
cpu_core_count

[Required] Gets the cpu_core_count of this ComputePerformanceSummary. The number of CPU cores available.

Returns:The cpu_core_count of this ComputePerformanceSummary.
Return type:int
memory_in_gbs

[Required] Gets the memory_in_gbs of this ComputePerformanceSummary. The amount of memory allocated for the VMDB System.

Returns:The memory_in_gbs of this ComputePerformanceSummary.
Return type:float
network_bandwidth_in_gbps

[Required] Gets the network_bandwidth_in_gbps of this ComputePerformanceSummary. The network bandwidth of the VMDB system in gbps.

Returns:The network_bandwidth_in_gbps of this ComputePerformanceSummary.
Return type:float
network_iops

[Required] Gets the network_iops of this ComputePerformanceSummary. IOPS for the VMDB System.

Returns:The network_iops of this ComputePerformanceSummary.
Return type:float
network_throughput_in_mbps

[Required] Gets the network_throughput_in_mbps of this ComputePerformanceSummary. Network throughput for the VMDB System.

Returns:The network_throughput_in_mbps of this ComputePerformanceSummary.
Return type:float