Uses of Class
com.tencentcloudapi.cfw.v20190904.models.DescAcItem
-
Packages that use DescAcItem Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of DescAcItem in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return DescAcItem Modifier and Type Method Description DescAcItem[]DescribeAclRuleResponse. getData()Get nat访问控制列表数据 注意:此字段可能返回 null,表示取不到有效值。DescAcItem[]DescribeNatAcRuleResponse. getData()Get nat访问控制列表数据 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type DescAcItem Modifier and Type Method Description voidDescribeAclRuleResponse. setData(DescAcItem[] Data)Set nat访问控制列表数据 注意:此字段可能返回 null,表示取不到有效值。voidDescribeNatAcRuleResponse. setData(DescAcItem[] Data)Set nat访问控制列表数据 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type DescAcItem Constructor Description DescAcItem(DescAcItem 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.
-