Uses of Class
com.tencentcloudapi.postgres.v20170312.models.PolicyRule
-
Packages that use PolicyRule Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of PolicyRule in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return PolicyRule Modifier and Type Method Description PolicyRule[]SecurityGroup. getInbound()Get 入站规则PolicyRule[]SecurityGroup. getOutbound()Get 出站规则Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type PolicyRule Modifier and Type Method Description voidSecurityGroup. setInbound(PolicyRule[] Inbound)Set 入站规则voidSecurityGroup. setOutbound(PolicyRule[] Outbound)Set 出站规则Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type PolicyRule Constructor Description PolicyRule(PolicyRule 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.
-