ConfigureDistributedAutonomousDatabaseGsmWalletDetails¶
-
class
oci.distributed_database.models.ConfigureDistributedAutonomousDatabaseGsmWalletDetails(**kwargs)¶ Bases:
objectDetails of the request to configure wallet on global service manager(GSM) instances for a distributed autonomous database.
Methods
__init__(**kwargs)Initializes a new ConfigureDistributedAutonomousDatabaseGsmWalletDetails object with values from keyword arguments. Attributes
ca_bundle_id[Required] Gets the ca_bundle_id of this ConfigureDistributedAutonomousDatabaseGsmWalletDetails. certificate_id[Required] Gets the certificate_id of this ConfigureDistributedAutonomousDatabaseGsmWalletDetails. -
__init__(**kwargs)¶ Initializes a new ConfigureDistributedAutonomousDatabaseGsmWalletDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - certificate_id (str) – The value to assign to the certificate_id property of this ConfigureDistributedAutonomousDatabaseGsmWalletDetails.
- ca_bundle_id (str) – The value to assign to the ca_bundle_id property of this ConfigureDistributedAutonomousDatabaseGsmWalletDetails.
-