public class ModifyEdgeIpSwitchRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyEdgeIpSwitchRequest() | 
| ModifyEdgeIpSwitchRequest(ModifyEdgeIpSwitchRequest 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 | getAutoChooseSubnet()Get 0 不自动选择子网
1 自动选择子网创建私有连接 | 
| EdgeIpSwitch[] | getEdgeIpSwitchLst()Get 操作开关详情 | 
| Long | getEnable()Get 0 关闭开关
1 打开开关
2 不操作开关,此次切换模式 | 
| Long | getSwitchMode()Get 0 切换为旁路
1 切换为串行
2 不切换模式,此次操作开关 | 
| void | setAutoChooseSubnet(Long AutoChooseSubnet)Set 0 不自动选择子网
1 自动选择子网创建私有连接 | 
| void | setEdgeIpSwitchLst(EdgeIpSwitch[] EdgeIpSwitchLst)Set 操作开关详情 | 
| void | setEnable(Long Enable)Set 0 关闭开关
1 打开开关
2 不操作开关,此次切换模式 | 
| void | setSwitchMode(Long SwitchMode)Set 0 切换为旁路
1 切换为串行
2 不切换模式,此次操作开关 | 
| 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, toJsonStringpublic ModifyEdgeIpSwitchRequest()
public ModifyEdgeIpSwitchRequest(ModifyEdgeIpSwitchRequest source)
public Long getEnable()
public void setEnable(Long Enable)
Enable - 0 关闭开关
1 打开开关
2 不操作开关,此次切换模式public EdgeIpSwitch[] getEdgeIpSwitchLst()
public void setEdgeIpSwitchLst(EdgeIpSwitch[] EdgeIpSwitchLst)
EdgeIpSwitchLst - 操作开关详情public Long getAutoChooseSubnet()
public void setAutoChooseSubnet(Long AutoChooseSubnet)
AutoChooseSubnet - 0 不自动选择子网
1 自动选择子网创建私有连接public Long getSwitchMode()
public void setSwitchMode(Long SwitchMode)
SwitchMode - 0 切换为旁路
1 切换为串行
2 不切换模式,此次操作开关Copyright © 2025. All rights reserved.