OracleConnectionProfile class
Specifies connection parameters required specifically for Oracle databases.
Constructors
- OracleConnectionProfile({String? databaseService, ForwardSshTunnelConnectivity? forwardSshConnectivity, String? host, OracleAsmConfig? oracleAsmConfig, String? password, bool? passwordSet, int? port, PrivateConnectivity? privateConnectivity, SslConfig? ssl, StaticServiceIpConnectivity? staticServiceIpConnectivity, String? username})
- OracleConnectionProfile.fromJson(Map json_)
Properties
- databaseService ↔ String?
- 
  Database service for the Oracle connection.
  getter/setter pair
- forwardSshConnectivity ↔ ForwardSshTunnelConnectivity?
- 
  Forward SSH tunnel connectivity.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- host ↔ String?
- 
  The IP or hostname of the source Oracle database.
  getter/setter pair
- oracleAsmConfig ↔ OracleAsmConfig?
- 
  Configuration for Oracle ASM connection.
  getter/setter pair
- password ↔ String?
- 
  Input only.
  getter/setter pair
- passwordSet ↔ bool?
- 
  Indicates whether a new password is included in the request.
  getter/setter pair
- port ↔ int?
- 
  The network port of the source Oracle database.
  getter/setter pair
- privateConnectivity ↔ PrivateConnectivity?
- 
  Private connectivity.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- ssl ↔ SslConfig?
- 
  SSL configuration for the connection to the source Oracle database.
  getter/setter pair
- staticServiceIpConnectivity ↔ StaticServiceIpConnectivity?
- 
  Static Service IP connectivity.
  getter/setter pair
- username ↔ String?
- 
  The username that Database Migration Service will use to connect to the
database.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited