StartDbSystemDetails¶
-
class
oci.psql.models.StartDbSystemDetails(**kwargs)¶ Bases:
objectDB System start parameters to update ocpu, memory, shape and configuration.
Methods
__init__(**kwargs)Initializes a new StartDbSystemDetails object with values from keyword arguments. Attributes
config_idGets the config_id of this StartDbSystemDetails. instance_memory_size_in_gbsGets the instance_memory_size_in_gbs of this StartDbSystemDetails. instance_ocpu_countGets the instance_ocpu_count of this StartDbSystemDetails. shapeGets the shape of this StartDbSystemDetails. -
__init__(**kwargs)¶ Initializes a new StartDbSystemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - instance_ocpu_count (int) – The value to assign to the instance_ocpu_count property of this StartDbSystemDetails.
- instance_memory_size_in_gbs (int) – The value to assign to the instance_memory_size_in_gbs property of this StartDbSystemDetails.
- shape (str) – The value to assign to the shape property of this StartDbSystemDetails.
- config_id (str) – The value to assign to the config_id property of this StartDbSystemDetails.
-
config_id¶ Gets the config_id of this StartDbSystemDetails. The updated configId for the database system.
Returns: The config_id of this StartDbSystemDetails. Return type: str
-
instance_memory_size_in_gbs¶ Gets the instance_memory_size_in_gbs of this StartDbSystemDetails. The total amount of memory available to each database system node, in gigabytes.
Returns: The instance_memory_size_in_gbs of this StartDbSystemDetails. Return type: int
-
instance_ocpu_count¶ Gets the instance_ocpu_count of this StartDbSystemDetails. The total number of OCPUs available to each database system node.
Returns: The instance_ocpu_count of this StartDbSystemDetails. Return type: int
-
shape¶ Gets the shape of this StartDbSystemDetails. The name of the shape for the database system nodes. Example: VM.Standard.E4.Flex
Returns: The shape of this StartDbSystemDetails. Return type: str
-