public class FwCidrInfo extends AbstractModel
Constructor and Description |
---|
FwCidrInfo() |
FwCidrInfo(FwCidrInfo 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 |
getComFwCidr()
Get 其他防火墙占用网段,一般是防火墙需要独占vpc时指定的网段
|
FwVpcCidr[] |
getFwCidrLst()
Get 为每个vpc指定防火墙的网段
|
String |
getFwCidrType()
Get 防火墙使用的网段类型,值VpcSelf/Assis/Custom分别代表自有网段优先/扩展网段优先/自定义
|
void |
setComFwCidr(String ComFwCidr)
Set 其他防火墙占用网段,一般是防火墙需要独占vpc时指定的网段
|
void |
setFwCidrLst(FwVpcCidr[] FwCidrLst)
Set 为每个vpc指定防火墙的网段
|
void |
setFwCidrType(String FwCidrType)
Set 防火墙使用的网段类型,值VpcSelf/Assis/Custom分别代表自有网段优先/扩展网段优先/自定义
|
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 FwCidrInfo()
public FwCidrInfo(FwCidrInfo source)
public String getFwCidrType()
public void setFwCidrType(String FwCidrType)
FwCidrType
- 防火墙使用的网段类型,值VpcSelf/Assis/Custom分别代表自有网段优先/扩展网段优先/自定义public FwVpcCidr[] getFwCidrLst()
public void setFwCidrLst(FwVpcCidr[] FwCidrLst)
FwCidrLst
- 为每个vpc指定防火墙的网段public String getComFwCidr()
public void setComFwCidr(String ComFwCidr)
ComFwCidr
- 其他防火墙占用网段,一般是防火墙需要独占vpc时指定的网段Copyright © 2023. All rights reserved.