public class CreateVpnAttachmentResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
code
The status code returned by the current operation.
|
Long |
createTime
The timestamp generated when the IPsec-VPN connection was established.
|
String |
message
The information returned by the current operation.
|
String |
name
The name of the IPsec-VPN connection.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the current operation is successful.
|
String |
vpnConnectionId
The ID of the IPsec-VPN connection.
|
构造器和说明 |
---|
CreateVpnAttachmentResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateVpnAttachmentResponseBody |
build(Map<String,?> map) |
String |
getCode() |
Long |
getCreateTime() |
String |
getMessage() |
String |
getName() |
String |
getRequestId() |
Boolean |
getSuccess() |
String |
getVpnConnectionId() |
CreateVpnAttachmentResponseBody |
setCode(String code) |
CreateVpnAttachmentResponseBody |
setCreateTime(Long createTime) |
CreateVpnAttachmentResponseBody |
setMessage(String message) |
CreateVpnAttachmentResponseBody |
setName(String name) |
CreateVpnAttachmentResponseBody |
setRequestId(String requestId) |
CreateVpnAttachmentResponseBody |
setSuccess(Boolean success) |
CreateVpnAttachmentResponseBody |
setVpnConnectionId(String vpnConnectionId) |
@NameInMap(value="Code") public String code
The status code returned by the current operation. 200 indicates that the operation is successful.
example:200
@NameInMap(value="CreateTime") public Long createTime
The timestamp generated when the IPsec-VPN connection was established. Unit: milliseconds.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
example:1658201810000
@NameInMap(value="Message") public String message
The information returned by the current operation.
example:successful
@NameInMap(value="Name") public String name
The name of the IPsec-VPN connection.
example:nametest
@NameInMap(value="RequestId") public String requestId
The request ID.
example:88187252-0E26-3C4D-9D1D-32A04454EBBA
@NameInMap(value="Success") public Boolean success
Indicates whether the current operation is successful.
true
@NameInMap(value="VpnConnectionId") public String vpnConnectionId
The ID of the IPsec-VPN connection.
example:vco-p0wb09rama8qwwgfn****
public static CreateVpnAttachmentResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateVpnAttachmentResponseBody setCode(String code)
public String getCode()
public CreateVpnAttachmentResponseBody setCreateTime(Long createTime)
public Long getCreateTime()
public CreateVpnAttachmentResponseBody setMessage(String message)
public String getMessage()
public CreateVpnAttachmentResponseBody setName(String name)
public String getName()
public CreateVpnAttachmentResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateVpnAttachmentResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public CreateVpnAttachmentResponseBody setVpnConnectionId(String vpnConnectionId)
public String getVpnConnectionId()
Copyright © 2024. All rights reserved.