ShapeOcpuOptions

class oci.psql.models.ShapeOcpuOptions(**kwargs)

Bases: object

Options for the the shape OCPU

Methods

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

Attributes

max [Required] Gets the max of this ShapeOcpuOptions.
min [Required] Gets the min of this ShapeOcpuOptions.
__init__(**kwargs)

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

Parameters:
  • min (int) – The value to assign to the min property of this ShapeOcpuOptions.
  • max (int) – The value to assign to the max property of this ShapeOcpuOptions.
max

[Required] Gets the max of this ShapeOcpuOptions. Maximum OCPU configuration

Returns:The max of this ShapeOcpuOptions.
Return type:int
min

[Required] Gets the min of this ShapeOcpuOptions. Minimum OCPU configuration

Returns:The min of this ShapeOcpuOptions.
Return type:int