Uses of Class
com.tencentcloudapi.cfw.v20190904.models.NatSwitchListData
-
Packages that use NatSwitchListData Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of NatSwitchListData in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return NatSwitchListData Modifier and Type Method Description NatSwitchListData[]DescribeNatSwitchListResponse. getData()Get NAT边界防火墙开关列表数据Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type NatSwitchListData Modifier and Type Method Description voidDescribeNatSwitchListResponse. setData(NatSwitchListData[] Data)Set NAT边界防火墙开关列表数据Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type NatSwitchListData Constructor Description NatSwitchListData(NatSwitchListData 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.
-