public class DeleteIp6TranslatorsRequest extends AbstractModel
Constructor and Description |
---|
DeleteIp6TranslatorsRequest() |
DeleteIp6TranslatorsRequest(DeleteIp6TranslatorsRequest 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[] |
getIp6TranslatorIds()
Get 待释放的IPV6转换实例的唯一ID,形如‘ip6-xxxxxxxx’
|
void |
setIp6TranslatorIds(String[] Ip6TranslatorIds)
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 DeleteIp6TranslatorsRequest()
public DeleteIp6TranslatorsRequest(DeleteIp6TranslatorsRequest source)
public String[] getIp6TranslatorIds()
public void setIp6TranslatorIds(String[] Ip6TranslatorIds)
Ip6TranslatorIds
- 待释放的IPV6转换实例的唯一ID,形如‘ip6-xxxxxxxx’Copyright © 2022. All rights reserved.