GetInstancesInstance

data class GetInstancesInstance(val createTime: String, val destinationEndpointEngineName: String, val destinationRegion: String, val dtsInstanceId: String, val id: String, val instanceClass: String, val instanceName: String, val paymentType: String, val resourceGroupId: String, val sourceEndpointEngineName: String, val sourceRegion: String, val status: String, val tags: Map<String, String>? = null, val type: String)

Constructors

Link copied to clipboard
constructor(createTime: String, destinationEndpointEngineName: String, destinationRegion: String, dtsInstanceId: String, id: String, instanceClass: String, instanceName: String, paymentType: String, resourceGroupId: String, sourceEndpointEngineName: String, sourceRegion: String, status: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Instance creation time

Link copied to clipboard

The target database engine type.

Link copied to clipboard

The destination instance region.

Link copied to clipboard

The ID of the subscription instance.

Link copied to clipboard
val id: String

The ID of the instance.

Link copied to clipboard

The type of the migration or synchronization instance.- The specifications of the migration instance: xxlarge, xlarge, large, medium, small.- The types of synchronization instances: large, medium, small, micro.

Link copied to clipboard
Link copied to clipboard

The payment type of the resource.

Link copied to clipboard

Resource Group ID

Link copied to clipboard

Source instance database engine type.

Link copied to clipboard

The source instance region.

Link copied to clipboard

Instance status.

Link copied to clipboard
val tags: Map<String, String>? = null

The tag value corresponding to the tag key.

Link copied to clipboard

The instance type. Valid values: -MIGRATION: MIGRATION.-SYNC: synchronization.-SUBSCRIBE: SUBSCRIBE.