All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ksyun.client.dts.describesourceuser.v20180108.DescribeSourceUserRequest Maven / Gradle / Ivy

Go to download

The KSYUN Web Services SDK for Java provides Java APIs for building software on KSYUN' cost-effective, scalable, and reliable infrastructure products. The KSYUN Java SDK allows developers to code against APIs for all of KSYUN's infrastructure web services (KSC S3, KSC KEC, KSC RDS etc).

The newest version!
package ksyun.client.dts.describesourceuser.v20180108;

import common.annotation.KsYunField;
import lombok.Data;

/**
 * @Classname DescribeSourceUserRequest
 * @Description 请求参数
 */
@Data
public class DescribeSourceUserRequest {
    /**
     * 源端mysql实例id
     */
    @KsYunField(name = "SourceInstanceId")
    private String SourceInstanceId;

    /**
     * 源库类型
     */
    @KsYunField(name = "SourceType")
    private String SourceType;

    /**
     * 源端mysql连接用户名
     */
    @KsYunField(name = "SourceUsername")
    private String SourceUsername;

    /**
     * 源端mysql连接密码
     */
    @KsYunField(name = "SourcePassword")
    private String SourcePassword;

    /**
     * 源端可用区
     */
    @KsYunField(name = "SourceRegion")
    private String SourceRegion;

    /**
     * 目标端实例类型
     */
    @KsYunField(name = "TargetType")
    private String TargetType;

    /**
     * 目标端实例id
     */
    @KsYunField(name = "TargetInstanceId")
    private String TargetInstanceId;

    /**
     * 目标端可用区
     */
    @KsYunField(name = "TargetRegion")
    private String TargetRegion;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy