public class MySQLModifyConnectParam extends AbstractModel
Constructor and Description |
---|
MySQLModifyConnectParam() |
MySQLModifyConnectParam(MySQLModifyConnectParam source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 当type为TDSQL_C_MYSQL时
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsUpdate()
Get 是否更新到关联的Datahub任务
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPassword()
Get MySQL连接源的密码
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPort()
Get MySQL的连接port【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResource()
Get MySQL连接源的实例资源【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getSelfBuilt()
Get 是否是自建的集群
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceVip()
Get MySQL连接源的实例vip【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUniqVpcId()
Get MySQL连接源的vpcId【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUserName()
Get MySQL连接源的用户名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterId(String ClusterId)
Set 当type为TDSQL_C_MYSQL时
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsUpdate(Boolean IsUpdate)
Set 是否更新到关联的Datahub任务
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPassword(String Password)
Set MySQL连接源的密码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPort(Long Port)
Set MySQL的连接port【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResource(String Resource)
Set MySQL连接源的实例资源【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSelfBuilt(Boolean SelfBuilt)
Set 是否是自建的集群
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceVip(String ServiceVip)
Set MySQL连接源的实例vip【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUniqVpcId(String UniqVpcId)
Set MySQL连接源的vpcId【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserName(String UserName)
Set MySQL连接源的用户名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MySQLModifyConnectParam()
public MySQLModifyConnectParam(MySQLModifyConnectParam source)
public String getResource()
public void setResource(String Resource)
Resource
- MySQL连接源的实例资源【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。public Long getPort()
public void setPort(Long Port)
Port
- MySQL的连接port【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。public String getServiceVip()
public void setServiceVip(String ServiceVip)
ServiceVip
- MySQL连接源的实例vip【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- MySQL连接源的vpcId【不支持修改】
注意:此字段可能返回 null,表示取不到有效值。public String getUserName()
public void setUserName(String UserName)
UserName
- MySQL连接源的用户名
注意:此字段可能返回 null,表示取不到有效值。public String getPassword()
public void setPassword(String Password)
Password
- MySQL连接源的密码
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsUpdate()
public void setIsUpdate(Boolean IsUpdate)
IsUpdate
- 是否更新到关联的Datahub任务
注意:此字段可能返回 null,表示取不到有效值。public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 当type为TDSQL_C_MYSQL时
注意:此字段可能返回 null,表示取不到有效值。public Boolean getSelfBuilt()
public void setSelfBuilt(Boolean SelfBuilt)
SelfBuilt
- 是否是自建的集群
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.