Class OracleAsmConfig
Configuration for Oracle Automatic Storage Management (ASM) connection.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class OracleAsmConfig : IDirectResponseSchema
Properties
AsmService
Required. ASM service name for the Oracle ASM connection.
Declaration
[JsonProperty("asmService")]
public virtual string AsmService { get; set; }
Property Value
Type | Description |
---|---|
string |
ConnectionAttributes
Optional. Connection string attributes
Declaration
[JsonProperty("connectionAttributes")]
public virtual IDictionary<string, string> ConnectionAttributes { 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 |
Hostname
Required. Hostname for the Oracle ASM connection.
Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type | Description |
---|---|
string |
OracleSslConfig
Optional. SSL configuration for the Oracle connection.
Declaration
[JsonProperty("oracleSslConfig")]
public virtual OracleSslConfig OracleSslConfig { get; set; }
Property Value
Type | Description |
---|---|
OracleSslConfig |
Password
Required. Password for the Oracle ASM connection.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Port
Required. Port for the Oracle ASM connection.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type | Description |
---|---|
int? |
Username
Required. Username for the Oracle ASM connection.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type | Description |
---|---|
string |