public class SetVpnGatewaysRenewFlagRequest extends AbstractModel
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 Status of auto-renewal
Values: `0` (Follow original), `1` (Enable auto-renewal), `2` (Disable auto-renewal)
|
String |
getType()
Get VPNGW type: `IPSEC`, `SSL`
|
String[] |
getVpnGatewayIds()
Get VPN gateway IDs
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set Status of auto-renewal
Values: `0` (Follow original), `1` (Enable auto-renewal), `2` (Disable auto-renewal)
|
void |
setType(String Type)
Set VPNGW type: `IPSEC`, `SSL`
|
void |
setVpnGatewayIds(String[] VpnGatewayIds)
Set VPN gateway IDs
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SetVpnGatewaysRenewFlagRequest()
public SetVpnGatewaysRenewFlagRequest(SetVpnGatewaysRenewFlagRequest source)
public String[] getVpnGatewayIds()
public void setVpnGatewayIds(String[] VpnGatewayIds)
VpnGatewayIds
- VPN gateway IDspublic Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- Status of auto-renewal
Values: `0` (Follow original), `1` (Enable auto-renewal), `2` (Disable auto-renewal)public String getType()
public void setType(String Type)
Type
- VPNGW type: `IPSEC`, `SSL`Copyright © 2023. All rights reserved.