Uses of Class
com.tencentcloudapi.vpc.v20170312.models.ReplaceSecurityGroupPolicyResponse
-
Packages that use ReplaceSecurityGroupPolicyResponse Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of ReplaceSecurityGroupPolicyResponse in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 that return ReplaceSecurityGroupPolicyResponse Modifier and Type Method Description ReplaceSecurityGroupPolicyResponseVpcClient. ReplaceSecurityGroupPolicy(ReplaceSecurityGroupPolicyRequest req)本接口(ReplaceSecurityGroupPolicy)用于替换单条安全组规则(SecurityGroupPolicy)。 单个请求中只能替换单个方向的一条规则, 必须要指定索引(PolicyIndex)。 -
Uses of ReplaceSecurityGroupPolicyResponse in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type ReplaceSecurityGroupPolicyResponse Constructor Description ReplaceSecurityGroupPolicyResponse(ReplaceSecurityGroupPolicyResponse 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.
-