Uses of Class
com.tencentcloudapi.teo.v20220901.models.VanityNameServers
-
Packages that use VanityNameServers Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of VanityNameServers in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return VanityNameServers Modifier and Type Method Description VanityNameServersModifyZoneRequest. getVanityNameServers()Get 自定义站点信息,以替代系统默认分配的名称服务器。不填写保持原有配置。当站点是无域名接入方式时不允许传此参数。VanityNameServersZone. getVanityNameServers()Get 用户自定义 NS 信息。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type VanityNameServers Modifier and Type Method Description voidModifyZoneRequest. setVanityNameServers(VanityNameServers VanityNameServers)Set 自定义站点信息,以替代系统默认分配的名称服务器。不填写保持原有配置。当站点是无域名接入方式时不允许传此参数。voidZone. setVanityNameServers(VanityNameServers VanityNameServers)Set 用户自定义 NS 信息。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type VanityNameServers Constructor 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.
-