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