Class DatabaseConnectionStringProfile
The connection string profile to allow clients to group. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/DatabaseConnectionStringProfile
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DatabaseConnectionStringProfile : IDirectResponseSchema
Properties
ConsumerGroup
Output only. The current consumer group being used by the connection.
Declaration
[JsonProperty("consumerGroup")]
public virtual string ConsumerGroup { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Output only. The display name for the database connection.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HostFormat
Output only. The host name format being currently used in connection string.
Declaration
[JsonProperty("hostFormat")]
public virtual string HostFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
IsRegional
Output only. This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
Declaration
[JsonProperty("isRegional")]
public virtual bool? IsRegional { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Protocol
Output only. The protocol being used by the connection.
Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
Type | Description |
---|---|
string |
SessionMode
Output only. The current session mode of the connection.
Declaration
[JsonProperty("sessionMode")]
public virtual string SessionMode { get; set; }
Property Value
Type | Description |
---|---|
string |
SyntaxFormat
Output only. The syntax of the connection string.
Declaration
[JsonProperty("syntaxFormat")]
public virtual string SyntaxFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
TlsAuthentication
Output only. This field indicates the TLS authentication type of the connection.
Declaration
[JsonProperty("tlsAuthentication")]
public virtual string TlsAuthentication { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Output only. The value of the connection string.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |