Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
OwnershipVerification |
CreateAccelerationDomainResponse.getOwnershipVerification()
Get 当您的站点未进行归属权验证时,您可通过该参数返回的信息单独对域名进行归属权校验。详情参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789)。
注意:此字段可能返回 null,表示取不到有效值。
|
OwnershipVerification |
AccelerationDomain.getOwnershipVerification()
Get 当域名需要进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。
注意:此字段可能返回 null,表示取不到有效值。
|
OwnershipVerification |
Zone.getOwnershipVerification()
Get 归属权验证信息。
注意:此字段可能返回 null,表示取不到有效值。
|
OwnershipVerification |
CreateZoneResponse.getOwnershipVerification()
Get 站点归属权验证信息。站点完成创建后,您还需要完成归属权校验,站点才能正常服务。
Type = partial 时,您需要参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789) 前往您的域名解析服务商添加 TXT 记录或者前往根域名服务器添加文件,再调用接口 [VerifyOwnership]() 完成验证;
Type = full 时,您需要参考 [修改 DNS 服务器](https://cloud.tencent.com/document/product/1552/90452) 切换 DNS 服务器即可,可通过接口 [VerifyOwnership]() 查询 DNS 是否切换成功;
Type = noDomainAccess 时,该值为空,不需要进行任何操作。
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
CreateAccelerationDomainResponse.setOwnershipVerification(OwnershipVerification OwnershipVerification)
Set 当您的站点未进行归属权验证时,您可通过该参数返回的信息单独对域名进行归属权校验。详情参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789)。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
AccelerationDomain.setOwnershipVerification(OwnershipVerification OwnershipVerification)
Set 当域名需要进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
Zone.setOwnershipVerification(OwnershipVerification OwnershipVerification)
Set 归属权验证信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateZoneResponse.setOwnershipVerification(OwnershipVerification OwnershipVerification)
Set 站点归属权验证信息。站点完成创建后,您还需要完成归属权校验,站点才能正常服务。
Type = partial 时,您需要参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789) 前往您的域名解析服务商添加 TXT 记录或者前往根域名服务器添加文件,再调用接口 [VerifyOwnership]() 完成验证;
Type = full 时,您需要参考 [修改 DNS 服务器](https://cloud.tencent.com/document/product/1552/90452) 切换 DNS 服务器即可,可通过接口 [VerifyOwnership]() 查询 DNS 是否切换成功;
Type = noDomainAccess 时,该值为空,不需要进行任何操作。
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
OwnershipVerification(OwnershipVerification 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 © 2023. All rights reserved.