Show / Hide Table of Contents

Class OracleAsmConfig

Configuration for Oracle Automatic Storage Management (ASM) connection.

Inheritance
object
OracleAsmConfig
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.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

Optional. Password for the Oracle ASM connection. Mutually exclusive with the secret_manager_stored_password field.

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?

SecretManagerStoredPassword

Optional. A reference to a Secret Manager resource name storing the Oracle ASM connection password. Mutually exclusive with the password field.

Declaration
[JsonProperty("secretManagerStoredPassword")]
public virtual string SecretManagerStoredPassword { get; set; }
Property Value
Type Description
string

Username

Required. Username for the Oracle ASM connection.

Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX