Show / Hide Table of Contents

Class PluggableDatabaseConnectionStrings

The connection strings used to connect to the Oracle Database.

Inheritance
object
PluggableDatabaseConnectionStrings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX