public class CreatePrivateZoneRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreatePrivateZoneRequest() | 
| CreatePrivateZoneRequest(CreatePrivateZoneRequest 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 | 
|---|---|
| AccountVpcInfo[] | getAccountVpcSet()Get 创建私有域同时绑定关联账号的VPC | 
| String | getCnameSpeedupStatus()Get 是否CNAME加速:ENABLED,DISABLED,默认值为ENABLED | 
| String | getDnsForwardStatus()Get 是否开启子域名递归, ENABLED, DISABLED。默认值为ENABLED | 
| String | getDomain()Get 域名,格式必须是标准的TLD | 
| String | getRemark()Get 备注 | 
| TagInfo[] | getTagSet()Get 创建私有域的同时,为其打上标签 | 
| VpcInfo[] | getVpcs()Deprecated.   | 
| VpcInfo[] | getVpcSet()Get 创建私有域的同时,将其关联至VPC | 
| void | setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)Set 创建私有域同时绑定关联账号的VPC | 
| void | setCnameSpeedupStatus(String CnameSpeedupStatus)Set 是否CNAME加速:ENABLED,DISABLED,默认值为ENABLED | 
| void | setDnsForwardStatus(String DnsForwardStatus)Set 是否开启子域名递归, ENABLED, DISABLED。默认值为ENABLED | 
| void | setDomain(String Domain)Set 域名,格式必须是标准的TLD | 
| void | setRemark(String Remark)Set 备注 | 
| void | setTagSet(TagInfo[] TagSet)Set 创建私有域的同时,为其打上标签 | 
| void | setVpcs(VpcInfo[] Vpcs)Deprecated.   | 
| void | setVpcSet(VpcInfo[] VpcSet)Set 创建私有域的同时,将其关联至VPC | 
| 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, toJsonStringpublic CreatePrivateZoneRequest()
public CreatePrivateZoneRequest(CreatePrivateZoneRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - 域名,格式必须是标准的TLDpublic TagInfo[] getTagSet()
public void setTagSet(TagInfo[] TagSet)
TagSet - 创建私有域的同时,为其打上标签public VpcInfo[] getVpcSet()
public void setVpcSet(VpcInfo[] VpcSet)
VpcSet - 创建私有域的同时,将其关联至VPCpublic String getRemark()
public void setRemark(String Remark)
Remark - 备注public String getDnsForwardStatus()
public void setDnsForwardStatus(String DnsForwardStatus)
DnsForwardStatus - 是否开启子域名递归, ENABLED, DISABLED。默认值为ENABLED@Deprecated public VpcInfo[] getVpcs()
@Deprecated public void setVpcs(VpcInfo[] Vpcs)
Vpcs - 创建私有域的同时,将其关联至VPCpublic AccountVpcInfo[] getAccountVpcSet()
public void setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)
AccountVpcSet - 创建私有域同时绑定关联账号的VPCpublic String getCnameSpeedupStatus()
public void setCnameSpeedupStatus(String CnameSpeedupStatus)
CnameSpeedupStatus - 是否CNAME加速:ENABLED,DISABLED,默认值为ENABLEDCopyright © 2025. All rights reserved.