Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateMysqlConnectionDetails

The information about a new MySQL Connection.

Properties

Optional additionalAttributes

additionalAttributes: Array<NameValuePair>

An array of name-value pair attribute entries.

compartmentId

compartmentId: string

The OCID of the compartment.

Const connectionType

connectionType: string = "MYSQL"

databaseName

databaseName: string

The name of the database being referenced.

Optional dbSystemId

dbSystemId: undefined | string

The OCID of the database system being referenced.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional description

description: undefined | string

A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.

displayName

displayName: string

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

Optional host

host: undefined | string

The IP Address of the host.

keyId

keyId: string

The OCID of the key used in cryptographic operations.

Optional nsgIds

nsgIds: Array<string>

An array of Network Security Group OCIDs used to define network access for Connections.

password

password: string

The password (credential) used when creating or updating this resource.

Optional port

port: undefined | number

The port to be used for the connection. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional replicationPassword

replicationPassword: undefined | string

The password (credential) used when creating or updating this resource.

Optional replicationUsername

replicationUsername: undefined | string

The username (credential) used when creating or updating this resource.

securityProtocol

securityProtocol: string

Security Type for MySQL.

Optional sslCa

sslCa: undefined | string

Database Certificate - The base64 encoded content of mysql.pem file containing the server public key (for 1 and 2-way SSL).

Optional sslCert

sslCert: undefined | string

Client Certificate - The base64 encoded content of client-cert.pem file containing the client public key (for 2-way SSL).

Optional sslCrl

sslCrl: undefined | string

Certificates revoked by certificate authorities (CA). Server certificate must not be on this list (for 1 and 2-way SSL). Note: This is an optional and that too only applicable if TLS/MTLS option is selected.

Optional sslKey

sslKey: undefined | string

Client Key - The client-key.pem containing the client private key (for 2-way SSL).

Optional sslMode

sslMode: undefined | string

SSL modes for MySQL.

Optional subnetId

subnetId: undefined | string

OCI resource ID.

technologyType

technologyType: string

The type of MySQL source or target connection. Example: OCI_MYSQL represents OCI MySQL HeatWave Database Service

username

username: string

The username (credential) used when creating or updating this resource.

vaultId

vaultId: string

OCI resource ID.

Methods

getDeserializedJsonObj

getJsonObj