public class SetVpnGatewaysRenewFlagRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SetVpnGatewaysRenewFlagRequest() |
SetVpnGatewaysRenewFlagRequest(SetVpnGatewaysRenewFlagRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAutoRenewFlag()
Get 自动续费标记 [0, 1, 2]
0表示默认状态(初始状态), 1表示自动续费,2表示明确不自动续费。
|
String |
getType()
Get VPNGW类型['IPSEC', 'SSL'], 默认为IPSEC。
|
String[] |
getVpnGatewayIds()
Get VPNGW字符型ID列表。可通过[DescribeVpnGateways](https://cloud.tencent.com/document/api/215/17514)接口返回值VpnGatewaySet中的VpnGatewayId获取,只能选择包年包月的VPN实例。
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费标记 [0, 1, 2]
0表示默认状态(初始状态), 1表示自动续费,2表示明确不自动续费。
|
void |
setType(String Type)
Set VPNGW类型['IPSEC', 'SSL'], 默认为IPSEC。
|
void |
setVpnGatewayIds(String[] VpnGatewayIds)
Set VPNGW字符型ID列表。可通过[DescribeVpnGateways](https://cloud.tencent.com/document/api/215/17514)接口返回值VpnGatewaySet中的VpnGatewayId获取,只能选择包年包月的VPN实例。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SetVpnGatewaysRenewFlagRequest()
public SetVpnGatewaysRenewFlagRequest(SetVpnGatewaysRenewFlagRequest source)
public String[] getVpnGatewayIds()
public void setVpnGatewayIds(String[] VpnGatewayIds)
VpnGatewayIds
- VPNGW字符型ID列表。可通过[DescribeVpnGateways](https://cloud.tencent.com/document/api/215/17514)接口返回值VpnGatewaySet中的VpnGatewayId获取,只能选择包年包月的VPN实例。public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- 自动续费标记 [0, 1, 2]
0表示默认状态(初始状态), 1表示自动续费,2表示明确不自动续费。public String getType()
public void setType(String Type)
Type
- VPNGW类型['IPSEC', 'SSL'], 默认为IPSEC。Copyright © 2024. All rights reserved.