public class GetVpnGatewayDiagnoseResultResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
GetVpnGatewayDiagnoseResultResponseBody.GetVpnGatewayDiagnoseResultResponseBodyDiagnoseResult |
限定符和类型 | 字段和说明 |
---|---|
String |
beginTime
The time when the diagnostic started.
|
String |
diagnoseId
The ID of the diagnostic.
|
List<GetVpnGatewayDiagnoseResultResponseBody.GetVpnGatewayDiagnoseResultResponseBodyDiagnoseResult> |
diagnoseResult
The information about the diagnostic items.
|
Integer |
finishedCount
The number of diagnostic items that have been diagnosed.
|
String |
finishTime
The timestamp when the system finishes diagnosing the item.
|
String |
requestId
The request ID.
|
String |
resourceInstanceId
The ID of the resource that is diagnosed.
|
String |
resourceType
The type of the resource.
|
Integer |
totalCount
The total number of diagnostic items.
|
String |
vpnGatewayId
The ID of the VPN gateway.
|
构造器和说明 |
---|
GetVpnGatewayDiagnoseResultResponseBody() |
@NameInMap(value="BeginTime") public String beginTime
The time when the diagnostic started.
The time follows the ISO8601 standard in the yyyy-MM-ddTHH:mm:ssZ
format. The time is displayed in UTC.
2022-12-15T05:28:57Z
@NameInMap(value="DiagnoseId") public String diagnoseId
The ID of the diagnostic.
example:vpndgn-uf6sgneym02lxyuv4****
@NameInMap(value="DiagnoseResult") public List<GetVpnGatewayDiagnoseResultResponseBody.GetVpnGatewayDiagnoseResultResponseBodyDiagnoseResult> diagnoseResult
The information about the diagnostic items.
@NameInMap(value="FinishTime") public String finishTime
The timestamp when the system finishes diagnosing the item.
The time follows the ISO8601 standard in the yyyy-MM-ddTHH:mm:ssZ
format. The time is displayed in UTC.
2022-12-15T05:29:08Z
@NameInMap(value="FinishedCount") public Integer finishedCount
The number of diagnostic items that have been diagnosed.
example:7
@NameInMap(value="RequestId") public String requestId
The request ID.
example:312C4D5A-6563-5FC6-8C6E-A43A5A316FEB
@NameInMap(value="ResourceInstanceId") public String resourceInstanceId
The ID of the resource that is diagnosed.
example:vco-uf6huqsu63azl7mdp****
@NameInMap(value="ResourceType") public String resourceType
The type of the resource.
The value is set to IPsec, which indicates an IPsec-VPN connection.
example:IPsec
@NameInMap(value="TotalCount") public Integer totalCount
The total number of diagnostic items.
example:7
@NameInMap(value="VpnGatewayId") public String vpnGatewayId
The ID of the VPN gateway.
example:vpn-uf6fzwp0ck3frwtbk****
public static GetVpnGatewayDiagnoseResultResponseBody build(Map<String,?> map) throws Exception
Exception
public GetVpnGatewayDiagnoseResultResponseBody setBeginTime(String beginTime)
public String getBeginTime()
public GetVpnGatewayDiagnoseResultResponseBody setDiagnoseId(String diagnoseId)
public String getDiagnoseId()
public GetVpnGatewayDiagnoseResultResponseBody setDiagnoseResult(List<GetVpnGatewayDiagnoseResultResponseBody.GetVpnGatewayDiagnoseResultResponseBodyDiagnoseResult> diagnoseResult)
public List<GetVpnGatewayDiagnoseResultResponseBody.GetVpnGatewayDiagnoseResultResponseBodyDiagnoseResult> getDiagnoseResult()
public GetVpnGatewayDiagnoseResultResponseBody setFinishTime(String finishTime)
public String getFinishTime()
public GetVpnGatewayDiagnoseResultResponseBody setFinishedCount(Integer finishedCount)
public Integer getFinishedCount()
public GetVpnGatewayDiagnoseResultResponseBody setRequestId(String requestId)
public String getRequestId()
public GetVpnGatewayDiagnoseResultResponseBody setResourceInstanceId(String resourceInstanceId)
public String getResourceInstanceId()
public GetVpnGatewayDiagnoseResultResponseBody setResourceType(String resourceType)
public String getResourceType()
public GetVpnGatewayDiagnoseResultResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
public GetVpnGatewayDiagnoseResultResponseBody setVpnGatewayId(String vpnGatewayId)
public String getVpnGatewayId()
Copyright © 2024. All rights reserved.