Class PluggableDatabaseConnectionStrings
The connection strings used to connect to the Oracle Database.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class PluggableDatabaseConnectionStrings : IDirectResponseSchema
Properties
AllConnectionStrings
Optional. All connection strings to use to connect to the pluggable database.
Declaration
[JsonProperty("allConnectionStrings")]
public virtual IDictionary<string, string> AllConnectionStrings { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PdbDefault
Optional. The default connection string to use to connect to the pluggable database.
Declaration
[JsonProperty("pdbDefault")]
public virtual string PdbDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PdbIpDefault
Optional. The default connection string to use to connect to the pluggable database using IP.
Declaration
[JsonProperty("pdbIpDefault")]
public virtual string PdbIpDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| string |