public class RemoveIp6RulesRequest extends AbstractModel
Constructor and Description |
---|
RemoveIp6RulesRequest() |
RemoveIp6RulesRequest(RemoveIp6RulesRequest 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 |
---|---|
String[] |
getIp6RuleIds()
Get 待删除IPV6转换规则,形如rule6-xxxxxxxx
|
String |
getIp6TranslatorId()
Get IPV6转换规则所属的转换实例唯一ID,形如ip6-xxxxxxxx
|
void |
setIp6RuleIds(String[] Ip6RuleIds)
Set 待删除IPV6转换规则,形如rule6-xxxxxxxx
|
void |
setIp6TranslatorId(String Ip6TranslatorId)
Set IPV6转换规则所属的转换实例唯一ID,形如ip6-xxxxxxxx
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RemoveIp6RulesRequest()
public RemoveIp6RulesRequest(RemoveIp6RulesRequest source)
public String getIp6TranslatorId()
public void setIp6TranslatorId(String Ip6TranslatorId)
Ip6TranslatorId
- IPV6转换规则所属的转换实例唯一ID,形如ip6-xxxxxxxxpublic String[] getIp6RuleIds()
public void setIp6RuleIds(String[] Ip6RuleIds)
Ip6RuleIds
- 待删除IPV6转换规则,形如rule6-xxxxxxxxCopyright © 2022. All rights reserved.