Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DbSystemEndpoint

A particular functional endpoint for access to a DB System, and the properties that apply to it.

Properties

Optional hostname

hostname: undefined | string

The network address of the DB System.

ipAddress

ipAddress: string

The IP address the DB System is configured to listen on.

Optional modes

modes: Array<Modes>

The access modes from the client that this endpoint supports.

port

port: number

The port the MySQL instance listens on. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

portX

portX: number

The network port where to connect to use this endpoint using the X protocol. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional resourceId

resourceId: undefined | string

The OCID of the resource that this endpoint is attached to.

Optional resourceType

resourceType: ResourceType

The type of endpoint that clients and connectors can connect to.

Optional status

status: Status

The state of the endpoints, as far as it can seen from the DB System. There may be some inconsistency with the actual state of the MySQL service.

Optional statusDetails

statusDetails: undefined | string

Additional information about the current endpoint status.

Functions

getDeserializedJsonObj

getJsonObj