Show / Hide Table of Contents

Class ConfigureDistributedAutonomousDatabaseGsmWalletDetails

Details of the request to configure wallet on global service manager(GSM) instances for a distributed autonomous database.

Inheritance
object
ConfigureDistributedAutonomousDatabaseGsmWalletDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class ConfigureDistributedAutonomousDatabaseGsmWalletDetails

Properties

CaBundleId

Declaration
[Required(ErrorMessage = "CaBundleId is required.")]
[JsonProperty(PropertyName = "caBundleId")]
public string CaBundleId { get; set; }
Property Value
Type Description
string

The OCID of the ca bundle id.

Remarks

Required

CertificateId

Declaration
[Required(ErrorMessage = "CertificateId is required.")]
[JsonProperty(PropertyName = "certificateId")]
public string CertificateId { get; set; }
Property Value
Type Description
string

The OCID of the cluster certificate.

Remarks

Required

In this article
Back to top