public class FwGroupSwitch extends AbstractModel
header, skipSign
Constructor and Description |
---|
FwGroupSwitch() |
FwGroupSwitch(FwGroupSwitch 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 |
---|---|
String |
getSwitchId()
Get 防火墙开关ID
支持三种类型
1.
|
Long |
getSwitchMode()
Get 防火墙实例的开关模式 1: 单点互通 2: 多点互通 3: 全互通 4: 自定义路由
|
void |
setSwitchId(String SwitchId)
Set 防火墙开关ID
支持三种类型
1.
|
void |
setSwitchMode(Long SwitchMode)
Set 防火墙实例的开关模式 1: 单点互通 2: 多点互通 3: 全互通 4: 自定义路由
|
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 FwGroupSwitch()
public FwGroupSwitch(FwGroupSwitch source)
public Long getSwitchMode()
public void setSwitchMode(Long SwitchMode)
SwitchMode
- 防火墙实例的开关模式 1: 单点互通 2: 多点互通 3: 全互通 4: 自定义路由public String getSwitchId()
public void setSwitchId(String SwitchId)
SwitchId
- 防火墙开关ID
支持三种类型
1. 边开关(单点互通)
2. 点开关(多点互通)
3. 全开关(全互通)Copyright © 2024. All rights reserved.