Uses of Class
com.tencentcloudapi.cfw.v20190904.models.NatFwInstance
-
Packages that use NatFwInstance Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of NatFwInstance in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return NatFwInstance Modifier and Type Method Description NatFwInstance[]DescribeNatFwInstanceResponse. getNatinsLst()Get 实例数组NatFwInstance[]DescribeNatFwInstanceWithRegionResponse. getNatinsLst()Get 实例数组 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type NatFwInstance Modifier and Type Method Description voidDescribeNatFwInstanceResponse. setNatinsLst(NatFwInstance[] NatinsLst)Set 实例数组voidDescribeNatFwInstanceWithRegionResponse. setNatinsLst(NatFwInstance[] NatinsLst)Set 实例数组 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type NatFwInstance Constructor Description NatFwInstance(NatFwInstance 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.
-