public class DeleteInstanceRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
host
The endpoint of the database instance.
|
Integer |
port
The port number that is used to connect to the database instance.
|
String |
sid
The system ID (SID) of the database instance.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
DeleteInstanceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteInstanceRequest |
build(Map<String,?> map) |
String |
getHost() |
Integer |
getPort() |
String |
getSid() |
Long |
getTid() |
DeleteInstanceRequest |
setHost(String host) |
DeleteInstanceRequest |
setPort(Integer port) |
DeleteInstanceRequest |
setSid(String sid) |
DeleteInstanceRequest |
setTid(Long tid) |
@NameInMap(value="Host") public String host
The endpoint of the database instance. You can call the ListInstances or GetInstance operation to obtain the endpoint.
This parameter is required.
example:xxx.mysql.rds.aliyuncs.com
@NameInMap(value="Port") public Integer port
The port number that is used to connect to the database instance. You can call the ListInstances or GetInstance operation to obtain the port number.
This parameter is required.
example:3306
@NameInMap(value="Sid") public String sid
The system ID (SID) of the database instance. You can call the ListInstances or GetInstance operation to obtain the SID.
example:testSid
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to obtain the tenant ID.
example:3***
public static DeleteInstanceRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteInstanceRequest setHost(String host)
public String getHost()
public DeleteInstanceRequest setPort(Integer port)
public Integer getPort()
public DeleteInstanceRequest setSid(String sid)
public String getSid()
public DeleteInstanceRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.