GetEnterpriseInstancesInstance

data class GetEnterpriseInstancesInstance(val dataLinkName: String, val databasePassword: String, val databaseUser: String, val dbaId: String, val dbaNickName: String, val ddlOnline: Int, val ecsInstanceId: String, val ecsRegion: String, val envType: String, val exportTimeout: Int, val host: String, val id: String, val instanceAlias: String, val instanceId: String, val instanceName: String, val instanceSource: String, val instanceType: String, val port: Int, val queryTimeout: Int, val safeRuleId: String, val sid: String, val status: String, val useDsql: Int, val vpcId: String)

Constructors

Link copied to clipboard
constructor(dataLinkName: String, databasePassword: String, databaseUser: String, dbaId: String, dbaNickName: String, ddlOnline: Int, ecsInstanceId: String, ecsRegion: String, envType: String, exportTimeout: Int, host: String, id: String, instanceAlias: String, instanceId: String, instanceName: String, instanceSource: String, instanceType: String, port: Int, queryTimeout: Int, safeRuleId: String, sid: String, status: String, useDsql: Int, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The logon password of the database instance.

Link copied to clipboard

The logon username of the database instance.

Link copied to clipboard

The name of the data link for the database instance.

Link copied to clipboard

The ID of the database administrator (DBA) of the database instance.

Link copied to clipboard

The nickname of the DBA.

Link copied to clipboard

Indicates whether the online data description language (DDL) service was enabled for the database instance.

Link copied to clipboard

The ID of the Elastic Compute Service (ECS) instance to which the database instance belongs.

Link copied to clipboard

The region where the database instance resides.

Link copied to clipboard

The type of the environment to which the database instance belongs.

Link copied to clipboard

The timeout period for exporting the database instance.

Link copied to clipboard

The endpoint of the database instance.

Link copied to clipboard
val id: String
Link copied to clipboard

The alias of the database instance.

Link copied to clipboard

The ID of the database instance.

Link copied to clipboard
Link copied to clipboard

The source of the database instance.

Link copied to clipboard

The ID of the database instance.

Link copied to clipboard
val port: Int

The connection port of the database instance.

Link copied to clipboard

The timeout period for querying the database instance.

Link copied to clipboard

The ID of the security rule for the database instance.

Link copied to clipboard
val sid: String

The system ID (SID) of the database instance.

Link copied to clipboard

Filter the results by status of the DMS Enterprise Instances. Valid values: NORMAL, UNAVAILABLE, UNKNOWN, DELETED, DISABLE.

Link copied to clipboard

Indicates whether cross-database query was enabled for the database instance.

Link copied to clipboard

The ID of the Virtual Private Cloud (VPC) to which the database instance belongs.