ComputeCapacityDetails

class oci.datacc.models.ComputeCapacityDetails(**kwargs)

Bases: object

Capacity details of the Database Infrastructure.

Methods

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

Attributes

allocated_cores Gets the allocated_cores of this ComputeCapacityDetails.
available_cores Gets the available_cores of this ComputeCapacityDetails.
available_memory_in_gbs Gets the available_memory_in_gbs of this ComputeCapacityDetails.
reserved_cores Gets the reserved_cores of this ComputeCapacityDetails.
reserved_memory_in_gbs Gets the reserved_memory_in_gbs of this ComputeCapacityDetails.
total_cores Gets the total_cores of this ComputeCapacityDetails.
total_memory_in_gbs Gets the total_memory_in_gbs of this ComputeCapacityDetails.
used_memory_in_gbs Gets the used_memory_in_gbs of this ComputeCapacityDetails.
__init__(**kwargs)

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

Parameters:
  • total_cores (int) – The value to assign to the total_cores property of this ComputeCapacityDetails.
  • allocated_cores (int) – The value to assign to the allocated_cores property of this ComputeCapacityDetails.
  • reserved_cores (int) – The value to assign to the reserved_cores property of this ComputeCapacityDetails.
  • available_cores (int) – The value to assign to the available_cores property of this ComputeCapacityDetails.
  • total_memory_in_gbs (int) – The value to assign to the total_memory_in_gbs property of this ComputeCapacityDetails.
  • used_memory_in_gbs (int) – The value to assign to the used_memory_in_gbs property of this ComputeCapacityDetails.
  • reserved_memory_in_gbs (int) – The value to assign to the reserved_memory_in_gbs property of this ComputeCapacityDetails.
  • available_memory_in_gbs (int) – The value to assign to the available_memory_in_gbs property of this ComputeCapacityDetails.
allocated_cores

Gets the allocated_cores of this ComputeCapacityDetails. Total CPU cores count allocated..

Returns:The allocated_cores of this ComputeCapacityDetails.
Return type:int
available_cores

Gets the available_cores of this ComputeCapacityDetails. Total available CPU cores count.

Returns:The available_cores of this ComputeCapacityDetails.
Return type:int
available_memory_in_gbs

Gets the available_memory_in_gbs of this ComputeCapacityDetails. Available memory, in gigabytes (GB).

Returns:The available_memory_in_gbs of this ComputeCapacityDetails.
Return type:int
reserved_cores

Gets the reserved_cores of this ComputeCapacityDetails. Total Reserved CPU cores count.

Returns:The reserved_cores of this ComputeCapacityDetails.
Return type:int
reserved_memory_in_gbs

Gets the reserved_memory_in_gbs of this ComputeCapacityDetails. Reserved memory, in gigabytes (GB).

Returns:The reserved_memory_in_gbs of this ComputeCapacityDetails.
Return type:int
total_cores

Gets the total_cores of this ComputeCapacityDetails. Total CPU cores count.

Returns:The total_cores of this ComputeCapacityDetails.
Return type:int
total_memory_in_gbs

Gets the total_memory_in_gbs of this ComputeCapacityDetails. Total memory allocated, in gigabytes (GB).

Returns:The total_memory_in_gbs of this ComputeCapacityDetails.
Return type:int
used_memory_in_gbs

Gets the used_memory_in_gbs of this ComputeCapacityDetails. Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).

Returns:The used_memory_in_gbs of this ComputeCapacityDetails.
Return type:int