Uses of Class
com.tencentcloudapi.cfw.v20190904.models.SecurityGroupBothWayInfo
-
Packages that use SecurityGroupBothWayInfo Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of SecurityGroupBothWayInfo in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return SecurityGroupBothWayInfo Modifier and Type Method Description SecurityGroupBothWayInfo[]SecurityGroupListData. getBothWayInfo()Get 生成双向下发规则 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type SecurityGroupBothWayInfo Modifier and Type Method Description voidSecurityGroupListData. setBothWayInfo(SecurityGroupBothWayInfo[] BothWayInfo)Set 生成双向下发规则 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type SecurityGroupBothWayInfo Constructor Description SecurityGroupBothWayInfo(SecurityGroupBothWayInfo 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.
-