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.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.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

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

Password

Required. Input only. Password for the Oracle ASM connection.

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

PasswordSet

Output only. Indicates whether a new password is included in the request.

Declaration
[JsonProperty("passwordSet")]
public virtual bool? PasswordSet { get; set; }
Property Value
Type Description
bool?

Port

Required. Port for the Oracle ASM connection.

Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type Description
int?

Ssl

Optional. SSL configuration for the Oracle connection.

Declaration
[JsonProperty("ssl")]
public virtual SslConfig Ssl { get; set; }
Property Value
Type Description
SslConfig

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