public class AddL3ConnRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddL3ConnRequest() |
AddL3ConnRequest(AddL3ConnRequest 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 |
getCidr1()
Get 设置互通网段CIDR1,支持: 10.0.0.0 - 10.255.255.255,172.16.0.0 - 172.31.255.255,192.168.0.0 - 192.168.255.255
|
String |
getCidr2()
Get 设置互通网段CIDR2,支持: 10.0.0.0 - 10.255.255.255,172.16.0.0 - 172.31.255.255,192.168.0.0 - 192.168.255.255
|
String |
getDescription()
Get 规则描述
|
String |
getDeviceId1()
Get CIDR1对应的设备ID
|
String |
getDeviceId2()
Get CIDR2对应的设备ID
|
void |
setCidr1(String Cidr1)
Set 设置互通网段CIDR1,支持: 10.0.0.0 - 10.255.255.255,172.16.0.0 - 172.31.255.255,192.168.0.0 - 192.168.255.255
|
void |
setCidr2(String Cidr2)
Set 设置互通网段CIDR2,支持: 10.0.0.0 - 10.255.255.255,172.16.0.0 - 172.31.255.255,192.168.0.0 - 192.168.255.255
|
void |
setDescription(String Description)
Set 规则描述
|
void |
setDeviceId1(String DeviceId1)
Set CIDR1对应的设备ID
|
void |
setDeviceId2(String DeviceId2)
Set CIDR2对应的设备ID
|
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 AddL3ConnRequest()
public AddL3ConnRequest(AddL3ConnRequest source)
public String getCidr1()
public void setCidr1(String Cidr1)
Cidr1
- 设置互通网段CIDR1,支持: 10.0.0.0 - 10.255.255.255,172.16.0.0 - 172.31.255.255,192.168.0.0 - 192.168.255.255public String getCidr2()
public void setCidr2(String Cidr2)
Cidr2
- 设置互通网段CIDR2,支持: 10.0.0.0 - 10.255.255.255,172.16.0.0 - 172.31.255.255,192.168.0.0 - 192.168.255.255public String getDeviceId1()
public void setDeviceId1(String DeviceId1)
DeviceId1
- CIDR1对应的设备IDpublic String getDeviceId2()
public void setDeviceId2(String DeviceId2)
DeviceId2
- CIDR2对应的设备IDpublic String getDescription()
public void setDescription(String Description)
Description
- 规则描述Copyright © 2025. All rights reserved.