public class SetVpnGatewaysRenewFlagRequest extends AbstractModel
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']
|
String[] |
getVpnGatewayIds()
Get VPNGW字符型ID列表
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费标记[0, 1, 2]
0表示默认状态(初始状态), 1表示自动续费,2表示明确不自动续费
|
void |
setType(String Type)
Set VPNGW类型['IPSEC', 'SSL']
|
void |
setVpnGatewayIds(String[] VpnGatewayIds)
Set VPNGW字符型ID列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SetVpnGatewaysRenewFlagRequest()
public SetVpnGatewaysRenewFlagRequest(SetVpnGatewaysRenewFlagRequest source)
public String[] getVpnGatewayIds()
public void setVpnGatewayIds(String[] VpnGatewayIds)
VpnGatewayIds
- VPNGW字符型ID列表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']Copyright © 2022. All rights reserved.