public class ModifyCustomDnsHostRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyCustomDnsHostRequest() |
ModifyCustomDnsHostRequest(ModifyCustomDnsHostRequest 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 |
getDnsName()
Get Dns名称 例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
|
String |
getDomainId()
Get 域名实例ID
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
String[] |
getIpSet()
Get IP地址列表 可选择:正常IP地址范围
|
void |
setDnsName(String DnsName)
Set Dns名称 例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
|
void |
setDomainId(String DomainId)
Set 域名实例ID
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
void |
setIpSet(String[] IpSet)
Set IP地址列表 可选择:正常IP地址范围
|
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, toJsonString
public ModifyCustomDnsHostRequest()
public ModifyCustomDnsHostRequest(ModifyCustomDnsHostRequest source)
public String getDomainId()
public void setDomainId(String DomainId)
DomainId
- 域名实例ID
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取public String getDnsName()
public void setDnsName(String DnsName)
DnsName
- Dns名称 例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式public String[] getIpSet()
public void setIpSet(String[] IpSet)
IpSet
- IP地址列表 可选择:正常IP地址范围Copyright © 2025. All rights reserved.