public static class TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
allowedCIDRs |
String |
databaseName
The database name.
|
String |
hostName
The endpoint of the database.
|
String |
networkType
The network type.
|
String |
password
The password that is used for authentication.
|
Integer |
port
The port that is used to connect to the database.
|
String |
regionId
The region ID.
|
String |
securityGroupId
The ID of the security group.
|
String |
snapshotMode |
String |
tableNames
The table name.
|
String |
user
The username that is used to log on to the database.
|
String |
vpcId
The virtual private cloud (VPC) ID.
|
String |
vSwitchIds
The vSwitch ID.
|
| 构造器和说明 |
|---|
TestEventSourceConfigRequestSourceMySQLParameters() |
@NameInMap(value="AllowedCIDRs") public String allowedCIDRs
@NameInMap(value="DatabaseName") public String databaseName
The database name.
example:database1
@NameInMap(value="HostName") public String hostName
The endpoint of the database.
example:rm-bp1vxxx.mysql.rds.aliyuncs.com
@NameInMap(value="NetworkType") public String networkType
The network type.
Valid values:
PrivateNetwork
@NameInMap(value="Password") public String password
The password that is used for authentication.
example:1234xxx
@NameInMap(value="Port") public Integer port
The port that is used to connect to the database.
example:80
@NameInMap(value="RegionId") public String regionId
The region ID.
example:cn-hangzhou
@NameInMap(value="SecurityGroupId") public String securityGroupId
The ID of the security group.
example:sg-xxx
@NameInMap(value="SnapshotMode") public String snapshotMode
@NameInMap(value="TableNames") public String tableNames
The table name. The name must be prefixed with the database name. ${DatabaseName}.${TableName}
example:database1.table1
@NameInMap(value="User") public String user
The username that is used to log on to the database.
example:user***
@NameInMap(value="VSwitchIds") public String vSwitchIds
The vSwitch ID.
example:vsw-bp1gb7xxx
@NameInMap(value="VpcId") public String vpcId
The virtual private cloud (VPC) ID.
example:vpc-xxx
public TestEventSourceConfigRequestSourceMySQLParameters()
public static TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters build(Map<String,?> map) throws Exception
Exceptionpublic TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setAllowedCIDRs(String allowedCIDRs)
public String getAllowedCIDRs()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setDatabaseName(String databaseName)
public String getDatabaseName()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setHostName(String hostName)
public String getHostName()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setNetworkType(String networkType)
public String getNetworkType()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setPassword(String password)
public String getPassword()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setPort(Integer port)
public Integer getPort()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setRegionId(String regionId)
public String getRegionId()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setSnapshotMode(String snapshotMode)
public String getSnapshotMode()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setTableNames(String tableNames)
public String getTableNames()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setUser(String user)
public String getUser()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setVSwitchIds(String vSwitchIds)
public String getVSwitchIds()
public TestEventSourceConfigRequest.TestEventSourceConfigRequestSourceMySQLParameters setVpcId(String vpcId)
public String getVpcId()
Copyright © 2026. All rights reserved.