public class GetVpnGatewayDiagnoseResultRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
diagnoseId
The ID of the diagnostic operation.
|
String |
regionId
The region ID of the VPN gateway.
|
String |
vpnGatewayId
The ID of the VPN gateway.
|
构造器和说明 |
---|
GetVpnGatewayDiagnoseResultRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetVpnGatewayDiagnoseResultRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDiagnoseId() |
String |
getRegionId() |
String |
getVpnGatewayId() |
GetVpnGatewayDiagnoseResultRequest |
setClientToken(String clientToken) |
GetVpnGatewayDiagnoseResultRequest |
setDiagnoseId(String diagnoseId) |
GetVpnGatewayDiagnoseResultRequest |
setRegionId(String regionId) |
GetVpnGatewayDiagnoseResultRequest |
setVpnGatewayId(String vpnGatewayId) |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
**
Description If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
example:02fb3da4-130e-11e9-8e44-001****
@NameInMap(value="DiagnoseId") public String diagnoseId
The ID of the diagnostic operation.
When you call the DiagnoseVpnGateway operation, the system returns a corresponding ID.
example:vpndgn-uf6kuxbe3iv028k3s****
@NameInMap(value="RegionId") public String regionId
The region ID of the VPN gateway.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-qingdao
@NameInMap(value="VpnGatewayId") public String vpnGatewayId
The ID of the VPN gateway.
example:vpn-uf6fzwp0ck3frwtbk****
public static GetVpnGatewayDiagnoseResultRequest build(Map<String,?> map) throws Exception
Exception
public GetVpnGatewayDiagnoseResultRequest setClientToken(String clientToken)
public String getClientToken()
public GetVpnGatewayDiagnoseResultRequest setDiagnoseId(String diagnoseId)
public String getDiagnoseId()
public GetVpnGatewayDiagnoseResultRequest setRegionId(String regionId)
public String getRegionId()
public GetVpnGatewayDiagnoseResultRequest setVpnGatewayId(String vpnGatewayId)
public String getVpnGatewayId()
Copyright © 2024. All rights reserved.