public class RemoveVpcAcRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RemoveVpcAcRuleRequest() | 
| RemoveVpcAcRuleRequest(RemoveVpcAcRuleRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getIpVersion()Get 仅当RuleUuids为-1时有效;0:删除Ipv4规则,1:删除Ipv6规则;默认为Ipv4类型规则 | 
| Long[] | getRuleUuids()Get 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则 | 
| void | setIpVersion(Long IpVersion)Set 仅当RuleUuids为-1时有效;0:删除Ipv4规则,1:删除Ipv6规则;默认为Ipv4类型规则 | 
| void | setRuleUuids(Long[] RuleUuids)Set 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RemoveVpcAcRuleRequest()
public RemoveVpcAcRuleRequest(RemoveVpcAcRuleRequest source)
public Long[] getRuleUuids()
public void setRuleUuids(Long[] RuleUuids)
RuleUuids - 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则public Long getIpVersion()
public void setIpVersion(Long IpVersion)
IpVersion - 仅当RuleUuids为-1时有效;0:删除Ipv4规则,1:删除Ipv6规则;默认为Ipv4类型规则Copyright © 2025. All rights reserved.