public static class DescribeVpnGatewaysResponseBody.DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
reservationEndTime
If the value of ReservationOrderType is TEMP_UPGRADE, this parameter indicates 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 order that has not taken effect.
|
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.
|
构造器和说明 |
---|
DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData() |
@NameInMap(value="ReservationEndTime") public String reservationEndTime
If the value of ReservationOrderType is TEMP_UPGRADE, this parameter indicates the time when the temporary upgrade expires.
If the value of ReservationOrderType is RENEWCHANGE or RENEW, this parameter indicates the time when the renewal or renewal with a specification change takes effect.
example:2021-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 order that has not taken effect. 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.
1
public DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData()
public static DescribeVpnGatewaysResponseBody.DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData build(Map<String,?> map) throws Exception
Exception
public DescribeVpnGatewaysResponseBody.DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData setReservationEndTime(String reservationEndTime)
public String getReservationEndTime()
public DescribeVpnGatewaysResponseBody.DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData setReservationIpsec(String reservationIpsec)
public String getReservationIpsec()
public DescribeVpnGatewaysResponseBody.DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData setReservationMaxConnections(Integer reservationMaxConnections)
public Integer getReservationMaxConnections()
public DescribeVpnGatewaysResponseBody.DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData setReservationOrderType(String reservationOrderType)
public String getReservationOrderType()
public DescribeVpnGatewaysResponseBody.DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData setReservationSpec(String reservationSpec)
public String getReservationSpec()
public DescribeVpnGatewaysResponseBody.DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData setReservationSsl(String reservationSsl)
public String getReservationSsl()
public DescribeVpnGatewaysResponseBody.DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.