Reference documentation and code samples for the Google Cloud Datastream V1 Client class OracleSslConfig.
Oracle SSL configuration information.
Generated from protobuf message google.cloud.datastream.v1.OracleSslConfig
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ca_certificate |
string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate. |
↳ ca_certificate_set |
bool
Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile. |
getCaCertificate
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCaCertificate
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCaCertificateSet
Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setCaCertificateSet
Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|