DatabaseWalletDetails¶
-
class
oci.apm_synthetics.models.
DatabaseWalletDetails
(**kwargs)¶ Bases:
object
Details for database wallet.
Methods
__init__
(**kwargs)Initializes a new DatabaseWalletDetails object with values from keyword arguments. Attributes
database_wallet
[Required] Gets the database_wallet of this DatabaseWalletDetails. service_name
[Required] Gets the service_name of this DatabaseWalletDetails. -
__init__
(**kwargs)¶ Initializes a new DatabaseWalletDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - database_wallet (str) – The value to assign to the database_wallet property of this DatabaseWalletDetails.
- service_name (str) – The value to assign to the service_name property of this DatabaseWalletDetails.
-
database_wallet
¶ [Required] Gets the database_wallet of this DatabaseWalletDetails. The database wallet configuration zip file.
Returns: The database_wallet of this DatabaseWalletDetails. Return type: str
-
service_name
¶ [Required] Gets the service_name of this DatabaseWalletDetails. Service name of the database.
Returns: The service_name of this DatabaseWalletDetails. Return type: str
-