Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateDatabaseRegistrationDetails

The information about a new DatabaseRegistration.

Properties

aliasName

aliasName: string

Credential store alias.

compartmentId

compartmentId: string

The OCID of the compartment being referenced.

Optional connectionString

connectionString: undefined | string

Connect descriptor or Easy Connect Naming method used to connect to a database.

Optional databaseId

databaseId: undefined | string

The OCID of the database being referenced.

Optional definedTags

definedTags: undefined | object

Tags defined for this resource. Each key is predefined and scoped to a namespace.

Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}

Optional description

description: undefined | string

Metadata about this specific object.

displayName

displayName: string

An object's Display Name.

fqdn

fqdn: string

A three-label Fully Qualified Domain Name (FQDN) for a resource.

Optional freeformTags

freeformTags: undefined | object

A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.

Example: {@code {\"bar-key\": \"value\"}}

Optional ipAddress

ipAddress: undefined | string

The private IP address in the customer's VCN of the customer's endpoint, typically a database.

Optional keyId

keyId: undefined | string

Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

password

password: string

The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on.

Optional secretCompartmentId

secretCompartmentId: undefined | string

The OCID of the compartment where the GoldenGate Secret will be created. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

Optional sessionMode

sessionMode: SessionMode

The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.

Optional subnetId

subnetId: undefined | string

The OCID of the target subnet of the dedicated connection.

username

username: string

The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.

Optional vaultId

vaultId: undefined | string

Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.

Optional wallet

wallet: undefined | string

The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.

Functions

getDeserializedJsonObj

getJsonObj