ShapeMemoryOptions¶
-
class
oci.psql.models.
ShapeMemoryOptions
(**kwargs)¶ Bases:
object
Options for the the shape memory
Methods
__init__
(**kwargs)Initializes a new ShapeMemoryOptions object with values from keyword arguments. Attributes
default_per_ocpu_in_gbs
[Required] Gets the default_per_ocpu_in_gbs of this ShapeMemoryOptions. max_in_gbs
[Required] Gets the max_in_gbs of this ShapeMemoryOptions. max_per_ocpu_in_gbs
[Required] Gets the max_per_ocpu_in_gbs of this ShapeMemoryOptions. min_in_gbs
[Required] Gets the min_in_gbs of this ShapeMemoryOptions. min_per_ocpu_in_gbs
[Required] Gets the min_per_ocpu_in_gbs of this ShapeMemoryOptions. -
__init__
(**kwargs)¶ Initializes a new ShapeMemoryOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - default_per_ocpu_in_gbs (int) – The value to assign to the default_per_ocpu_in_gbs property of this ShapeMemoryOptions.
- min_in_gbs (int) – The value to assign to the min_in_gbs property of this ShapeMemoryOptions.
- min_per_ocpu_in_gbs (int) – The value to assign to the min_per_ocpu_in_gbs property of this ShapeMemoryOptions.
- max_in_gbs (int) – The value to assign to the max_in_gbs property of this ShapeMemoryOptions.
- max_per_ocpu_in_gbs (int) – The value to assign to the max_per_ocpu_in_gbs property of this ShapeMemoryOptions.
-
default_per_ocpu_in_gbs
¶ [Required] Gets the default_per_ocpu_in_gbs of this ShapeMemoryOptions. Default per OCPU configuration in GBs
Returns: The default_per_ocpu_in_gbs of this ShapeMemoryOptions. Return type: int
-
max_in_gbs
¶ [Required] Gets the max_in_gbs of this ShapeMemoryOptions. Maximum Memory configuration in GBs
Returns: The max_in_gbs of this ShapeMemoryOptions. Return type: int
-
max_per_ocpu_in_gbs
¶ [Required] Gets the max_per_ocpu_in_gbs of this ShapeMemoryOptions. Maximum Memory configuration per OCPU in GBs
Returns: The max_per_ocpu_in_gbs of this ShapeMemoryOptions. Return type: int
-
min_in_gbs
¶ [Required] Gets the min_in_gbs of this ShapeMemoryOptions. Minimum Memory configuration in GBs
Returns: The min_in_gbs of this ShapeMemoryOptions. Return type: int
-
min_per_ocpu_in_gbs
¶ [Required] Gets the min_per_ocpu_in_gbs of this ShapeMemoryOptions. Minimum Memory configuration per OCPU in GBs
Returns: The min_per_ocpu_in_gbs of this ShapeMemoryOptions. Return type: int
-