public sealed class PluggableDatabaseConnectionStrings : IMessage<PluggableDatabaseConnectionStrings>, IEquatable<PluggableDatabaseConnectionStrings>, IDeepCloneable<PluggableDatabaseConnectionStrings>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class PluggableDatabaseConnectionStrings.
The connection strings used to connect to the Oracle Database.
Implements
IMessagePluggableDatabaseConnectionStrings, IEquatablePluggableDatabaseConnectionStrings, IDeepCloneablePluggableDatabaseConnectionStrings, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
PluggableDatabaseConnectionStrings()
public PluggableDatabaseConnectionStrings()PluggableDatabaseConnectionStrings(PluggableDatabaseConnectionStrings)
public PluggableDatabaseConnectionStrings(PluggableDatabaseConnectionStrings other)| Parameter | |
|---|---|
| Name | Description |
other |
PluggableDatabaseConnectionStrings |
Properties
AllConnectionStrings
public MapField<string, string> AllConnectionStrings { get; }Optional. All connection strings to use to connect to the pluggable database.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
PdbDefault
public string PdbDefault { get; set; }Optional. The default connection string to use to connect to the pluggable database.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PdbIpDefault
public string PdbIpDefault { get; set; }Optional. The default connection string to use to connect to the pluggable database using IP.
| Property Value | |
|---|---|
| Type | Description |
string |
|