Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.SecurityGroup
-
Packages that use SecurityGroup Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of SecurityGroup in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return SecurityGroup Modifier and Type Method Description SecurityGroup[]
DescribeSecurityGroupResponse. getGroups()
Get 实例绑定的安全组信息。Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type SecurityGroup Modifier and Type Method Description void
DescribeSecurityGroupResponse. setGroups(SecurityGroup[] Groups)
Set 实例绑定的安全组信息。Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type SecurityGroup Constructor Description SecurityGroup(SecurityGroup 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.
-