public static final class DescribeVpnGatewayResponseBody.ReservationData.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeVpnGatewayResponseBody.ReservationData.Builder reservationEndTime(String reservationEndTime)
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.
public DescribeVpnGatewayResponseBody.ReservationData.Builder reservationIpsec(String reservationIpsec)
* **enable** * **disable**
public DescribeVpnGatewayResponseBody.ReservationData.Builder reservationMaxConnections(Integer reservationMaxConnections)
public DescribeVpnGatewayResponseBody.ReservationData.Builder reservationOrderType(String reservationOrderType)
* **RENEWCHANGE**: renewal with upgrade or downgrade * **TEMP_UPGRADE**: temporary upgrade * **RENEW**: renewal
public DescribeVpnGatewayResponseBody.ReservationData.Builder reservationSpec(String reservationSpec)
public DescribeVpnGatewayResponseBody.ReservationData.Builder reservationSsl(String reservationSsl)
* **enable** * **disable**
public DescribeVpnGatewayResponseBody.ReservationData.Builder status(String status)
* **1**: indicates that the order of the renewal or specification change has not taken effect. * **2**: indicates that the order is an order for temporary upgrade and the order has taken effect. After the temporary upgrade expires, the system restores the VPN gateway to its previous specifications. In this case, **ReservationIpsec**, **ReservationMaxConnections**, **ReservationSpec**, and **ReservationSsl** indicate the previous specification.
public DescribeVpnGatewayResponseBody.ReservationData build()
Copyright © 2024. All rights reserved.