GetEnterpriseDatabasesDatabase

data class GetEnterpriseDatabasesDatabase(val catalogName: String, val databaseId: String, val dbType: String, val dbaId: String, val dbaName: String, val encoding: String, val envType: String, val host: String, val id: String, val instanceId: String, val ownerIdLists: List<String>, val ownerNameLists: List<String>, val port: Int, val schemaName: String, val searchName: String, val sid: String, val state: String)

Constructors

Link copied to clipboard
constructor(catalogName: String, databaseId: String, dbType: String, dbaId: String, dbaName: String, encoding: String, envType: String, host: String, id: String, instanceId: String, ownerIdLists: List<String>, ownerNameLists: List<String>, port: Int, schemaName: String, searchName: String, sid: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Database Directory.> PG Series databases will display the database name.

Link copied to clipboard

The ID of the physical library.

Link copied to clipboard

The DBA user ID of the target database.

Link copied to clipboard

The DBA nickname of the target Library.

Link copied to clipboard

Database type.

Link copied to clipboard

Database encoding.

Link copied to clipboard

The environment type of the database.

Link copied to clipboard

The database connection address.

Link copied to clipboard
val id: String

The Database ID, same value as database_id.

Link copied to clipboard

The instance ID of the target database.

Link copied to clipboard

Library Owner User ID list.

Link copied to clipboard

Library Owner nickname list.

Link copied to clipboard
val port: Int

The connection port of the database.

Link copied to clipboard

The name of the database.> PG Series databases will display schema names.

Link copied to clipboard

Library search name.

Link copied to clipboard
val sid: String

Database SID.> only Oracle Database Display.

Link copied to clipboard

Library status, value description:-NORMAL: NORMAL-DISABLE: Disabled-OFFLINE: OFFLINE-NOT_EXIST: does not exist