Uses of Class
com.tencentcloudapi.redis.v20180412.models.SecurityGroupsInboundAndOutbound
-
Packages that use SecurityGroupsInboundAndOutbound Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of SecurityGroupsInboundAndOutbound in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return SecurityGroupsInboundAndOutbound Modifier and Type Method Description SecurityGroupsInboundAndOutbound[]SecurityGroupDetail. getInboundRule()Get 安全组入站规则,即控制访问数据库的来源。SecurityGroupsInboundAndOutbound[]SecurityGroupDetail. getOutboundRule()Get 安全组出站规则。Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type SecurityGroupsInboundAndOutbound Modifier and Type Method Description voidSecurityGroupDetail. setInboundRule(SecurityGroupsInboundAndOutbound[] InboundRule)Set 安全组入站规则,即控制访问数据库的来源。voidSecurityGroupDetail. setOutboundRule(SecurityGroupsInboundAndOutbound[] OutboundRule)Set 安全组出站规则。Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type SecurityGroupsInboundAndOutbound Constructor Description SecurityGroupsInboundAndOutbound(SecurityGroupsInboundAndOutbound 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.
-