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