| Package | Description |
|---|---|
| com.tencentcloudapi.teo.v20220901.models |
| Modifier and Type | Method and Description |
|---|---|
VanityNameServers |
NSDetail.getVanityNameServers()
Get 用户自定义 NS 服务器域名信息。如果启用了自定义 NS 服务,需要在域名注册厂商内将 NS 指向该地址。
|
VanityNameServers |
Zone.getVanityNameServers()
Get 用户自定义 NS 信息。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)
注意:此字段可能返回 null,表示取不到有效值。
|
VanityNameServers |
ModifyZoneRequest.getVanityNameServers()
Get 自定义站点信息,以替代系统默认分配的名称服务器。不填写保持原有配置。当站点是无域名接入方式时不允许传此参数。
|
| Modifier and Type | Method and Description |
|---|---|
void |
NSDetail.setVanityNameServers(VanityNameServers VanityNameServers)
Set 用户自定义 NS 服务器域名信息。如果启用了自定义 NS 服务,需要在域名注册厂商内将 NS 指向该地址。
|
void |
Zone.setVanityNameServers(VanityNameServers VanityNameServers)
Set 用户自定义 NS 信息。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ModifyZoneRequest.setVanityNameServers(VanityNameServers VanityNameServers)
Set 自定义站点信息,以替代系统默认分配的名称服务器。不填写保持原有配置。当站点是无域名接入方式时不允许传此参数。
|
| Constructor and Description |
|---|
VanityNameServers(VanityNameServers 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.
|
Copyright © 2025. All rights reserved.