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

ksyun.client.postgresql.createinstanceaccount.v20181225.CreateInstanceAccountRequest 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.postgresql.createinstanceaccount.v20181225;

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

/**
 * @Classname CreateInstanceAccountRequest
 * @Description 请求参数
 */
@Data
public class CreateInstanceAccountRequest {
    /**
     * 实例ID
     */
    @KsYunField(name = "DBInstanceIdentifier")
    private String DBInstanceIdentifier;

    /**
     * 账号名称
     * 

* ```json * 长度为2~16个字符,由小写字母、数字或下划线组成,但开头需为字母,结尾需为字母或数字 * ``` */ @KsYunField(name = "AccountName") private String AccountName; /** * 账号密码 */ @KsYunField(name = "AccountPassword") private String AccountPassword; /** * 账号描述 */ @KsYunField(name = "AccountDescription") private String AccountDescription; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy