public class CreateVpnGatewayResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
name
The name of the VPN gateway.
|
Long |
orderId
The order ID.
|
String |
requestId
The request ID.
|
String |
vpnGatewayId
The ID of the VPN gateway.
|
构造器和说明 |
---|
CreateVpnGatewayResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateVpnGatewayResponseBody |
build(Map<String,?> map) |
String |
getName() |
Long |
getOrderId() |
String |
getRequestId() |
String |
getVpnGatewayId() |
CreateVpnGatewayResponseBody |
setName(String name) |
CreateVpnGatewayResponseBody |
setOrderId(Long orderId) |
CreateVpnGatewayResponseBody |
setRequestId(String requestId) |
CreateVpnGatewayResponseBody |
setVpnGatewayId(String vpnGatewayId) |
@NameInMap(value="Name") public String name
The name of the VPN gateway.
example:MYVPN
@NameInMap(value="OrderId") public Long orderId
The order ID.
If automatic payment is disabled, you must manually complete the payment for the VPN gateway in the Alibaba Cloud Management console.
example:208240895400460
@NameInMap(value="RequestId") public String requestId
The request ID.
example:EB2C156A-41F8-49CC-A756-D55AFC8BFD69
@NameInMap(value="VpnGatewayId") public String vpnGatewayId
The ID of the VPN gateway.
example:vpn-uf68lxhgr7ftbqr3p****
public static CreateVpnGatewayResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateVpnGatewayResponseBody setName(String name)
public String getName()
public CreateVpnGatewayResponseBody setOrderId(Long orderId)
public Long getOrderId()
public CreateVpnGatewayResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateVpnGatewayResponseBody setVpnGatewayId(String vpnGatewayId)
public String getVpnGatewayId()
Copyright © 2024. All rights reserved.