You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gets the db_name of this CreateDatabaseFromBackupDetails.
136
+
The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
137
+
138
+
139
+
:return: The db_name of this CreateDatabaseFromBackupDetails.
140
+
:rtype: str
141
+
"""
142
+
returnself._db_name
143
+
144
+
@db_name.setter
145
+
defdb_name(self, db_name):
146
+
"""
147
+
Sets the db_name of this CreateDatabaseFromBackupDetails.
148
+
The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
149
+
150
+
151
+
:param db_name: The db_name of this CreateDatabaseFromBackupDetails.
The :py:meth:`~oci.config.from_file` method can be used to load configuration from a file. Alternatively, a ``dict`` can be passed. You can validate_config
30
30
the dict using :py:meth:`~oci.config.validate_config`
31
31
32
-
:param str service_endpoint: (optional)
33
-
The endpoint of the service to call using this client. For example ``https://iaas.us-ashburn-1.oraclecloud.com``. If this keyword argument is
34
-
not provided then it will be derived using the region in the config parameter. You should only provide this keyword argument if you have an explicit
35
-
need to specify a service endpoint.
32
+
:param str service_endpoint:
33
+
The endpoint of the service to call using this client. For example ``https://iaas.us-ashburn-1.oraclecloud.com``.
36
34
37
35
:param timeout: (optional)
38
36
The connection and read timeouts for the client. The default is that the client never times out. This keyword argument can be provided
The :py:meth:`~oci.config.from_file` method can be used to load configuration from a file. Alternatively, a ``dict`` can be passed. You can validate_config
30
30
the dict using :py:meth:`~oci.config.validate_config`
31
31
32
-
:param str service_endpoint: (optional)
33
-
The endpoint of the service to call using this client. For example ``https://iaas.us-ashburn-1.oraclecloud.com``. If this keyword argument is
34
-
not provided then it will be derived using the region in the config parameter. You should only provide this keyword argument if you have an explicit
35
-
need to specify a service endpoint.
32
+
:param str service_endpoint:
33
+
The endpoint of the service to call using this client. For example ``https://iaas.us-ashburn-1.oraclecloud.com``.
36
34
37
35
:param timeout: (optional)
38
36
The connection and read timeouts for the client. The default is that the client never times out. This keyword argument can be provided
0 commit comments