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