public static class DescribeVpnGatewayResponseBody.DescribeVpnGatewayResponseBodyReservationData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
reservationEndTime
If the order type is TEMP_UPGRADE (temporary upgrade), this parameter specifies the time when the temporary upgrade expires.
|
String |
reservationIpsec
The IPsec-VPN status of the pending order.
|
Integer |
reservationMaxConnections
The maximum number of concurrent SSL-VPN connections of the pending order.
|
String |
reservationOrderType
The type of the pending order.
|
String |
reservationSpec
The bandwidth of the pending order.
|
String |
reservationSsl
The SSL-VPN status of the pending order.
|
String |
status
The status of the pending order.
|
构造器和说明 |
---|
DescribeVpnGatewayResponseBodyReservationData() |
@NameInMap(value="ReservationEndTime") public String reservationEndTime
If the order type is TEMP_UPGRADE (temporary upgrade), this parameter specifies the time when the temporary upgrade expires.
If the order type is RENEWCHANGE (renewal with a specification change) or RENEW (renewal), this parameter indicates the time when the renewal or renewal with a specification change takes effect.
example:2020-07-20T16:00:00Z
@NameInMap(value="ReservationIpsec") public String reservationIpsec
The IPsec-VPN status of the pending order. Valid values:
enable
@NameInMap(value="ReservationMaxConnections") public Integer reservationMaxConnections
The maximum number of concurrent SSL-VPN connections of the pending order.
example:5
@NameInMap(value="ReservationOrderType") public String reservationOrderType
The type of the pending order. Valid values:
TEMP_UPGRADE
@NameInMap(value="ReservationSpec") public String reservationSpec
The bandwidth of the pending order. Unit: Mbit/s.
example:5
@NameInMap(value="ReservationSsl") public String reservationSsl
The SSL-VPN status of the pending order. Valid values:
enable
@NameInMap(value="Status") public String status
The status of the pending order. Valid values:
1
public DescribeVpnGatewayResponseBodyReservationData()
public static DescribeVpnGatewayResponseBody.DescribeVpnGatewayResponseBodyReservationData build(Map<String,?> map) throws Exception
Exception
public DescribeVpnGatewayResponseBody.DescribeVpnGatewayResponseBodyReservationData setReservationEndTime(String reservationEndTime)
public String getReservationEndTime()
public DescribeVpnGatewayResponseBody.DescribeVpnGatewayResponseBodyReservationData setReservationIpsec(String reservationIpsec)
public String getReservationIpsec()
public DescribeVpnGatewayResponseBody.DescribeVpnGatewayResponseBodyReservationData setReservationMaxConnections(Integer reservationMaxConnections)
public Integer getReservationMaxConnections()
public DescribeVpnGatewayResponseBody.DescribeVpnGatewayResponseBodyReservationData setReservationOrderType(String reservationOrderType)
public String getReservationOrderType()
public DescribeVpnGatewayResponseBody.DescribeVpnGatewayResponseBodyReservationData setReservationSpec(String reservationSpec)
public String getReservationSpec()
public DescribeVpnGatewayResponseBody.DescribeVpnGatewayResponseBodyReservationData setReservationSsl(String reservationSsl)
public String getReservationSsl()
public DescribeVpnGatewayResponseBody.DescribeVpnGatewayResponseBodyReservationData setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.