UpdateDbSystemDetails¶
-
class
oci.psql.models.
UpdateDbSystemDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateDbSystemDetails object with values from keyword arguments. Attributes
db_configuration_params
Gets the db_configuration_params of this UpdateDbSystemDetails. defined_tags
Gets the defined_tags of this UpdateDbSystemDetails. description
Gets the description of this UpdateDbSystemDetails. display_name
Gets the display_name of this UpdateDbSystemDetails. freeform_tags
Gets the freeform_tags of this UpdateDbSystemDetails. instance_memory_size_in_gbs
Gets the instance_memory_size_in_gbs of this UpdateDbSystemDetails. instance_ocpu_count
Gets the instance_ocpu_count of this UpdateDbSystemDetails. management_policy
Gets the management_policy of this UpdateDbSystemDetails. network_details
Gets the network_details of this UpdateDbSystemDetails. shape
Gets the shape of this UpdateDbSystemDetails. storage_details
Gets the storage_details of this UpdateDbSystemDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateDbSystemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateDbSystemDetails.
- description (str) – The value to assign to the description property of this UpdateDbSystemDetails.
- shape (str) – The value to assign to the shape property of this UpdateDbSystemDetails.
- instance_ocpu_count (int) – The value to assign to the instance_ocpu_count property of this UpdateDbSystemDetails.
- instance_memory_size_in_gbs (int) – The value to assign to the instance_memory_size_in_gbs property of this UpdateDbSystemDetails.
- db_configuration_params (oci.psql.models.UpdateDbConfigParams) – The value to assign to the db_configuration_params property of this UpdateDbSystemDetails.
- management_policy (oci.psql.models.ManagementPolicyDetails) – The value to assign to the management_policy property of this UpdateDbSystemDetails.
- storage_details (oci.psql.models.UpdateStorageDetailsParams) – The value to assign to the storage_details property of this UpdateDbSystemDetails.
- network_details (oci.psql.models.UpdateNetworkDetails) – The value to assign to the network_details property of this UpdateDbSystemDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDbSystemDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDbSystemDetails.
-
db_configuration_params
¶ Gets the db_configuration_params of this UpdateDbSystemDetails.
Returns: The db_configuration_params of this UpdateDbSystemDetails. Return type: oci.psql.models.UpdateDbConfigParams
Gets the defined_tags of this UpdateDbSystemDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateDbSystemDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateDbSystemDetails. A user-provided description of the database system.
Returns: The description of this UpdateDbSystemDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateDbSystemDetails. A user-friendly display name for the database system. Avoid entering confidential information.
Returns: The display_name of this UpdateDbSystemDetails. Return type: str
Gets the freeform_tags of this UpdateDbSystemDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateDbSystemDetails. Return type: dict(str, str)
-
instance_memory_size_in_gbs
¶ Gets the instance_memory_size_in_gbs of this UpdateDbSystemDetails. The total amount of memory available to each database system node, in gigabytes.
Returns: The instance_memory_size_in_gbs of this UpdateDbSystemDetails. Return type: int
-
instance_ocpu_count
¶ Gets the instance_ocpu_count of this UpdateDbSystemDetails. The total number of OCPUs available to each database system node.
Returns: The instance_ocpu_count of this UpdateDbSystemDetails. Return type: int
-
management_policy
¶ Gets the management_policy of this UpdateDbSystemDetails.
Returns: The management_policy of this UpdateDbSystemDetails. Return type: oci.psql.models.ManagementPolicyDetails
-
network_details
¶ Gets the network_details of this UpdateDbSystemDetails.
Returns: The network_details of this UpdateDbSystemDetails. Return type: oci.psql.models.UpdateNetworkDetails
-
shape
¶ Gets the shape of this UpdateDbSystemDetails. The name of the shape for the database system nodes. Example: VM.Standard.E4.Flex
Returns: The shape of this UpdateDbSystemDetails. Return type: str
-
storage_details
¶ Gets the storage_details of this UpdateDbSystemDetails.
Returns: The storage_details of this UpdateDbSystemDetails. Return type: oci.psql.models.UpdateStorageDetailsParams
-