Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.SecurityGroup
-
Packages that use SecurityGroup Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of SecurityGroup in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return SecurityGroup Modifier and Type Method Description SecurityGroup[]DescribeDBSecurityGroupsResponse. getSecurityGroupSet()Get 安全组详情。SecurityGroup[]DescribeProjectSecurityGroupsResponse. getSecurityGroupSet()Get 安全组详情。Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type SecurityGroup Modifier and Type Method Description voidDescribeDBSecurityGroupsResponse. setSecurityGroupSet(SecurityGroup[] SecurityGroupSet)Set 安全组详情。voidDescribeProjectSecurityGroupsResponse. setSecurityGroupSet(SecurityGroup[] SecurityGroupSet)Set 安全组详情。Constructors in com.tencentcloudapi.sqlserver.v20180328.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.
-