ConfigureDistributedAutonomousDatabaseGsmWalletDetails

class oci.distributed_database.models.ConfigureDistributedAutonomousDatabaseGsmWalletDetails(**kwargs)

Bases: object

Details 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.
ca_bundle_id

[Required] Gets the ca_bundle_id of this ConfigureDistributedAutonomousDatabaseGsmWalletDetails. The OCID of the ca bundle id.

Returns:The ca_bundle_id of this ConfigureDistributedAutonomousDatabaseGsmWalletDetails.
Return type:str
certificate_id

[Required] Gets the certificate_id of this ConfigureDistributedAutonomousDatabaseGsmWalletDetails. The OCID of the cluster certificate.

Returns:The certificate_id of this ConfigureDistributedAutonomousDatabaseGsmWalletDetails.
Return type:str