index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/CreatePdnsUdpIpSegmentResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class CreatePdnsUdpIpSegmentResponseBody extends TeaModel { @NameInMap("RequestId") public String requestId; @NameInMap("ValidMessage") public String validMessage; public static CreatePdnsUdpIpSegmentResponseBody build(java.util.Map<String, ?> map) throws Exception { CreatePdnsUdpIpSegmentResponseBody self = new CreatePdnsUdpIpSegmentResponseBody(); return TeaModel.build(map, self); } public CreatePdnsUdpIpSegmentResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public CreatePdnsUdpIpSegmentResponseBody setValidMessage(String validMessage) { this.validMessage = validMessage; return this; } public String getValidMessage() { return this.validMessage; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmAddressPoolRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmAddressPoolRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh-CN: Chinese</li> * <li>en-US (default): English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The ID of the address pool. This ID uniquely identifies the address pool.</p> * * <strong>example:</strong> * <p>pool-89528023225442**16</p> */ @NameInMap("AddressPoolId") public String addressPoolId; /** * <p>The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.</p> * * <strong>example:</strong> * <p>1ae05db4-10e7-11ef-b126-00163e24**22</p> */ @NameInMap("ClientToken") public String clientToken; public static DeleteCloudGtmAddressPoolRequest build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmAddressPoolRequest self = new DeleteCloudGtmAddressPoolRequest(); return TeaModel.build(map, self); } public DeleteCloudGtmAddressPoolRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DeleteCloudGtmAddressPoolRequest setAddressPoolId(String addressPoolId) { this.addressPoolId = addressPoolId; return this; } public String getAddressPoolId() { return this.addressPoolId; } public DeleteCloudGtmAddressPoolRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmAddressPoolResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmAddressPoolResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteCloudGtmAddressPoolResponseBody body; public static DeleteCloudGtmAddressPoolResponse build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmAddressPoolResponse self = new DeleteCloudGtmAddressPoolResponse(); return TeaModel.build(map, self); } public DeleteCloudGtmAddressPoolResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteCloudGtmAddressPoolResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteCloudGtmAddressPoolResponse setBody(DeleteCloudGtmAddressPoolResponseBody body) { this.body = body; return this; } public DeleteCloudGtmAddressPoolResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmAddressPoolResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmAddressPoolResponseBody extends TeaModel { /** * <p>The ID of the address pool. This ID uniquely identifies the address pool.</p> * * <strong>example:</strong> * <p>pool-89528023225442**16</p> */ @NameInMap("AddressPoolId") public String addressPoolId; /** * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static DeleteCloudGtmAddressPoolResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmAddressPoolResponseBody self = new DeleteCloudGtmAddressPoolResponseBody(); return TeaModel.build(map, self); } public DeleteCloudGtmAddressPoolResponseBody setAddressPoolId(String addressPoolId) { this.addressPoolId = addressPoolId; return this; } public String getAddressPoolId() { return this.addressPoolId; } public DeleteCloudGtmAddressPoolResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DeleteCloudGtmAddressPoolResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmAddressRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmAddressRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh-CN: Chinese</li> * <li>en-US (default): English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The address ID. This ID uniquely identifies the address.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>addr-895182181143688192</p> */ @NameInMap("AddressId") public String addressId; /** * <p>The client token that is used to ensure the idempotence of the request. You can specify a custom value for this parameter, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.</p> * * <strong>example:</strong> * <p>1ae05db4-10e7-11ef-b126-00163e24**22</p> */ @NameInMap("ClientToken") public String clientToken; public static DeleteCloudGtmAddressRequest build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmAddressRequest self = new DeleteCloudGtmAddressRequest(); return TeaModel.build(map, self); } public DeleteCloudGtmAddressRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DeleteCloudGtmAddressRequest setAddressId(String addressId) { this.addressId = addressId; return this; } public String getAddressId() { return this.addressId; } public DeleteCloudGtmAddressRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmAddressResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmAddressResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteCloudGtmAddressResponseBody body; public static DeleteCloudGtmAddressResponse build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmAddressResponse self = new DeleteCloudGtmAddressResponse(); return TeaModel.build(map, self); } public DeleteCloudGtmAddressResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteCloudGtmAddressResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteCloudGtmAddressResponse setBody(DeleteCloudGtmAddressResponseBody body) { this.body = body; return this; } public DeleteCloudGtmAddressResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmAddressResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmAddressResponseBody extends TeaModel { /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; /** * <p>Indicates whether the address deletion operation was successful:</p> * <ul> * <li>true: Operation successful</li> * <li>false: Operation failed</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static DeleteCloudGtmAddressResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmAddressResponseBody self = new DeleteCloudGtmAddressResponseBody(); return TeaModel.build(map, self); } public DeleteCloudGtmAddressResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DeleteCloudGtmAddressResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmInstanceConfigRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmInstanceConfigRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh-CN: Chinese</li> * <li>en-US (default): English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.</p> * * <strong>example:</strong> * <p>1ae05db4-10e7-11ef-b126-00163e24**22</p> */ @NameInMap("ClientToken") public String clientToken; /** * <p>The configuration ID of the access domain name. Two configuration IDs exist when the access domain name is bound to the same GTM instance but an A record and an AAAA record are configured for the access domain name. The configuration ID uniquely identifies a configuration. You can call the <a href="~~ListCloudGtmInstanceConfigs~~">ListCloudGtmInstanceConfigs</a> operation to query the configuration ID of the access domain name.</p> * * <strong>example:</strong> * <p>config-000**1</p> */ @NameInMap("ConfigId") public String configId; /** * <p>The access domain name that is configured for the desired GTM 3.0 instance. You can delete only one access domain name.</p> * * <strong>example:</strong> * <p>gtm-cn-jmp3qnw**03</p> */ @NameInMap("InstanceId") public String instanceId; public static DeleteCloudGtmInstanceConfigRequest build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmInstanceConfigRequest self = new DeleteCloudGtmInstanceConfigRequest(); return TeaModel.build(map, self); } public DeleteCloudGtmInstanceConfigRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DeleteCloudGtmInstanceConfigRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public DeleteCloudGtmInstanceConfigRequest setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public DeleteCloudGtmInstanceConfigRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmInstanceConfigResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmInstanceConfigResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteCloudGtmInstanceConfigResponseBody body; public static DeleteCloudGtmInstanceConfigResponse build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmInstanceConfigResponse self = new DeleteCloudGtmInstanceConfigResponse(); return TeaModel.build(map, self); } public DeleteCloudGtmInstanceConfigResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteCloudGtmInstanceConfigResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteCloudGtmInstanceConfigResponse setBody(DeleteCloudGtmInstanceConfigResponseBody body) { this.body = body; return this; } public DeleteCloudGtmInstanceConfigResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmInstanceConfigResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmInstanceConfigResponseBody extends TeaModel { /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; /** * <p>Indicates whether the operation to delete domain instance configurations was successful:</p> * <ul> * <li>true: Operation successful - false: Operation failed</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static DeleteCloudGtmInstanceConfigResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmInstanceConfigResponseBody self = new DeleteCloudGtmInstanceConfigResponseBody(); return TeaModel.build(map, self); } public DeleteCloudGtmInstanceConfigResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DeleteCloudGtmInstanceConfigResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmMonitorTemplateRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmMonitorTemplateRequest extends TeaModel { /** * <p>The language in which the returned results are displayed. Valid values:</p> * <ul> * <li>zh-CN: Chinese</li> * <li>en-US (default): English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.</p> * * <strong>example:</strong> * <p>1ae05db4-10e7-11ef-b126-00163e24**22</p> */ @NameInMap("ClientToken") public String clientToken; /** * <p>The ID of the health check template. This ID uniquely identifies a health check template.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>mtp-89518052425100**80</p> */ @NameInMap("TemplateId") public String templateId; public static DeleteCloudGtmMonitorTemplateRequest build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmMonitorTemplateRequest self = new DeleteCloudGtmMonitorTemplateRequest(); return TeaModel.build(map, self); } public DeleteCloudGtmMonitorTemplateRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DeleteCloudGtmMonitorTemplateRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public DeleteCloudGtmMonitorTemplateRequest setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmMonitorTemplateResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmMonitorTemplateResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteCloudGtmMonitorTemplateResponseBody body; public static DeleteCloudGtmMonitorTemplateResponse build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmMonitorTemplateResponse self = new DeleteCloudGtmMonitorTemplateResponse(); return TeaModel.build(map, self); } public DeleteCloudGtmMonitorTemplateResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteCloudGtmMonitorTemplateResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteCloudGtmMonitorTemplateResponse setBody(DeleteCloudGtmMonitorTemplateResponseBody body) { this.body = body; return this; } public DeleteCloudGtmMonitorTemplateResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCloudGtmMonitorTemplateResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCloudGtmMonitorTemplateResponseBody extends TeaModel { /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; /** * <p>Indicates whether the operation to delete the health check template was successful:</p> * <ul> * <li>true: Operation successful</li> * <li>false: Operation failed</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static DeleteCloudGtmMonitorTemplateResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteCloudGtmMonitorTemplateResponseBody self = new DeleteCloudGtmMonitorTemplateResponseBody(); return TeaModel.build(map, self); } public DeleteCloudGtmMonitorTemplateResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DeleteCloudGtmMonitorTemplateResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCustomLinesRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCustomLinesRequest extends TeaModel { /** * <p>The language of the content within the request and response. Default value: <strong>zh</strong>. Valid values:</p> * <ul> * <li><strong>zh</strong>: Chinese</li> * <li><strong>en</strong>: English</li> * </ul> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The unique IDs of the custom lines that you want to delete. Separate the unique IDs with commas (,). You can call the <a href="https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describecustomlines?spm=a2c63.p38356.help-menu-search-29697.d_0">DescribeCustomLines</a> operation to obtain the ID.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1234,1235</p> */ @NameInMap("LineIds") public String lineIds; public static DeleteCustomLinesRequest build(java.util.Map<String, ?> map) throws Exception { DeleteCustomLinesRequest self = new DeleteCustomLinesRequest(); return TeaModel.build(map, self); } public DeleteCustomLinesRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DeleteCustomLinesRequest setLineIds(String lineIds) { this.lineIds = lineIds; return this; } public String getLineIds() { return this.lineIds; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCustomLinesResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCustomLinesResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteCustomLinesResponseBody body; public static DeleteCustomLinesResponse build(java.util.Map<String, ?> map) throws Exception { DeleteCustomLinesResponse self = new DeleteCustomLinesResponse(); return TeaModel.build(map, self); } public DeleteCustomLinesResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteCustomLinesResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteCustomLinesResponse setBody(DeleteCustomLinesResponseBody body) { this.body = body; return this; } public DeleteCustomLinesResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteCustomLinesResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteCustomLinesResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>B57C121B-A45F-44D8-A9B2-13E5A5044195</p> */ @NameInMap("RequestId") public String requestId; public static DeleteCustomLinesResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteCustomLinesResponseBody self = new DeleteCustomLinesResponseBody(); return TeaModel.build(map, self); } public DeleteCustomLinesResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDnsCacheDomainRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDnsCacheDomainRequest extends TeaModel { /** * <p>The domain name. You can call the <a href="https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0">DescribeDomains</a> operation to obtain the name.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>dns-example.top</p> */ @NameInMap("DomainName") public String domainName; /** * <p>The language of the content within the request and response. Valid values:</p> * <ul> * <li><strong>zh</strong>: Chinese</li> * <li><strong>en</strong>: English Default: <strong>zh</strong></li> * </ul> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; public static DeleteDnsCacheDomainRequest build(java.util.Map<String, ?> map) throws Exception { DeleteDnsCacheDomainRequest self = new DeleteDnsCacheDomainRequest(); return TeaModel.build(map, self); } public DeleteDnsCacheDomainRequest setDomainName(String domainName) { this.domainName = domainName; return this; } public String getDomainName() { return this.domainName; } public DeleteDnsCacheDomainRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDnsCacheDomainResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDnsCacheDomainResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteDnsCacheDomainResponseBody body; public static DeleteDnsCacheDomainResponse build(java.util.Map<String, ?> map) throws Exception { DeleteDnsCacheDomainResponse self = new DeleteDnsCacheDomainResponse(); return TeaModel.build(map, self); } public DeleteDnsCacheDomainResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteDnsCacheDomainResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteDnsCacheDomainResponse setBody(DeleteDnsCacheDomainResponseBody body) { this.body = body; return this; } public DeleteDnsCacheDomainResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDnsCacheDomainResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDnsCacheDomainResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; public static DeleteDnsCacheDomainResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteDnsCacheDomainResponseBody self = new DeleteDnsCacheDomainResponseBody(); return TeaModel.build(map, self); } public DeleteDnsCacheDomainResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDnsGtmAccessStrategyRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDnsGtmAccessStrategyRequest extends TeaModel { /** * <p>The language to return some response parameters. Default value: en. Valid values: en, zh, and ja.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The ID of the access policy.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>testStrategyId1</p> */ @NameInMap("StrategyId") public String strategyId; public static DeleteDnsGtmAccessStrategyRequest build(java.util.Map<String, ?> map) throws Exception { DeleteDnsGtmAccessStrategyRequest self = new DeleteDnsGtmAccessStrategyRequest(); return TeaModel.build(map, self); } public DeleteDnsGtmAccessStrategyRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DeleteDnsGtmAccessStrategyRequest setStrategyId(String strategyId) { this.strategyId = strategyId; return this; } public String getStrategyId() { return this.strategyId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDnsGtmAccessStrategyResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDnsGtmAccessStrategyResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteDnsGtmAccessStrategyResponseBody body; public static DeleteDnsGtmAccessStrategyResponse build(java.util.Map<String, ?> map) throws Exception { DeleteDnsGtmAccessStrategyResponse self = new DeleteDnsGtmAccessStrategyResponse(); return TeaModel.build(map, self); } public DeleteDnsGtmAccessStrategyResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteDnsGtmAccessStrategyResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteDnsGtmAccessStrategyResponse setBody(DeleteDnsGtmAccessStrategyResponseBody body) { this.body = body; return this; } public DeleteDnsGtmAccessStrategyResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDnsGtmAccessStrategyResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDnsGtmAccessStrategyResponseBody extends TeaModel { /** * <p>The ID of the request.</p> * * <strong>example:</strong> * <p>29D0F8F8-5499-4F6C-9FDC-1EE13BF55925</p> */ @NameInMap("RequestId") public String requestId; public static DeleteDnsGtmAccessStrategyResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteDnsGtmAccessStrategyResponseBody self = new DeleteDnsGtmAccessStrategyResponseBody(); return TeaModel.build(map, self); } public DeleteDnsGtmAccessStrategyResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDnsGtmAddressPoolRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDnsGtmAddressPoolRequest extends TeaModel { /** * <p>The ID of the address pool.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>testpool1</p> */ @NameInMap("AddrPoolId") public String addrPoolId; /** * <p>The language to return some response parameters. Default value: en. Valid values: en, zh, and ja.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; public static DeleteDnsGtmAddressPoolRequest build(java.util.Map<String, ?> map) throws Exception { DeleteDnsGtmAddressPoolRequest self = new DeleteDnsGtmAddressPoolRequest(); return TeaModel.build(map, self); } public DeleteDnsGtmAddressPoolRequest setAddrPoolId(String addrPoolId) { this.addrPoolId = addrPoolId; return this; } public String getAddrPoolId() { return this.addrPoolId; } public DeleteDnsGtmAddressPoolRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDnsGtmAddressPoolResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDnsGtmAddressPoolResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteDnsGtmAddressPoolResponseBody body; public static DeleteDnsGtmAddressPoolResponse build(java.util.Map<String, ?> map) throws Exception { DeleteDnsGtmAddressPoolResponse self = new DeleteDnsGtmAddressPoolResponse(); return TeaModel.build(map, self); } public DeleteDnsGtmAddressPoolResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteDnsGtmAddressPoolResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteDnsGtmAddressPoolResponse setBody(DeleteDnsGtmAddressPoolResponseBody body) { this.body = body; return this; } public DeleteDnsGtmAddressPoolResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDnsGtmAddressPoolResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDnsGtmAddressPoolResponseBody extends TeaModel { /** * <p>The ID of the request.</p> * * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; public static DeleteDnsGtmAddressPoolResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteDnsGtmAddressPoolResponseBody self = new DeleteDnsGtmAddressPoolResponseBody(); return TeaModel.build(map, self); } public DeleteDnsGtmAddressPoolResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDomainGroupRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDomainGroupRequest extends TeaModel { /** * <p>The ID of the domain name group. You can call the <a href="https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomaingroups?spm=a2c63.p38356.help-menu-search-29697.d_0">DescribeDomainGroups</a> operation to obtain the ID.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>2223</p> */ @NameInMap("GroupId") public String groupId; /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh: Chinese</li> * <li>en: English</li> * </ul> * <p>Default value: en.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; public static DeleteDomainGroupRequest build(java.util.Map<String, ?> map) throws Exception { DeleteDomainGroupRequest self = new DeleteDomainGroupRequest(); return TeaModel.build(map, self); } public DeleteDomainGroupRequest setGroupId(String groupId) { this.groupId = groupId; return this; } public String getGroupId() { return this.groupId; } public DeleteDomainGroupRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDomainGroupResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDomainGroupResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteDomainGroupResponseBody body; public static DeleteDomainGroupResponse build(java.util.Map<String, ?> map) throws Exception { DeleteDomainGroupResponse self = new DeleteDomainGroupResponse(); return TeaModel.build(map, self); } public DeleteDomainGroupResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteDomainGroupResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteDomainGroupResponse setBody(DeleteDomainGroupResponseBody body) { this.body = body; return this; } public DeleteDomainGroupResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDomainGroupResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDomainGroupResponseBody extends TeaModel { /** * <p>The name of the domain name group.</p> * * <strong>example:</strong> * <p>MyGroup</p> */ @NameInMap("GroupName") public String groupName; /** * <p>The ID of the request.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; public static DeleteDomainGroupResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteDomainGroupResponseBody self = new DeleteDomainGroupResponseBody(); return TeaModel.build(map, self); } public DeleteDomainGroupResponseBody setGroupName(String groupName) { this.groupName = groupName; return this; } public String getGroupName() { return this.groupName; } public DeleteDomainGroupResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDomainRecordRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDomainRecordRequest extends TeaModel { /** * <p>The language of the content within the request and response. Default value: <strong>zh</strong>. Valid values:</p> * <ul> * <li><strong>zh</strong>: Chinese</li> * <li><strong>en</strong>: English</li> * </ul> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The ID of the DNS record. You can call the <a href="https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomainrecords?spm=a2c63.p38356.help-menu-search-29697.d_0">DescribeDomainRecords</a> to obtain the ID.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>9999985</p> */ @NameInMap("RecordId") public String recordId; /** * <p>The IP address of the client.</p> * * <strong>example:</strong> * <p>192.0.2.0</p> */ @NameInMap("UserClientIp") public String userClientIp; public static DeleteDomainRecordRequest build(java.util.Map<String, ?> map) throws Exception { DeleteDomainRecordRequest self = new DeleteDomainRecordRequest(); return TeaModel.build(map, self); } public DeleteDomainRecordRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DeleteDomainRecordRequest setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public DeleteDomainRecordRequest setUserClientIp(String userClientIp) { this.userClientIp = userClientIp; return this; } public String getUserClientIp() { return this.userClientIp; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDomainRecordResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDomainRecordResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteDomainRecordResponseBody body; public static DeleteDomainRecordResponse build(java.util.Map<String, ?> map) throws Exception { DeleteDomainRecordResponse self = new DeleteDomainRecordResponse(); return TeaModel.build(map, self); } public DeleteDomainRecordResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteDomainRecordResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteDomainRecordResponse setBody(DeleteDomainRecordResponseBody body) { this.body = body; return this; } public DeleteDomainRecordResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDomainRecordResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDomainRecordResponseBody extends TeaModel { /** * <p>The ID of the DNS record.</p> * * <strong>example:</strong> * <p>9999985</p> */ @NameInMap("RecordId") public String recordId; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; public static DeleteDomainRecordResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteDomainRecordResponseBody self = new DeleteDomainRecordResponseBody(); return TeaModel.build(map, self); } public DeleteDomainRecordResponseBody setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public DeleteDomainRecordResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDomainRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDomainRequest extends TeaModel { /** * <p>The domain name that already exists in Alibaba Cloud DNS. You can call the <a href="https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0">DescribeDomains</a> operation to obtain the domain name.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>example.com</p> */ @NameInMap("DomainName") public String domainName; /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh: Chinese</li> * <li>en: English</li> * </ul> * <p>Default value: en.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; public static DeleteDomainRequest build(java.util.Map<String, ?> map) throws Exception { DeleteDomainRequest self = new DeleteDomainRequest(); return TeaModel.build(map, self); } public DeleteDomainRequest setDomainName(String domainName) { this.domainName = domainName; return this; } public String getDomainName() { return this.domainName; } public DeleteDomainRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDomainResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDomainResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteDomainResponseBody body; public static DeleteDomainResponse build(java.util.Map<String, ?> map) throws Exception { DeleteDomainResponse self = new DeleteDomainResponse(); return TeaModel.build(map, self); } public DeleteDomainResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteDomainResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteDomainResponse setBody(DeleteDomainResponseBody body) { this.body = body; return this; } public DeleteDomainResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteDomainResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteDomainResponseBody extends TeaModel { /** * <p>The domain name.</p> * * <strong>example:</strong> * <p>example.com</p> */ @NameInMap("DomainName") public String domainName; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; public static DeleteDomainResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteDomainResponseBody self = new DeleteDomainResponseBody(); return TeaModel.build(map, self); } public DeleteDomainResponseBody setDomainName(String domainName) { this.domainName = domainName; return this; } public String getDomainName() { return this.domainName; } public DeleteDomainResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteGtmAccessStrategyRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteGtmAccessStrategyRequest extends TeaModel { /** * <p>The language used by the user.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The ID of the access policy that you want to delete.</p> * * <strong>example:</strong> * <p>hrskc</p> */ @NameInMap("StrategyId") public String strategyId; public static DeleteGtmAccessStrategyRequest build(java.util.Map<String, ?> map) throws Exception { DeleteGtmAccessStrategyRequest self = new DeleteGtmAccessStrategyRequest(); return TeaModel.build(map, self); } public DeleteGtmAccessStrategyRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DeleteGtmAccessStrategyRequest setStrategyId(String strategyId) { this.strategyId = strategyId; return this; } public String getStrategyId() { return this.strategyId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteGtmAccessStrategyResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteGtmAccessStrategyResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteGtmAccessStrategyResponseBody body; public static DeleteGtmAccessStrategyResponse build(java.util.Map<String, ?> map) throws Exception { DeleteGtmAccessStrategyResponse self = new DeleteGtmAccessStrategyResponse(); return TeaModel.build(map, self); } public DeleteGtmAccessStrategyResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteGtmAccessStrategyResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteGtmAccessStrategyResponse setBody(DeleteGtmAccessStrategyResponseBody body) { this.body = body; return this; } public DeleteGtmAccessStrategyResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteGtmAccessStrategyResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteGtmAccessStrategyResponseBody extends TeaModel { /** * <p>The ID of the request.</p> * * <strong>example:</strong> * <p>29D0F8F8-5499-4F6C-9FDC-1EE13BF55925</p> */ @NameInMap("RequestId") public String requestId; public static DeleteGtmAccessStrategyResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteGtmAccessStrategyResponseBody self = new DeleteGtmAccessStrategyResponseBody(); return TeaModel.build(map, self); } public DeleteGtmAccessStrategyResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteGtmAddressPoolRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteGtmAddressPoolRequest extends TeaModel { /** * <p>The ID of the address pool that you want to delete.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1234</p> */ @NameInMap("AddrPoolId") public String addrPoolId; /** * <p>The language used by the user.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; public static DeleteGtmAddressPoolRequest build(java.util.Map<String, ?> map) throws Exception { DeleteGtmAddressPoolRequest self = new DeleteGtmAddressPoolRequest(); return TeaModel.build(map, self); } public DeleteGtmAddressPoolRequest setAddrPoolId(String addrPoolId) { this.addrPoolId = addrPoolId; return this; } public String getAddrPoolId() { return this.addrPoolId; } public DeleteGtmAddressPoolRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteGtmAddressPoolResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteGtmAddressPoolResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteGtmAddressPoolResponseBody body; public static DeleteGtmAddressPoolResponse build(java.util.Map<String, ?> map) throws Exception { DeleteGtmAddressPoolResponse self = new DeleteGtmAddressPoolResponse(); return TeaModel.build(map, self); } public DeleteGtmAddressPoolResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteGtmAddressPoolResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteGtmAddressPoolResponse setBody(DeleteGtmAddressPoolResponseBody body) { this.body = body; return this; } public DeleteGtmAddressPoolResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteGtmAddressPoolResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteGtmAddressPoolResponseBody extends TeaModel { /** * <p>The ID of the request.</p> * * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; public static DeleteGtmAddressPoolResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteGtmAddressPoolResponseBody self = new DeleteGtmAddressPoolResponseBody(); return TeaModel.build(map, self); } public DeleteGtmAddressPoolResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteGtmRecoveryPlanRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteGtmRecoveryPlanRequest extends TeaModel { /** * <p>The language used by the user.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The ID of the disaster recovery plan that you want to delete.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>100</p> */ @NameInMap("RecoveryPlanId") public Long recoveryPlanId; public static DeleteGtmRecoveryPlanRequest build(java.util.Map<String, ?> map) throws Exception { DeleteGtmRecoveryPlanRequest self = new DeleteGtmRecoveryPlanRequest(); return TeaModel.build(map, self); } public DeleteGtmRecoveryPlanRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DeleteGtmRecoveryPlanRequest setRecoveryPlanId(Long recoveryPlanId) { this.recoveryPlanId = recoveryPlanId; return this; } public Long getRecoveryPlanId() { return this.recoveryPlanId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteGtmRecoveryPlanResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteGtmRecoveryPlanResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteGtmRecoveryPlanResponseBody body; public static DeleteGtmRecoveryPlanResponse build(java.util.Map<String, ?> map) throws Exception { DeleteGtmRecoveryPlanResponse self = new DeleteGtmRecoveryPlanResponse(); return TeaModel.build(map, self); } public DeleteGtmRecoveryPlanResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteGtmRecoveryPlanResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteGtmRecoveryPlanResponse setBody(DeleteGtmRecoveryPlanResponseBody body) { this.body = body; return this; } public DeleteGtmRecoveryPlanResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteGtmRecoveryPlanResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteGtmRecoveryPlanResponseBody extends TeaModel { /** * <p>The ID of the request.</p> * * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; public static DeleteGtmRecoveryPlanResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteGtmRecoveryPlanResponseBody self = new DeleteGtmRecoveryPlanResponseBody(); return TeaModel.build(map, self); } public DeleteGtmRecoveryPlanResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteRecursionRecordRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteRecursionRecordRequest extends TeaModel { /** * <strong>example:</strong> * <p>21079fa016944979537637959d09bc</p> */ @NameInMap("ClientToken") public String clientToken; /** * <strong>example:</strong> * <p>17432432424</p> */ @NameInMap("RecordId") public String recordId; public static DeleteRecursionRecordRequest build(java.util.Map<String, ?> map) throws Exception { DeleteRecursionRecordRequest self = new DeleteRecursionRecordRequest(); return TeaModel.build(map, self); } public DeleteRecursionRecordRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public DeleteRecursionRecordRequest setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteRecursionRecordResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteRecursionRecordResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteRecursionRecordResponseBody body; public static DeleteRecursionRecordResponse build(java.util.Map<String, ?> map) throws Exception { DeleteRecursionRecordResponse self = new DeleteRecursionRecordResponse(); return TeaModel.build(map, self); } public DeleteRecursionRecordResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteRecursionRecordResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteRecursionRecordResponse setBody(DeleteRecursionRecordResponseBody body) { this.body = body; return this; } public DeleteRecursionRecordResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteRecursionRecordResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteRecursionRecordResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; public static DeleteRecursionRecordResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteRecursionRecordResponseBody self = new DeleteRecursionRecordResponseBody(); return TeaModel.build(map, self); } public DeleteRecursionRecordResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteRecursionZoneRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteRecursionZoneRequest extends TeaModel { /** * <strong>example:</strong> * <p>21079fa016944979537637959d09bc</p> */ @NameInMap("ClientToken") public String clientToken; /** * <strong>example:</strong> * <p>169783221000012</p> */ @NameInMap("ZoneId") public String zoneId; public static DeleteRecursionZoneRequest build(java.util.Map<String, ?> map) throws Exception { DeleteRecursionZoneRequest self = new DeleteRecursionZoneRequest(); return TeaModel.build(map, self); } public DeleteRecursionZoneRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public DeleteRecursionZoneRequest setZoneId(String zoneId) { this.zoneId = zoneId; return this; } public String getZoneId() { return this.zoneId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteRecursionZoneResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteRecursionZoneResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteRecursionZoneResponseBody body; public static DeleteRecursionZoneResponse build(java.util.Map<String, ?> map) throws Exception { DeleteRecursionZoneResponse self = new DeleteRecursionZoneResponse(); return TeaModel.build(map, self); } public DeleteRecursionZoneResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteRecursionZoneResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteRecursionZoneResponse setBody(DeleteRecursionZoneResponseBody body) { this.body = body; return this; } public DeleteRecursionZoneResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteRecursionZoneResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteRecursionZoneResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>389DFFA3-77A5-4A9E-BF3D-147C6F98A5BA</p> */ @NameInMap("RequestId") public String requestId; public static DeleteRecursionZoneResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteRecursionZoneResponseBody self = new DeleteRecursionZoneResponseBody(); return TeaModel.build(map, self); } public DeleteRecursionZoneResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteSubDomainRecordsRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteSubDomainRecordsRequest extends TeaModel { /** * <p>The domain name. You can call the <a href="https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0">DescribeDomains</a> operation to obtain the domain name.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>example.com</p> */ @NameInMap("DomainName") public String domainName; /** * <p>The language of the content within the request and response. Default value: <strong>zh</strong>. Valid values:</p> * <ul> * <li><strong>zh</strong>: Chinese</li> * <li><strong>en</strong>: English</li> * </ul> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The hostname field in the DNS record.</p> * <p>For example, if you want to resolve @.example.com, you must set this parameter to an at sign (@) instead of leaving it empty.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>www</p> */ @NameInMap("RR") public String RR; /** * <p>The type of DNS records. If you do not specify this parameter, all types of DNS records corresponding to the subdomain are returned.</p> * <p>Valid values: <strong>A, MX, CNAME, TXT, REDIRECT_URL, FORWORD_URL, NS, AAAA, and SRV</strong>. The value is not case-sensitive.</p> * * <strong>example:</strong> * <p>A</p> */ @NameInMap("Type") public String type; /** * <p>The IP address of the client.</p> * * <strong>example:</strong> * <p>192.0.2.0</p> */ @NameInMap("UserClientIp") public String userClientIp; public static DeleteSubDomainRecordsRequest build(java.util.Map<String, ?> map) throws Exception { DeleteSubDomainRecordsRequest self = new DeleteSubDomainRecordsRequest(); return TeaModel.build(map, self); } public DeleteSubDomainRecordsRequest setDomainName(String domainName) { this.domainName = domainName; return this; } public String getDomainName() { return this.domainName; } public DeleteSubDomainRecordsRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DeleteSubDomainRecordsRequest setRR(String RR) { this.RR = RR; return this; } public String getRR() { return this.RR; } public DeleteSubDomainRecordsRequest setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public DeleteSubDomainRecordsRequest setUserClientIp(String userClientIp) { this.userClientIp = userClientIp; return this; } public String getUserClientIp() { return this.userClientIp; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteSubDomainRecordsResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteSubDomainRecordsResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DeleteSubDomainRecordsResponseBody body; public static DeleteSubDomainRecordsResponse build(java.util.Map<String, ?> map) throws Exception { DeleteSubDomainRecordsResponse self = new DeleteSubDomainRecordsResponse(); return TeaModel.build(map, self); } public DeleteSubDomainRecordsResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DeleteSubDomainRecordsResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DeleteSubDomainRecordsResponse setBody(DeleteSubDomainRecordsResponseBody body) { this.body = body; return this; } public DeleteSubDomainRecordsResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DeleteSubDomainRecordsResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DeleteSubDomainRecordsResponseBody extends TeaModel { /** * <p>The hostname.</p> * * <strong>example:</strong> * <p>www</p> */ @NameInMap("RR") public String RR; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; /** * <p>The total number of the DNS records to be deleted.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("TotalCount") public String totalCount; public static DeleteSubDomainRecordsResponseBody build(java.util.Map<String, ?> map) throws Exception { DeleteSubDomainRecordsResponseBody self = new DeleteSubDomainRecordsResponseBody(); return TeaModel.build(map, self); } public DeleteSubDomainRecordsResponseBody setRR(String RR) { this.RR = RR; return this; } public String getRR() { return this.RR; } public DeleteSubDomainRecordsResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DeleteSubDomainRecordsResponseBody setTotalCount(String totalCount) { this.totalCount = totalCount; return this; } public String getTotalCount() { return this.totalCount; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeBatchResultCountRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeBatchResultCountRequest extends TeaModel { /** * <p>The type of the batch operation. Valid values:</p> * <ul> * <li><strong>DOMAIN_ADD</strong>: adds domain names in batches.</li> * <li><strong>DOMAIN_DEL</strong>: deletes domain names in batches.</li> * <li><strong>RR_ADD</strong>: adds Domain Name System (DNS) records in batches.</li> * <li><strong>RR_DEL</strong>: deletes DNS records in batches.</li> * </ul> * <blockquote> * <p> If you do not specify this parameter, filtering is not required.</p> * </blockquote> * * <strong>example:</strong> * <p>DOMAIN_ADD</p> */ @NameInMap("BatchType") public String batchType; /** * <p>The language of the content within the request and response. Default value: <strong>zh</strong>. Valid values:</p> * <ul> * <li><strong>zh</strong>: Chinese</li> * <li><strong>en</strong>: English</li> * </ul> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The task ID.</p> * <blockquote> * <p> If you specify TaskId, the execution result of the specified task is returned. If you do not specify TaskId, the execution result of the last task is returned.</p> * </blockquote> * * <strong>example:</strong> * <p>123456</p> */ @NameInMap("TaskId") public Long taskId; public static DescribeBatchResultCountRequest build(java.util.Map<String, ?> map) throws Exception { DescribeBatchResultCountRequest self = new DescribeBatchResultCountRequest(); return TeaModel.build(map, self); } public DescribeBatchResultCountRequest setBatchType(String batchType) { this.batchType = batchType; return this; } public String getBatchType() { return this.batchType; } public DescribeBatchResultCountRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DescribeBatchResultCountRequest setTaskId(Long taskId) { this.taskId = taskId; return this; } public Long getTaskId() { return this.taskId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeBatchResultCountResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeBatchResultCountResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeBatchResultCountResponseBody body; public static DescribeBatchResultCountResponse build(java.util.Map<String, ?> map) throws Exception { DescribeBatchResultCountResponse self = new DescribeBatchResultCountResponse(); return TeaModel.build(map, self); } public DescribeBatchResultCountResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeBatchResultCountResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeBatchResultCountResponse setBody(DescribeBatchResultCountResponseBody body) { this.body = body; return this; } public DescribeBatchResultCountResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeBatchResultCountResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeBatchResultCountResponseBody extends TeaModel { /** * <p>The type of the batch operation.</p> * * <strong>example:</strong> * <p>DOMAIN_ADD</p> */ @NameInMap("BatchType") public String batchType; /** * <p>The total number of domain names or DNS records that failed to be processed.</p> * * <strong>example:</strong> * <p>2</p> */ @NameInMap("FailedCount") public Integer failedCount; /** * <p>The cause of the execution failure.</p> * * <strong>example:</strong> * <p>failed_reason</p> */ @NameInMap("Reason") public String reason; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>75446CC1-FC9A-4595-8D96-089D73D7A63D</p> */ @NameInMap("RequestId") public String requestId; /** * <p>The state of the task. Valid values:</p> * <ul> * <li><strong>-1</strong>: No task for importing domain names or DNS records is submitted.</li> * <li><strong>0</strong>: The task is being processed.</li> * <li><strong>1</strong>: The task is complete.</li> * <li><strong>2</strong>: The task failed.</li> * </ul> * * <strong>example:</strong> * <p>0</p> */ @NameInMap("Status") public Integer status; /** * <p>The total number of domain names or DNS records that were processed.</p> * * <strong>example:</strong> * <p>2</p> */ @NameInMap("SuccessCount") public Integer successCount; /** * <p>The ID of the last task.</p> * * <strong>example:</strong> * <p>123456</p> */ @NameInMap("TaskId") public Long taskId; /** * <p>The total number of DNS records that were processed in batches.</p> * * <strong>example:</strong> * <p>4</p> */ @NameInMap("TotalCount") public Integer totalCount; public static DescribeBatchResultCountResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeBatchResultCountResponseBody self = new DescribeBatchResultCountResponseBody(); return TeaModel.build(map, self); } public DescribeBatchResultCountResponseBody setBatchType(String batchType) { this.batchType = batchType; return this; } public String getBatchType() { return this.batchType; } public DescribeBatchResultCountResponseBody setFailedCount(Integer failedCount) { this.failedCount = failedCount; return this; } public Integer getFailedCount() { return this.failedCount; } public DescribeBatchResultCountResponseBody setReason(String reason) { this.reason = reason; return this; } public String getReason() { return this.reason; } public DescribeBatchResultCountResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DescribeBatchResultCountResponseBody setStatus(Integer status) { this.status = status; return this; } public Integer getStatus() { return this.status; } public DescribeBatchResultCountResponseBody setSuccessCount(Integer successCount) { this.successCount = successCount; return this; } public Integer getSuccessCount() { return this.successCount; } public DescribeBatchResultCountResponseBody setTaskId(Long taskId) { this.taskId = taskId; return this; } public Long getTaskId() { return this.taskId; } public DescribeBatchResultCountResponseBody setTotalCount(Integer totalCount) { this.totalCount = totalCount; return this; } public Integer getTotalCount() { return this.totalCount; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeBatchResultDetailRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeBatchResultDetailRequest extends TeaModel { /** * <p>The type of the batch operation. Valid values:</p> * <ul> * <li><strong>DOMAIN_ADD</strong>: adds domain names in batches.</li> * <li><strong>DOMAIN_DEL</strong>: deletes domain names in batches.</li> * <li><strong>RR_ADD</strong>: adds Domain Name System (DNS) records in batches.</li> * <li><strong>RR_DEL</strong>: deletes DNS records in batches.</li> * </ul> * <blockquote> * <p> Do not perform filtering when this field is empty.</p> * </blockquote> * * <strong>example:</strong> * <p>DOMAIN_ADD</p> */ @NameInMap("BatchType") public String batchType; /** * <p>The language of the content within the request and response. Default: <strong>zh</strong>. Valid values:</p> * <ul> * <li><strong>zh</strong>: Chinese</li> * <li><strong>en</strong>: English</li> * </ul> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The page number. Default value: <strong>1</strong>.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageNumber") public Integer pageNumber; /** * <p>The number of entries per page.</p> * * <strong>example:</strong> * <p>20</p> */ @NameInMap("PageSize") public Integer pageSize; /** * <p>The execution result. If you do not specify this parameter, all results are returned.</p> * * <strong>example:</strong> * <p>SUCCESS</p> */ @NameInMap("Status") public String status; /** * <p>The task ID.</p> * * <strong>example:</strong> * <p>83618818</p> */ @NameInMap("TaskId") public Long taskId; public static DescribeBatchResultDetailRequest build(java.util.Map<String, ?> map) throws Exception { DescribeBatchResultDetailRequest self = new DescribeBatchResultDetailRequest(); return TeaModel.build(map, self); } public DescribeBatchResultDetailRequest setBatchType(String batchType) { this.batchType = batchType; return this; } public String getBatchType() { return this.batchType; } public DescribeBatchResultDetailRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DescribeBatchResultDetailRequest setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; return this; } public Integer getPageNumber() { return this.pageNumber; } public DescribeBatchResultDetailRequest setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } public DescribeBatchResultDetailRequest setStatus(String status) { this.status = status; return this; } public String getStatus() { return this.status; } public DescribeBatchResultDetailRequest setTaskId(Long taskId) { this.taskId = taskId; return this; } public Long getTaskId() { return this.taskId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeBatchResultDetailResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeBatchResultDetailResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeBatchResultDetailResponseBody body; public static DescribeBatchResultDetailResponse build(java.util.Map<String, ?> map) throws Exception { DescribeBatchResultDetailResponse self = new DescribeBatchResultDetailResponse(); return TeaModel.build(map, self); } public DescribeBatchResultDetailResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeBatchResultDetailResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeBatchResultDetailResponse setBody(DescribeBatchResultDetailResponseBody body) { this.body = body; return this; } public DescribeBatchResultDetailResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeBatchResultDetailResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeBatchResultDetailResponseBody extends TeaModel { /** * <p>The detailed results of the batch operation.</p> */ @NameInMap("BatchResultDetails") public DescribeBatchResultDetailResponseBodyBatchResultDetails batchResultDetails; /** * <p>The page number.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageNumber") public Long pageNumber; /** * <p>The number of entries per page.</p> * * <strong>example:</strong> * <p>10</p> */ @NameInMap("PageSize") public Long pageSize; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>75446CC1-FC9A-4595-8D96-089D73D7A63D</p> */ @NameInMap("RequestId") public String requestId; /** * <p>The total number of entries returned.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("TotalCount") public Long totalCount; public static DescribeBatchResultDetailResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeBatchResultDetailResponseBody self = new DescribeBatchResultDetailResponseBody(); return TeaModel.build(map, self); } public DescribeBatchResultDetailResponseBody setBatchResultDetails(DescribeBatchResultDetailResponseBodyBatchResultDetails batchResultDetails) { this.batchResultDetails = batchResultDetails; return this; } public DescribeBatchResultDetailResponseBodyBatchResultDetails getBatchResultDetails() { return this.batchResultDetails; } public DescribeBatchResultDetailResponseBody setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public DescribeBatchResultDetailResponseBody setPageSize(Long pageSize) { this.pageSize = pageSize; return this; } public Long getPageSize() { return this.pageSize; } public DescribeBatchResultDetailResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DescribeBatchResultDetailResponseBody setTotalCount(Long totalCount) { this.totalCount = totalCount; return this; } public Long getTotalCount() { return this.totalCount; } public static class DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail extends TeaModel { /** * <p>The type of the batch operation.</p> * * <strong>example:</strong> * <p>DOMAIN_ADD</p> */ @NameInMap("BatchType") public String batchType; /** * <p>The domain name.</p> * * <strong>example:</strong> * <p>example.com</p> */ @NameInMap("Domain") public String domain; /** * <p>The line code.</p> * * <strong>example:</strong> * <p>default</p> */ @NameInMap("Line") public String line; /** * <p>The new hostname.</p> * * <strong>example:</strong> * <p>demo-batch-7</p> */ @NameInMap("NewRr") public String newRr; /** * <p>The new record value.</p> * * <strong>example:</strong> * <p>192.0.2.254</p> */ @NameInMap("NewValue") public String newValue; /** * <p>The time when the operation was performed. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.</p> * * <strong>example:</strong> * <p>2019-08-22 18:02:58</p> */ @NameInMap("OperateDateStr") public String operateDateStr; /** * <p>The priority of the mail exchanger (MX) record.</p> * * <strong>example:</strong> * <p>10</p> */ @NameInMap("Priority") public String priority; /** * <p>The cause of the execution failure.</p> * * <strong>example:</strong> * <p>Task lock fail</p> */ @NameInMap("Reason") public String reason; /** * <p>The ID of the DNS record.</p> * * <strong>example:</strong> * <p>123456789</p> */ @NameInMap("RecordId") public String recordId; /** * <p>The description of the DNS record.</p> * * <strong>example:</strong> * <p>remark</p> */ @NameInMap("Remark") public String remark; /** * <p>The hostname.</p> * * <strong>example:</strong> * <p>www</p> */ @NameInMap("Rr") public String rr; /** * <p>The status of the DNS record.</p> * * <strong>example:</strong> * <p>stop</p> */ @NameInMap("RrStatus") public String rrStatus; /** * <p>The execution result of the batch operation. Valid values: <strong>true</strong>: The operation succeeded. <strong>false</strong>: The operation failed.</p> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Status") public Boolean status; /** * <p>The time-to-live (TTL) of the DNS record.</p> * * <strong>example:</strong> * <p>600</p> */ @NameInMap("Ttl") public String ttl; /** * <p>The type of the DNS record.</p> * * <strong>example:</strong> * <p>A</p> */ @NameInMap("Type") public String type; /** * <p>The value of the DNS record.</p> * * <strong>example:</strong> * <p>192.0.2.0</p> */ @NameInMap("Value") public String value; public static DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail build(java.util.Map<String, ?> map) throws Exception { DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail self = new DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail(); return TeaModel.build(map, self); } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setBatchType(String batchType) { this.batchType = batchType; return this; } public String getBatchType() { return this.batchType; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setDomain(String domain) { this.domain = domain; return this; } public String getDomain() { return this.domain; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setLine(String line) { this.line = line; return this; } public String getLine() { return this.line; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setNewRr(String newRr) { this.newRr = newRr; return this; } public String getNewRr() { return this.newRr; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setNewValue(String newValue) { this.newValue = newValue; return this; } public String getNewValue() { return this.newValue; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setOperateDateStr(String operateDateStr) { this.operateDateStr = operateDateStr; return this; } public String getOperateDateStr() { return this.operateDateStr; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setPriority(String priority) { this.priority = priority; return this; } public String getPriority() { return this.priority; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setReason(String reason) { this.reason = reason; return this; } public String getReason() { return this.reason; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setRr(String rr) { this.rr = rr; return this; } public String getRr() { return this.rr; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setRrStatus(String rrStatus) { this.rrStatus = rrStatus; return this; } public String getRrStatus() { return this.rrStatus; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setStatus(Boolean status) { this.status = status; return this; } public Boolean getStatus() { return this.status; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setTtl(String ttl) { this.ttl = ttl; return this; } public String getTtl() { return this.ttl; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail setValue(String value) { this.value = value; return this; } public String getValue() { return this.value; } } public static class DescribeBatchResultDetailResponseBodyBatchResultDetails extends TeaModel { @NameInMap("BatchResultDetail") public java.util.List<DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail> batchResultDetail; public static DescribeBatchResultDetailResponseBodyBatchResultDetails build(java.util.Map<String, ?> map) throws Exception { DescribeBatchResultDetailResponseBodyBatchResultDetails self = new DescribeBatchResultDetailResponseBodyBatchResultDetails(); return TeaModel.build(map, self); } public DescribeBatchResultDetailResponseBodyBatchResultDetails setBatchResultDetail(java.util.List<DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail> batchResultDetail) { this.batchResultDetail = batchResultDetail; return this; } public java.util.List<DescribeBatchResultDetailResponseBodyBatchResultDetailsBatchResultDetail> getBatchResultDetail() { return this.batchResultDetail; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressPoolReferenceRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressPoolReferenceRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh-CN: Chinese</li> * <li>en-US (default): English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The ID of the address pool. This ID uniquely identifies the address pool.</p> * * <strong>example:</strong> * <p>pool-89528023225442**16</p> */ @NameInMap("AddressPoolId") public String addressPoolId; /** * <p>The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.</p> * * <strong>example:</strong> * <p>1ae05db4-10e7-11ef-b126-00163e24**22</p> */ @NameInMap("ClientToken") public String clientToken; public static DescribeCloudGtmAddressPoolReferenceRequest build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolReferenceRequest self = new DescribeCloudGtmAddressPoolReferenceRequest(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolReferenceRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DescribeCloudGtmAddressPoolReferenceRequest setAddressPoolId(String addressPoolId) { this.addressPoolId = addressPoolId; return this; } public String getAddressPoolId() { return this.addressPoolId; } public DescribeCloudGtmAddressPoolReferenceRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressPoolReferenceResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressPoolReferenceResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCloudGtmAddressPoolReferenceResponseBody body; public static DescribeCloudGtmAddressPoolReferenceResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolReferenceResponse self = new DescribeCloudGtmAddressPoolReferenceResponse(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolReferenceResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCloudGtmAddressPoolReferenceResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCloudGtmAddressPoolReferenceResponse setBody(DescribeCloudGtmAddressPoolReferenceResponseBody body) { this.body = body; return this; } public DescribeCloudGtmAddressPoolReferenceResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressPoolReferenceResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressPoolReferenceResponseBody extends TeaModel { /** * <p>The ID of the address pool. This ID uniquely identifies the address pool.</p> * * <strong>example:</strong> * <p>pool-89528023225442**16</p> */ @NameInMap("AddressPoolId") public String addressPoolId; /** * <p>Address pool name.</p> * * <strong>example:</strong> * <p>app</p> */ @NameInMap("AddressPoolName") public String addressPoolName; /** * <p>The access domain names that reference the address pool.</p> */ @NameInMap("InstanceConfigs") public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigs instanceConfigs; /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>853805EA-3D47-47D5-9A1A-A45C24313ABD</p> */ @NameInMap("RequestId") public String requestId; public static DescribeCloudGtmAddressPoolReferenceResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolReferenceResponseBody self = new DescribeCloudGtmAddressPoolReferenceResponseBody(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolReferenceResponseBody setAddressPoolId(String addressPoolId) { this.addressPoolId = addressPoolId; return this; } public String getAddressPoolId() { return this.addressPoolId; } public DescribeCloudGtmAddressPoolReferenceResponseBody setAddressPoolName(String addressPoolName) { this.addressPoolName = addressPoolName; return this; } public String getAddressPoolName() { return this.addressPoolName; } public DescribeCloudGtmAddressPoolReferenceResponseBody setInstanceConfigs(DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigs instanceConfigs) { this.instanceConfigs = instanceConfigs; return this; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigs getInstanceConfigs() { return this.instanceConfigs; } public DescribeCloudGtmAddressPoolReferenceResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public static class DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig extends TeaModel { /** * <p>The policy for load balancing between address pools. Valid values:</p> * <ul> * <li>round_robin: All address pools are returned for Domain Name System (DNS) requests from any source. All address pools are sorted in round-robin mode each time they are returned.</li> * <li>sequence: The address pool with the smallest sequence number is preferentially returned for DNS requests from any source. The sequence number indicates the priority for returning the address pool. A smaller sequence number indicates a higher priority. If the address pool with the smallest sequence number is unavailable, the address pool with the second smallest sequence number is returned.</li> * <li>weight: You can set a different weight value for each address pool. This way, address pools are returned based on the weight values.</li> * <li>source_nearest: Different address pools are returned based on the sources of DNS requests. This way, users can access nearby address pools.</li> * </ul> * * <strong>example:</strong> * <p>round_robin</p> */ @NameInMap("AddressPoolLbStrategy") public String addressPoolLbStrategy; /** * <p>The availability state of the access domain name. Valid values:</p> * <ul> * <li>available: If the access domain name is <strong>enabled</strong> and the health state is <strong>normal</strong>, the access domain name is deemed <strong>available</strong>.</li> * <li>unavailable: If the access domain name is <strong>disabled</strong> or the health state is <strong>abnormal</strong>, the access domain name is deemed <strong>unavailable</strong>.</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("AvailableStatus") public String availableStatus; /** * <p>The configuration ID of the access domain name. Two configuration IDs exist when the access domain name is bound to the same GTM instance but an A record and an AAAA record are configured for the access domain name. The configuration ID uniquely identifies a configuration.</p> * * <strong>example:</strong> * <p>config-000**1</p> */ @NameInMap("ConfigId") public String configId; /** * <p>The enabling state of the access domain name. Valid values:</p> * <ul> * <li>enable: The access domain name is enabled and the intelligent scheduling policy of the corresponding GTM instance takes effect.</li> * <li>disable: The access domain name is disabled and the intelligent scheduling policy of the corresponding GTM instance does not take effect.</li> * </ul> * * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <p>The health state of the access domain name. Valid values:</p> * <ul> * <li>ok: The health state of the access domain name is normal and all address pools that are referenced by the access domain name are available.</li> * <li>ok_alert: The health state of the access domain name is warning and some of the address pools that are referenced by the access domain name are unavailable. In this case, only the available address pools are returned for DNS requests.</li> * <li>exceptional: The health state of the access domain name is abnormal and all address pools that are referenced by the access domain name are unavailable. In this case, addresses in the non-empty address pool with the smallest sequence number are preferentially used for fallback resolution. This returns DNS results for clients as much as possible.</li> * </ul> * * <strong>example:</strong> * <p>ok</p> */ @NameInMap("HealthStatus") public String healthStatus; /** * <p>The ID of the Global Traffic Manager (GTM) 3.0 instance.</p> * * <strong>example:</strong> * <p>gtm-cn-jmp3qnw**03</p> */ @NameInMap("InstanceId") public String instanceId; /** * <p>Instance name.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("InstanceName") public String instanceName; /** * <p>Remarks.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Remark") public String remark; /** * <p>The access domain name. The value of this parameter is composed of the value of ScheduleHostname and the value of ScheduleZoneName.</p> * * <strong>example:</strong> * <p><a href="http://www.example.com">www.example.com</a></p> */ @NameInMap("ScheduleDomainName") public String scheduleDomainName; /** * <p>Host record of the domain accessed by GTM.</p> * * <strong>example:</strong> * <p>www</p> */ @NameInMap("ScheduleHostname") public String scheduleHostname; /** * <p>DNS record types for scheduling domains:</p> * <ul> * <li>A: IPv4 address</li> * <li>AAAA: IPv6 address</li> * <li>CNAME: Domain name</li> * </ul> * * <strong>example:</strong> * <p>A</p> */ @NameInMap("ScheduleRrType") public String scheduleRrType; /** * <p>The zone such as example.com or subzone such as a.example.com of the access domain name. In most cases, the zone or subzone is hosted by the Public Authoritative DNS module of Alibaba Cloud DNS. This zone belongs to the account to which the GTM instance belongs.</p> * * <strong>example:</strong> * <p>example.com</p> */ @NameInMap("ScheduleZoneName") public String scheduleZoneName; /** * <p>The mode used if the address pool with the smallest sequence number is recovered. This parameter is returned when AddressPoolLbStrategy is set to sequence. Valid values:</p> * <ul> * <li>preemptive: The address pool with the smallest sequence number is preferentially used if this address pool is recovered.</li> * <li>non_preemptive: The current address pool is still used even if the address pool with the smallest sequence number is recovered.</li> * </ul> * * <strong>example:</strong> * <p>preemptive</p> */ @NameInMap("SequenceLbStrategyMode") public String sequenceLbStrategyMode; /** * <p>Global TTL, the TTL value for resolving the accessed domain name to addresses in the address pool, which affects the caching time of DNS records in the operator\&quot;s LocalDNS. Supports custom TTL values.</p> * * <strong>example:</strong> * <p>30</p> */ @NameInMap("Ttl") public Integer ttl; /** * <p>Global Traffic Management version 3.0 instance types:</p> * <ul> * <li>standard: Standard Edition</li> * <li>ultimate: Ultimate Edition</li> * </ul> * * <strong>example:</strong> * <p>ultimate</p> */ @NameInMap("VersionCode") public String versionCode; public static DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig self = new DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setAddressPoolLbStrategy(String addressPoolLbStrategy) { this.addressPoolLbStrategy = addressPoolLbStrategy; return this; } public String getAddressPoolLbStrategy() { return this.addressPoolLbStrategy; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setAvailableStatus(String availableStatus) { this.availableStatus = availableStatus; return this; } public String getAvailableStatus() { return this.availableStatus; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setHealthStatus(String healthStatus) { this.healthStatus = healthStatus; return this; } public String getHealthStatus() { return this.healthStatus; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setInstanceName(String instanceName) { this.instanceName = instanceName; return this; } public String getInstanceName() { return this.instanceName; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setScheduleDomainName(String scheduleDomainName) { this.scheduleDomainName = scheduleDomainName; return this; } public String getScheduleDomainName() { return this.scheduleDomainName; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setScheduleHostname(String scheduleHostname) { this.scheduleHostname = scheduleHostname; return this; } public String getScheduleHostname() { return this.scheduleHostname; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setScheduleRrType(String scheduleRrType) { this.scheduleRrType = scheduleRrType; return this; } public String getScheduleRrType() { return this.scheduleRrType; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setScheduleZoneName(String scheduleZoneName) { this.scheduleZoneName = scheduleZoneName; return this; } public String getScheduleZoneName() { return this.scheduleZoneName; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setSequenceLbStrategyMode(String sequenceLbStrategyMode) { this.sequenceLbStrategyMode = sequenceLbStrategyMode; return this; } public String getSequenceLbStrategyMode() { return this.sequenceLbStrategyMode; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setTtl(Integer ttl) { this.ttl = ttl; return this; } public Integer getTtl() { return this.ttl; } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig setVersionCode(String versionCode) { this.versionCode = versionCode; return this; } public String getVersionCode() { return this.versionCode; } } public static class DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigs extends TeaModel { @NameInMap("InstanceConfig") public java.util.List<DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig> instanceConfig; public static DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigs build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigs self = new DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigs(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigs setInstanceConfig(java.util.List<DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig> instanceConfig) { this.instanceConfig = instanceConfig; return this; } public java.util.List<DescribeCloudGtmAddressPoolReferenceResponseBodyInstanceConfigsInstanceConfig> getInstanceConfig() { return this.instanceConfig; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressPoolRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressPoolRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh-CN: Chinese</li> * <li>en-US (default): English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The ID of the address pool. This ID uniquely identifies the address pool.</p> * * <strong>example:</strong> * <p>pool-89564674533755**96</p> */ @NameInMap("AddressPoolId") public String addressPoolId; /** * <p>The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.</p> * * <strong>example:</strong> * <p>1ae05db4-10e7-11ef-b126-00163e24**22</p> */ @NameInMap("ClientToken") public String clientToken; public static DescribeCloudGtmAddressPoolRequest build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolRequest self = new DescribeCloudGtmAddressPoolRequest(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DescribeCloudGtmAddressPoolRequest setAddressPoolId(String addressPoolId) { this.addressPoolId = addressPoolId; return this; } public String getAddressPoolId() { return this.addressPoolId; } public DescribeCloudGtmAddressPoolRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressPoolResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressPoolResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCloudGtmAddressPoolResponseBody body; public static DescribeCloudGtmAddressPoolResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolResponse self = new DescribeCloudGtmAddressPoolResponse(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCloudGtmAddressPoolResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCloudGtmAddressPoolResponse setBody(DescribeCloudGtmAddressPoolResponseBody body) { this.body = body; return this; } public DescribeCloudGtmAddressPoolResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressPoolResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressPoolResponseBody extends TeaModel { /** * <p>Load balancing policy among addresses in the address pool:</p> * <ul> * <li>round_robin: Round-robin, where for any source of DNS resolution requests, all addresses are returned, with a rotation of the order for every request.</li> * <li>sequence: Sequential, where for any source of DNS resolution requests, the address with the lower sequence number (indicating a higher priority, the smaller the number, the higher the priority) is returned. If the address with the lower sequence number is unavailable, the next address with a lower sequence number is returned.</li> * <li>weight: Weighted, supporting the setting of different weight values for each address to realize returning addresses according to the weight ratio of query resolutions.</li> * <li>source_nearest: Source-nearest, also known as intelligent resolution, where GTM can return different addresses based on the source of different DNS resolution requests, achieving the effect of users accessing nearby servers.</li> * </ul> * * <strong>example:</strong> * <p>round_robin</p> */ @NameInMap("AddressLbStrategy") public String addressLbStrategy; /** * <p>The ID of the address pool. This ID uniquely identifies the address pool.</p> * * <strong>example:</strong> * <p>pool-89564674533755**96</p> */ @NameInMap("AddressPoolId") public String addressPoolId; /** * <p>Address pool name.</p> * * <strong>example:</strong> * <p>AddressPool-1</p> */ @NameInMap("AddressPoolName") public String addressPoolName; /** * <p>Address pool type:</p> * <ul> * <li>IPv4</li> * <li>IPv6</li> * <li>domain</li> * </ul> * * <strong>example:</strong> * <p>IPv4</p> */ @NameInMap("AddressPoolType") public String addressPoolType; /** * <p>The addresses.</p> */ @NameInMap("Addresses") public DescribeCloudGtmAddressPoolResponseBodyAddresses addresses; /** * <p>Address pool availability status:</p> * <ul> * <li>available: Available</li> * <li>unavailable: Unavailable</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("AvailableStatus") public String availableStatus; /** * <p>Address pool creation time.</p> * * <strong>example:</strong> * <p>2024-03-15T01:46Z</p> */ @NameInMap("CreateTime") public String createTime; /** * <p>Address pool creation time (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("CreateTimestamp") public Long createTimestamp; /** * <p>Address pool status:</p> * <ul> * <li>enable: Enabled status</li> * <li>disable: Disabled status</li> * </ul> * * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <p>The condition for determining the health status of the address pool. Valid values:</p> * <ul> * <li>any_ok: At least one address in the address pool is available.</li> * <li>p30_ok: At least 30% of the addresses in the address pool are available.</li> * <li>p50_ok: At least 50% of the addresses in the address pool are available.</li> * <li>p70_ok: At least 70% of the addresses in the address pool are available.</li> * <li>all_ok: All addresses in the address pool are available.</li> * </ul> * * <strong>example:</strong> * <p>any_ok</p> */ @NameInMap("HealthJudgement") public String healthJudgement; /** * <p>The health state of the address pool. Valid values:</p> * <ul> * <li>ok: The health state of the address pool is normal and all addresses that are referenced by the address pool are available.</li> * <li>ok_alert: The health state of the address pool is warning and some of the addresses that are referenced by the address pool are unavailable. However, the address pool is deemed normal. In this case, only the available addresses are returned for Domain Name System (DNS) requests.</li> * <li>exceptional: The health state of the address pool is abnormal and some or all of the addresses that are referenced by the address pool are unavailable. In this case, the address pool is deemed abnormal.</li> * </ul> * * <strong>example:</strong> * <p>ok</p> */ @NameInMap("HealthStatus") public String healthStatus; /** * <p>Remarks for the address.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Remark") public String remark; /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; /** * <p>The mode used if the address with the smallest sequence number is recovered. This parameter is returned only when the policy for load balancing between addresses is sequence. Valid values:</p> * <ul> * <li>preemptive: The address with the smallest sequence number is preferentially used if this address is recovered.</li> * <li>non_preemptive: The current address is still used even if the address with the smallest sequence number is recovered.</li> * </ul> * * <strong>example:</strong> * <p>preemptive</p> */ @NameInMap("SequenceLbStrategyMode") public String sequenceLbStrategyMode; /** * <p>The last modification time of the address pool.</p> * * <strong>example:</strong> * <p>2024-03-15T01:46Z</p> */ @NameInMap("UpdateTime") public String updateTime; /** * <p>Last modification time of the address pool (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("UpdateTimestamp") public Long updateTimestamp; public static DescribeCloudGtmAddressPoolResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolResponseBody self = new DescribeCloudGtmAddressPoolResponseBody(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolResponseBody setAddressLbStrategy(String addressLbStrategy) { this.addressLbStrategy = addressLbStrategy; return this; } public String getAddressLbStrategy() { return this.addressLbStrategy; } public DescribeCloudGtmAddressPoolResponseBody setAddressPoolId(String addressPoolId) { this.addressPoolId = addressPoolId; return this; } public String getAddressPoolId() { return this.addressPoolId; } public DescribeCloudGtmAddressPoolResponseBody setAddressPoolName(String addressPoolName) { this.addressPoolName = addressPoolName; return this; } public String getAddressPoolName() { return this.addressPoolName; } public DescribeCloudGtmAddressPoolResponseBody setAddressPoolType(String addressPoolType) { this.addressPoolType = addressPoolType; return this; } public String getAddressPoolType() { return this.addressPoolType; } public DescribeCloudGtmAddressPoolResponseBody setAddresses(DescribeCloudGtmAddressPoolResponseBodyAddresses addresses) { this.addresses = addresses; return this; } public DescribeCloudGtmAddressPoolResponseBodyAddresses getAddresses() { return this.addresses; } public DescribeCloudGtmAddressPoolResponseBody setAvailableStatus(String availableStatus) { this.availableStatus = availableStatus; return this; } public String getAvailableStatus() { return this.availableStatus; } public DescribeCloudGtmAddressPoolResponseBody setCreateTime(String createTime) { this.createTime = createTime; return this; } public String getCreateTime() { return this.createTime; } public DescribeCloudGtmAddressPoolResponseBody setCreateTimestamp(Long createTimestamp) { this.createTimestamp = createTimestamp; return this; } public Long getCreateTimestamp() { return this.createTimestamp; } public DescribeCloudGtmAddressPoolResponseBody setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public DescribeCloudGtmAddressPoolResponseBody setHealthJudgement(String healthJudgement) { this.healthJudgement = healthJudgement; return this; } public String getHealthJudgement() { return this.healthJudgement; } public DescribeCloudGtmAddressPoolResponseBody setHealthStatus(String healthStatus) { this.healthStatus = healthStatus; return this; } public String getHealthStatus() { return this.healthStatus; } public DescribeCloudGtmAddressPoolResponseBody setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public DescribeCloudGtmAddressPoolResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DescribeCloudGtmAddressPoolResponseBody setSequenceLbStrategyMode(String sequenceLbStrategyMode) { this.sequenceLbStrategyMode = sequenceLbStrategyMode; return this; } public String getSequenceLbStrategyMode() { return this.sequenceLbStrategyMode; } public DescribeCloudGtmAddressPoolResponseBody setUpdateTime(String updateTime) { this.updateTime = updateTime; return this; } public String getUpdateTime() { return this.updateTime; } public DescribeCloudGtmAddressPoolResponseBody setUpdateTimestamp(Long updateTimestamp) { this.updateTimestamp = updateTimestamp; return this; } public Long getUpdateTimestamp() { return this.updateTimestamp; } public static class DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasksHealthTask extends TeaModel { /** * <p>The target service port for health check probes. When the health check protocol is set to Ping, configuration of the service port is not supported.</p> * * <strong>example:</strong> * <p>80</p> */ @NameInMap("Port") public Integer port; /** * <p>ID of the health check template associated with the address.</p> * * <strong>example:</strong> * <p>mtp-89518052425100**80</p> */ @NameInMap("TemplateId") public String templateId; /** * <p>Health check template name.</p> * * <strong>example:</strong> * <p>IPv4-Ping</p> */ @NameInMap("TemplateName") public String templateName; public static DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasksHealthTask build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasksHealthTask self = new DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasksHealthTask(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasksHealthTask setPort(Integer port) { this.port = port; return this; } public Integer getPort() { return this.port; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasksHealthTask setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasksHealthTask setTemplateName(String templateName) { this.templateName = templateName; return this; } public String getTemplateName() { return this.templateName; } } public static class DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasks extends TeaModel { @NameInMap("HealthTask") public java.util.List<DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasksHealthTask> healthTask; public static DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasks build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasks self = new DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasks(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasks setHealthTask(java.util.List<DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasksHealthTask> healthTask) { this.healthTask = healthTask; return this; } public java.util.List<DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasksHealthTask> getHealthTask() { return this.healthTask; } } public static class DescribeCloudGtmAddressPoolResponseBodyAddressesAddressRequestSource extends TeaModel { @NameInMap("RequestSource") public java.util.List<String> requestSource; public static DescribeCloudGtmAddressPoolResponseBodyAddressesAddressRequestSource build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolResponseBodyAddressesAddressRequestSource self = new DescribeCloudGtmAddressPoolResponseBodyAddressesAddressRequestSource(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddressRequestSource setRequestSource(java.util.List<String> requestSource) { this.requestSource = requestSource; return this; } public java.util.List<String> getRequestSource() { return this.requestSource; } } public static class DescribeCloudGtmAddressPoolResponseBodyAddressesAddress extends TeaModel { /** * <p>IP address or domain name.</p> * * <strong>example:</strong> * <p>223.5.XX.XX</p> */ @NameInMap("Address") public String address; /** * <p>The address ID. This ID uniquely identifies the address.</p> * * <strong>example:</strong> * <p>addr-89518218114368**92</p> */ @NameInMap("AddressId") public String addressId; /** * <p>Address ownership information, not supported in the current version.</p> * * <strong>example:</strong> * <p>Not supported in the current version.</p> */ @NameInMap("AttributeInfo") public String attributeInfo; /** * <p>The failover method that is used if the address fails health checks. Valid values:</p> * <ul> * <li>auto: the automatic mode. The system determines whether to return an address based on the health check results. If the address fails health checks, the system does not return the address. If the address passes health checks, the system returns the address.</li> * <li>manual: the manual mode. If an address is in the unavailable state, the address is not returned for DNS requests even if the address passes health checks. If an address is in the available state, the address is returned for DNS requests even if an alert is triggered when the address fails health checks.</li> * </ul> * * <strong>example:</strong> * <p>auto</p> */ @NameInMap("AvailableMode") public String availableMode; /** * <p>Address availability status:</p> * <ul> * <li>available: Address available</li> * <li>unavailable: Address unavailable</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("AvailableStatus") public String availableStatus; /** * <p>Address creation time.</p> * * <strong>example:</strong> * <p>2024-03-15T01:46Z</p> */ @NameInMap("CreateTime") public String createTime; /** * <p>Address creation time (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("CreateTimestamp") public Long createTimestamp; /** * <p>Address enable status, indicating whether the address is currently available:</p> * <ul> * <li>enable: Enabled status</li> * <li>disable: Disabled status</li> * </ul> * * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <p>The condition for determining the health status of the address. Valid values:</p> * <ul> * <li>any_ok: The health check results of at least one health check template are normal.</li> * <li>p30_ok: The health check results of at least 30% of health check templates are normal.</li> * <li>p50_ok: The health check results of at least 50% of health check templates are normal.</li> * <li>p70_ok: The health check results of at least 70% of health check templates are normal.</li> * <li>all_ok: The health check results of all health check templates are normal.</li> * </ul> * * <strong>example:</strong> * <p>any_ok</p> */ @NameInMap("HealthJudgement") public String healthJudgement; /** * <p>The health check state of the address. Valid values:</p> * <ul> * <li>ok: The address passes all health checks of the referenced health check templates.</li> * <li>ok_alert: The address fails some health checks of the referenced health check templates but the address is deemed normal.</li> * <li>ok_no_monitor: The address does not reference a health check template and is normal.</li> * <li>exceptional: The address fails some or all health checks of the referenced health check templates and the address is deemed abnormal.</li> * </ul> * * <strong>example:</strong> * <p>ok</p> */ @NameInMap("HealthStatus") public String healthStatus; /** * <p>Health check task list.</p> */ @NameInMap("HealthTasks") public DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasks healthTasks; /** * <p>The availability state of the address when AvailableMode is set to manual. Valid values:</p> * <ul> * <li>available: The address is normal. In this state, the address is returned for DNS requests even if an alert is triggered when the address fails health checks.</li> * <li>unavailable: The address is abnormal. In this state, the address is not returned for DNS requests even if the address passes health checks.</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("ManualAvailableStatus") public String manualAvailableStatus; /** * <p>Address name.</p> * * <strong>example:</strong> * <p>Address-1</p> */ @NameInMap("Name") public String name; /** * <p>Remarks for the address.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Remark") public String remark; /** * <p>The request source list.</p> */ @NameInMap("RequestSource") public DescribeCloudGtmAddressPoolResponseBodyAddressesAddressRequestSource requestSource; /** * <p>Indicates whether it is a sequential (non-preemptive) scheduling object for hybrid cloud management scenarios: - true: yes - false: no</p> * * <strong>example:</strong> * <p>false</p> */ @NameInMap("SeqNonPreemptiveSchedule") public Boolean seqNonPreemptiveSchedule; /** * <p>Sequence number, indicating the priority of address return, where smaller numbers have higher priority.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("SerialNumber") public Integer serialNumber; /** * <p>The address type. Valid values:</p> * <ul> * <li>IPv4: IPv4 address</li> * <li>IPv6: IPv6 address</li> * <li>domain: domain name</li> * </ul> * * <strong>example:</strong> * <p>IPv4</p> */ @NameInMap("Type") public String type; /** * <p>The last time the address was modified.</p> * * <strong>example:</strong> * <p>2024-03-15T01:46Z</p> */ @NameInMap("UpdateTime") public String updateTime; /** * <p>The last modification time of the address (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("UpdateTimestamp") public Long updateTimestamp; /** * <p>Weight value (an integer between 1 and 100, inclusive), allowing different weight values to be set for each address, enabling resolution queries to return addresses according to the weighted ratio.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("WeightValue") public Integer weightValue; public static DescribeCloudGtmAddressPoolResponseBodyAddressesAddress build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolResponseBodyAddressesAddress self = new DescribeCloudGtmAddressPoolResponseBodyAddressesAddress(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setAddress(String address) { this.address = address; return this; } public String getAddress() { return this.address; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setAddressId(String addressId) { this.addressId = addressId; return this; } public String getAddressId() { return this.addressId; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setAttributeInfo(String attributeInfo) { this.attributeInfo = attributeInfo; return this; } public String getAttributeInfo() { return this.attributeInfo; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setAvailableMode(String availableMode) { this.availableMode = availableMode; return this; } public String getAvailableMode() { return this.availableMode; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setAvailableStatus(String availableStatus) { this.availableStatus = availableStatus; return this; } public String getAvailableStatus() { return this.availableStatus; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setCreateTime(String createTime) { this.createTime = createTime; return this; } public String getCreateTime() { return this.createTime; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setCreateTimestamp(Long createTimestamp) { this.createTimestamp = createTimestamp; return this; } public Long getCreateTimestamp() { return this.createTimestamp; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setHealthJudgement(String healthJudgement) { this.healthJudgement = healthJudgement; return this; } public String getHealthJudgement() { return this.healthJudgement; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setHealthStatus(String healthStatus) { this.healthStatus = healthStatus; return this; } public String getHealthStatus() { return this.healthStatus; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setHealthTasks(DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasks healthTasks) { this.healthTasks = healthTasks; return this; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddressHealthTasks getHealthTasks() { return this.healthTasks; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setManualAvailableStatus(String manualAvailableStatus) { this.manualAvailableStatus = manualAvailableStatus; return this; } public String getManualAvailableStatus() { return this.manualAvailableStatus; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setRequestSource(DescribeCloudGtmAddressPoolResponseBodyAddressesAddressRequestSource requestSource) { this.requestSource = requestSource; return this; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddressRequestSource getRequestSource() { return this.requestSource; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setSeqNonPreemptiveSchedule(Boolean seqNonPreemptiveSchedule) { this.seqNonPreemptiveSchedule = seqNonPreemptiveSchedule; return this; } public Boolean getSeqNonPreemptiveSchedule() { return this.seqNonPreemptiveSchedule; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setSerialNumber(Integer serialNumber) { this.serialNumber = serialNumber; return this; } public Integer getSerialNumber() { return this.serialNumber; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setUpdateTime(String updateTime) { this.updateTime = updateTime; return this; } public String getUpdateTime() { return this.updateTime; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setUpdateTimestamp(Long updateTimestamp) { this.updateTimestamp = updateTimestamp; return this; } public Long getUpdateTimestamp() { return this.updateTimestamp; } public DescribeCloudGtmAddressPoolResponseBodyAddressesAddress setWeightValue(Integer weightValue) { this.weightValue = weightValue; return this; } public Integer getWeightValue() { return this.weightValue; } } public static class DescribeCloudGtmAddressPoolResponseBodyAddresses extends TeaModel { @NameInMap("Address") public java.util.List<DescribeCloudGtmAddressPoolResponseBodyAddressesAddress> address; public static DescribeCloudGtmAddressPoolResponseBodyAddresses build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressPoolResponseBodyAddresses self = new DescribeCloudGtmAddressPoolResponseBodyAddresses(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressPoolResponseBodyAddresses setAddress(java.util.List<DescribeCloudGtmAddressPoolResponseBodyAddressesAddress> address) { this.address = address; return this; } public java.util.List<DescribeCloudGtmAddressPoolResponseBodyAddressesAddress> getAddress() { return this.address; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressReferenceRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressReferenceRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh-CN: Chinese</li> * <li>en-US (default): English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The address ID. This ID uniquely identifies the address.</p> * * <strong>example:</strong> * <p>addr-89518218114368**92</p> */ @NameInMap("AddressId") public String addressId; /** * <p>The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.</p> * * <strong>example:</strong> * <p>1ae05db4-10e7-11ef-b126-00163e24**22</p> */ @NameInMap("ClientToken") public String clientToken; public static DescribeCloudGtmAddressReferenceRequest build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressReferenceRequest self = new DescribeCloudGtmAddressReferenceRequest(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressReferenceRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DescribeCloudGtmAddressReferenceRequest setAddressId(String addressId) { this.addressId = addressId; return this; } public String getAddressId() { return this.addressId; } public DescribeCloudGtmAddressReferenceRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressReferenceResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressReferenceResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCloudGtmAddressReferenceResponseBody body; public static DescribeCloudGtmAddressReferenceResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressReferenceResponse self = new DescribeCloudGtmAddressReferenceResponse(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressReferenceResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCloudGtmAddressReferenceResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCloudGtmAddressReferenceResponse setBody(DescribeCloudGtmAddressReferenceResponseBody body) { this.body = body; return this; } public DescribeCloudGtmAddressReferenceResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressReferenceResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressReferenceResponseBody extends TeaModel { /** * <p>IP address or domain name.</p> * * <strong>example:</strong> * <p>223.5.XX.XX</p> */ @NameInMap("Address") public String address; /** * <p>The address ID. This ID uniquely identifies the address.</p> * * <strong>example:</strong> * <p>addr-89564584963974**40</p> */ @NameInMap("AddressId") public String addressId; /** * <p>The address pools.</p> */ @NameInMap("AddressPools") public DescribeCloudGtmAddressReferenceResponseBodyAddressPools addressPools; /** * <p>Address name.</p> * * <strong>example:</strong> * <p>Address-1</p> */ @NameInMap("Name") public String name; /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; public static DescribeCloudGtmAddressReferenceResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressReferenceResponseBody self = new DescribeCloudGtmAddressReferenceResponseBody(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressReferenceResponseBody setAddress(String address) { this.address = address; return this; } public String getAddress() { return this.address; } public DescribeCloudGtmAddressReferenceResponseBody setAddressId(String addressId) { this.addressId = addressId; return this; } public String getAddressId() { return this.addressId; } public DescribeCloudGtmAddressReferenceResponseBody setAddressPools(DescribeCloudGtmAddressReferenceResponseBodyAddressPools addressPools) { this.addressPools = addressPools; return this; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPools getAddressPools() { return this.addressPools; } public DescribeCloudGtmAddressReferenceResponseBody setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public DescribeCloudGtmAddressReferenceResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public static class DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig extends TeaModel { /** * <p>The policy for load balancing between address pools. Valid values:</p> * <ul> * <li>round_robin: All address pools are returned for Domain Name System (DNS) requests from any source. All address pools are sorted in round-robin mode each time they are returned.</li> * <li>sequence: The address pool with the smallest sequence number is preferentially returned for DNS requests from any source. The sequence number indicates the priority for returning the address pool. A smaller sequence number indicates a higher priority. If the address pool with the smallest sequence number is unavailable, the address pool with the second smallest sequence number is returned.</li> * <li>weight: You can set a different weight value for each address pool. This way, address pools are returned based on the weight values.</li> * <li>source_nearest: Different address pools are returned based on the sources of DNS requests. This way, users can access nearby address pools.</li> * </ul> * * <strong>example:</strong> * <p>round_robin</p> */ @NameInMap("AddressPoolLbStrategy") public String addressPoolLbStrategy; /** * <p>The availability state of the access domain name. Valid values:</p> * <ul> * <li>available: If the access domain name is <strong>enabled</strong> and the health state is normal, the access domain name is deemed <strong>available</strong>.</li> * <li>unavailable: If the access domain name is <strong>disabled</strong> or the health state is <strong>abnormal</strong>, the access domain name is deemed <strong>unavailable</strong>.</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("AvailableStatus") public String availableStatus; /** * <p>The configuration ID of the access domain name. Two configuration IDs exist when the access domain name is bound to the same GTM instance but an A record and an AAAA record are configured for the access domain name. The configuration ID uniquely identifies a configuration.</p> * * <strong>example:</strong> * <p>config-00**01</p> */ @NameInMap("ConfigId") public String configId; /** * <p>The enabling state of the access domain name. Valid values:</p> * <ul> * <li>enable: The access domain name is enabled and the intelligent scheduling policy of the corresponding GTM instance takes effect.</li> * <li>disable: The access domain name is disabled and the intelligent scheduling policy of the corresponding GTM instance does not take effect.</li> * </ul> * * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <p>The health state of the access domain name. Valid values:</p> * <ul> * <li>ok: The health state of the access domain name is normal and all address pools that are referenced by the access domain name are available.</li> * <li>ok_alert: The health state of the access domain name is warning and some of the address pools that are referenced by the access domain name are unavailable. In this case, only the available address pools are returned for DNS requests.</li> * <li>exceptional: The health state of the access domain name is abnormal and all address pools that are referenced by the access domain name are unavailable. In this case, addresses in the non-empty address pool with the smallest sequence number are preferentially used for fallback resolution. This returns DNS results for clients as much as possible.</li> * </ul> * * <strong>example:</strong> * <p>ok</p> */ @NameInMap("HealthStatus") public String healthStatus; /** * <p>The ID of the GTM 3.0 instance.</p> * * <strong>example:</strong> * <p>gtm-cn-zz11t58**0k</p> */ @NameInMap("InstanceId") public String instanceId; /** * <p>Instance name.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("InstanceName") public String instanceName; /** * <p>Remarks.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Remark") public String remark; /** * <p>The access domain name. The value of this parameter is composed of the value of ScheduleHostname and the value of ScheduleZoneName.</p> * * <strong>example:</strong> * <p><a href="http://www.example.com">www.example.com</a></p> */ @NameInMap("ScheduleDomainName") public String scheduleDomainName; /** * <p>Host record of the domain accessed by GTM.</p> * * <strong>example:</strong> * <p>www</p> */ @NameInMap("ScheduleHostname") public String scheduleHostname; /** * <p>DNS record types for the scheduling domain:</p> * <ul> * <li>A: IPv4 address</li> * <li>AAAA: IPv6 address</li> * <li>CNAME: Domain name</li> * </ul> * * <strong>example:</strong> * <p>A</p> */ @NameInMap("ScheduleRrType") public String scheduleRrType; /** * <p>The zone such as example.com or subzone such as a.example.com of the access domain name. In most cases, the zone or subzone is hosted by the Public Authoritative DNS module of Alibaba Cloud DNS. This zone belongs to the account to which the GTM instance belongs.</p> * * <strong>example:</strong> * <p>example.com</p> */ @NameInMap("ScheduleZoneName") public String scheduleZoneName; /** * <p>The mode used if the address pool with the smallest sequence number is recovered. This parameter is returned when AddressPoolLbStrategy is set to sequence. Valid values:</p> * <ul> * <li>preemptive: The address pool with the smallest sequence number is preferentially used if this address pool is recovered.</li> * <li>non_preemptive: The current address pool is still used even if the address pool with the smallest sequence number is recovered.</li> * </ul> * * <strong>example:</strong> * <p>preemptive</p> */ @NameInMap("SequenceLbStrategyMode") public String sequenceLbStrategyMode; /** * <p>Global TTL (in seconds), the TTL value for domain name resolution to addresses in the address pool, which affects the caching time of DNS records in the ISP\&quot;s LocalDNS. Custom TTL values are supported.</p> * * <strong>example:</strong> * <p>30</p> */ @NameInMap("Ttl") public Integer ttl; /** * <p>Global Traffic Management version 3.0 instance types:</p> * <ul> * <li>standard: Standard Edition</li> * <li>ultimate: Ultimate Edition</li> * </ul> * * <strong>example:</strong> * <p>ultimate</p> */ @NameInMap("VersionCode") public String versionCode; public static DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig self = new DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setAddressPoolLbStrategy(String addressPoolLbStrategy) { this.addressPoolLbStrategy = addressPoolLbStrategy; return this; } public String getAddressPoolLbStrategy() { return this.addressPoolLbStrategy; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setAvailableStatus(String availableStatus) { this.availableStatus = availableStatus; return this; } public String getAvailableStatus() { return this.availableStatus; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setHealthStatus(String healthStatus) { this.healthStatus = healthStatus; return this; } public String getHealthStatus() { return this.healthStatus; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setInstanceName(String instanceName) { this.instanceName = instanceName; return this; } public String getInstanceName() { return this.instanceName; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setScheduleDomainName(String scheduleDomainName) { this.scheduleDomainName = scheduleDomainName; return this; } public String getScheduleDomainName() { return this.scheduleDomainName; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setScheduleHostname(String scheduleHostname) { this.scheduleHostname = scheduleHostname; return this; } public String getScheduleHostname() { return this.scheduleHostname; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setScheduleRrType(String scheduleRrType) { this.scheduleRrType = scheduleRrType; return this; } public String getScheduleRrType() { return this.scheduleRrType; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setScheduleZoneName(String scheduleZoneName) { this.scheduleZoneName = scheduleZoneName; return this; } public String getScheduleZoneName() { return this.scheduleZoneName; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setSequenceLbStrategyMode(String sequenceLbStrategyMode) { this.sequenceLbStrategyMode = sequenceLbStrategyMode; return this; } public String getSequenceLbStrategyMode() { return this.sequenceLbStrategyMode; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setTtl(Integer ttl) { this.ttl = ttl; return this; } public Integer getTtl() { return this.ttl; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig setVersionCode(String versionCode) { this.versionCode = versionCode; return this; } public String getVersionCode() { return this.versionCode; } } public static class DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigs extends TeaModel { @NameInMap("InstanceConfig") public java.util.List<DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig> instanceConfig; public static DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigs build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigs self = new DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigs(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigs setInstanceConfig(java.util.List<DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig> instanceConfig) { this.instanceConfig = instanceConfig; return this; } public java.util.List<DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigsInstanceConfig> getInstanceConfig() { return this.instanceConfig; } } public static class DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool extends TeaModel { /** * <p>Load balancing policy among addresses in the address pool:</p> * <ul> * <li>round_robin: Round-robin, for any source of DNS resolution requests, all addresses are returned, with a rotation sort applied to all addresses each time.</li> * <li>sequence: Sequential, for any source of DNS resolution requests, returns the address with the smaller sequence number (the sequence number indicates the priority of address return, with smaller numbers having higher priority). If the address with the smaller sequence number is unavailable, the next address with a smaller sequence number is returned.</li> * <li>weight: Weighted, supports setting different weight values for each address, realizing the return of addresses according to the ratio of weight for DNS query resolutions.</li> * <li>source_nearest: Source-nearest, i.e., intelligent resolution function, where GTM can return different addresses based on the source of different DNS resolution requests, achieving the effect of users accessing nearby.</li> * </ul> * * <strong>example:</strong> * <p>round_robin</p> */ @NameInMap("AddressLbStrategy") public String addressLbStrategy; /** * <p>The ID of the address pool.</p> * * <strong>example:</strong> * <p>pool-895280232254422016</p> */ @NameInMap("AddressPoolId") public String addressPoolId; /** * <p>Address pool name.</p> * * <strong>example:</strong> * <p>AddressPool-1</p> */ @NameInMap("AddressPoolName") public String addressPoolName; /** * <p>Address pool type:</p> * <ul> * <li>IPv4</li> * <li>IPv6</li> * <li>domain</li> * </ul> * * <strong>example:</strong> * <p>IPv4</p> */ @NameInMap("AddressPoolType") public String addressPoolType; /** * <p>Address pool availability status:</p> * <ul> * <li>available</li> * <li>unavailable</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("AvailableStatus") public String availableStatus; /** * <p>Address pool status:</p> * <ul> * <li>enable: Enabled status</li> * <li>disable: Disabled status</li> * </ul> * * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <p>The condition for determining the health status of the address pool. Valid values:</p> * <ul> * <li>any_ok: At least one address in the address pool is available.</li> * <li>p30_ok: At least 30% of the addresses in the address pool are available.</li> * <li>p50_ok: At least 50% of the addresses in the address pool are available.</li> * <li>p70_ok: At least 70% of the addresses in the address pool are available.</li> * <li>all_ok: All addresses in the address pool are available.</li> * </ul> * * <strong>example:</strong> * <p>any_ok</p> */ @NameInMap("HealthJudgement") public String healthJudgement; /** * <p>The health state of the address pool. Valid values:</p> * <ul> * <li>ok: The health state of the address pool is normal and all addresses that are referenced by the address pool are available.</li> * <li>ok_alert: The health state of the address pool is warning and some of the addresses that are referenced by the address pool are unavailable. However, the address pool is deemed normal. In this case, only the available addresses are returned for DNS requests.</li> * <li>exceptional: The health state of the address pool is abnormal and some or all of the addresses that are referenced by the address pool are unavailable. In this case, the address pool is deemed abnormal.</li> * </ul> * * <strong>example:</strong> * <p>ok</p> */ @NameInMap("HealthStatus") public String healthStatus; /** * <p>The instances that reference the address pool.</p> */ @NameInMap("InstanceConfigs") public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigs instanceConfigs; /** * <p>Remarks for the address pool.</p> * * <strong>example:</strong> * <p>pool-1</p> */ @NameInMap("Remark") public String remark; /** * <p>Load balancing policy between addresses in sequential mode during the recovery of preceding resources service mode:</p> * <ul> * <li>preemptive: Preemption mode, where upon recovery of preceding resources, priority is given to using addresses with smaller sequence numbers;</li> * <li>non_preemptive: Non-preemption mode, where upon recovery of preceding resources, the current address continues to be used;</li> * </ul> * * <strong>example:</strong> * <p>preemptive</p> */ @NameInMap("SequenceLbStrategyMode") public String sequenceLbStrategyMode; public static DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool self = new DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool setAddressLbStrategy(String addressLbStrategy) { this.addressLbStrategy = addressLbStrategy; return this; } public String getAddressLbStrategy() { return this.addressLbStrategy; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool setAddressPoolId(String addressPoolId) { this.addressPoolId = addressPoolId; return this; } public String getAddressPoolId() { return this.addressPoolId; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool setAddressPoolName(String addressPoolName) { this.addressPoolName = addressPoolName; return this; } public String getAddressPoolName() { return this.addressPoolName; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool setAddressPoolType(String addressPoolType) { this.addressPoolType = addressPoolType; return this; } public String getAddressPoolType() { return this.addressPoolType; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool setAvailableStatus(String availableStatus) { this.availableStatus = availableStatus; return this; } public String getAvailableStatus() { return this.availableStatus; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool setHealthJudgement(String healthJudgement) { this.healthJudgement = healthJudgement; return this; } public String getHealthJudgement() { return this.healthJudgement; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool setHealthStatus(String healthStatus) { this.healthStatus = healthStatus; return this; } public String getHealthStatus() { return this.healthStatus; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool setInstanceConfigs(DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigs instanceConfigs) { this.instanceConfigs = instanceConfigs; return this; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPoolInstanceConfigs getInstanceConfigs() { return this.instanceConfigs; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool setSequenceLbStrategyMode(String sequenceLbStrategyMode) { this.sequenceLbStrategyMode = sequenceLbStrategyMode; return this; } public String getSequenceLbStrategyMode() { return this.sequenceLbStrategyMode; } } public static class DescribeCloudGtmAddressReferenceResponseBodyAddressPools extends TeaModel { @NameInMap("AddressPool") public java.util.List<DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool> addressPool; public static DescribeCloudGtmAddressReferenceResponseBodyAddressPools build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressReferenceResponseBodyAddressPools self = new DescribeCloudGtmAddressReferenceResponseBodyAddressPools(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressReferenceResponseBodyAddressPools setAddressPool(java.util.List<DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool> addressPool) { this.addressPool = addressPool; return this; } public java.util.List<DescribeCloudGtmAddressReferenceResponseBodyAddressPoolsAddressPool> getAddressPool() { return this.addressPool; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh-CN: Chinese</li> * <li>en-US (default): English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The address ID. This ID uniquely identifies the address.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>addr-89518218114368**92</p> */ @NameInMap("AddressId") public String addressId; /** * <p>The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.</p> * * <strong>example:</strong> * <p>1ae05db4-10e7-11ef-b126-00163e24**22</p> */ @NameInMap("ClientToken") public String clientToken; public static DescribeCloudGtmAddressRequest build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressRequest self = new DescribeCloudGtmAddressRequest(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DescribeCloudGtmAddressRequest setAddressId(String addressId) { this.addressId = addressId; return this; } public String getAddressId() { return this.addressId; } public DescribeCloudGtmAddressRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCloudGtmAddressResponseBody body; public static DescribeCloudGtmAddressResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressResponse self = new DescribeCloudGtmAddressResponse(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCloudGtmAddressResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCloudGtmAddressResponse setBody(DescribeCloudGtmAddressResponseBody body) { this.body = body; return this; } public DescribeCloudGtmAddressResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmAddressResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmAddressResponseBody extends TeaModel { /** * <p>IP address or domain name.</p> * * <strong>example:</strong> * <p>223.5.XX.XX</p> */ @NameInMap("Address") public String address; /** * <p>The address ID. This ID uniquely identifies the address.</p> * * <strong>example:</strong> * <p>addr-89518218114368**92</p> */ @NameInMap("AddressId") public String addressId; /** * <p>Address ownership information.</p> * * <strong>example:</strong> * <p>The current version does not support passing this parameter, please do not input the parameter.</p> */ @NameInMap("AttributeInfo") public String attributeInfo; /** * <p>The failover method that is used if the address fails health checks. Valid values:</p> * <ul> * <li>auto: the automatic mode. The system determines whether to return an address based on the health check results. If the address fails health checks, the system does not return the address. If the address passes health checks, the system returns the address.</li> * <li>manual: the manual mode. If an address is in the unavailable state, the address is not returned for Domain Name System (DNS) requests even if the address passes health checks. If an address is in the available state, the address is returned for DNS requests even if an alert is triggered when the address fails health checks.</li> * </ul> * * <strong>example:</strong> * <p>auto</p> */ @NameInMap("AvailableMode") public String availableMode; /** * <p>Address availability status:</p> * <ul> * <li>available: Available</li> * <li>unavailable: Unavailable</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("AvailableStatus") public String availableStatus; /** * <p>Address creation time.</p> * * <strong>example:</strong> * <p>2024-03-23T13:09Z</p> */ @NameInMap("CreateTime") public String createTime; /** * <p>Creation time (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("CreateTimestamp") public Long createTimestamp; /** * <p>Indicates the current enabled status of the address: * enabled: enabled state * disabled: disabled state</p> * * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <p>The condition for determining the health status of the address. Valid values:</p> * <ul> * <li>any_ok: The health check results of at least one health check template are normal.</li> * <li>p30_ok: The health check results of at least 30% of health check templates are normal.</li> * <li>p50_ok: The health check results of at least 50% of health check templates are normal.</li> * <li>p70_ok: The health check results of at least 70% of health check templates are normal.</li> * <li>all_ok: The health check results of all health check templates are normal.</li> * </ul> * * <strong>example:</strong> * <p>p50_ok</p> */ @NameInMap("HealthJudgement") public String healthJudgement; /** * <p>The health check state of the address. Valid values:</p> * <ul> * <li>ok: The address passes all health checks of the referenced health check templates.</li> * <li>ok_alert: The address fails some health checks of the referenced health check templates but the address is deemed normal.</li> * <li>ok_no_monitor: The address does not reference a health check template.</li> * <li>exceptional: The address fails some or all health checks of the referenced health check templates and the address is deemed abnormal.</li> * </ul> * * <strong>example:</strong> * <p>ok</p> */ @NameInMap("HealthStatus") public String healthStatus; /** * <p>The health check tasks referenced by the address.</p> */ @NameInMap("HealthTasks") public DescribeCloudGtmAddressResponseBodyHealthTasks healthTasks; /** * <p>The availability state of the address when AvailableMode is set to manual. Valid values:</p> * <ul> * <li>available: The address is normal. In this state, the address is returned for DNS requests even if an alert is triggered when the address fails health checks.</li> * <li>unavailable: The address is abnormal. In this state, the address is not returned for DNS requests even if the address passes health checks.</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("ManualAvailableStatus") public String manualAvailableStatus; /** * <p>Address name.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Name") public String name; /** * <p>Remarks.</p> * * <strong>example:</strong> * <p>test1</p> */ @NameInMap("Remark") public String remark; /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>B57C121B-A45F-44D8-A9B2-13E5A5044195</p> */ @NameInMap("RequestId") public String requestId; /** * <p>Address type:</p> * <ul> * <li>IPv4</li> * <li>IPv6</li> * <li>domain</li> * </ul> * * <strong>example:</strong> * <p>IPv4</p> */ @NameInMap("Type") public String type; /** * <p>The last modification time of the address configuration.</p> * * <strong>example:</strong> * <p>2024-03-29T13:20Z</p> */ @NameInMap("UpdateTime") public String updateTime; /** * <p>Modified time (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("UpdateTimestamp") public Long updateTimestamp; public static DescribeCloudGtmAddressResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressResponseBody self = new DescribeCloudGtmAddressResponseBody(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressResponseBody setAddress(String address) { this.address = address; return this; } public String getAddress() { return this.address; } public DescribeCloudGtmAddressResponseBody setAddressId(String addressId) { this.addressId = addressId; return this; } public String getAddressId() { return this.addressId; } public DescribeCloudGtmAddressResponseBody setAttributeInfo(String attributeInfo) { this.attributeInfo = attributeInfo; return this; } public String getAttributeInfo() { return this.attributeInfo; } public DescribeCloudGtmAddressResponseBody setAvailableMode(String availableMode) { this.availableMode = availableMode; return this; } public String getAvailableMode() { return this.availableMode; } public DescribeCloudGtmAddressResponseBody setAvailableStatus(String availableStatus) { this.availableStatus = availableStatus; return this; } public String getAvailableStatus() { return this.availableStatus; } public DescribeCloudGtmAddressResponseBody setCreateTime(String createTime) { this.createTime = createTime; return this; } public String getCreateTime() { return this.createTime; } public DescribeCloudGtmAddressResponseBody setCreateTimestamp(Long createTimestamp) { this.createTimestamp = createTimestamp; return this; } public Long getCreateTimestamp() { return this.createTimestamp; } public DescribeCloudGtmAddressResponseBody setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public DescribeCloudGtmAddressResponseBody setHealthJudgement(String healthJudgement) { this.healthJudgement = healthJudgement; return this; } public String getHealthJudgement() { return this.healthJudgement; } public DescribeCloudGtmAddressResponseBody setHealthStatus(String healthStatus) { this.healthStatus = healthStatus; return this; } public String getHealthStatus() { return this.healthStatus; } public DescribeCloudGtmAddressResponseBody setHealthTasks(DescribeCloudGtmAddressResponseBodyHealthTasks healthTasks) { this.healthTasks = healthTasks; return this; } public DescribeCloudGtmAddressResponseBodyHealthTasks getHealthTasks() { return this.healthTasks; } public DescribeCloudGtmAddressResponseBody setManualAvailableStatus(String manualAvailableStatus) { this.manualAvailableStatus = manualAvailableStatus; return this; } public String getManualAvailableStatus() { return this.manualAvailableStatus; } public DescribeCloudGtmAddressResponseBody setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public DescribeCloudGtmAddressResponseBody setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public DescribeCloudGtmAddressResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DescribeCloudGtmAddressResponseBody setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public DescribeCloudGtmAddressResponseBody setUpdateTime(String updateTime) { this.updateTime = updateTime; return this; } public String getUpdateTime() { return this.updateTime; } public DescribeCloudGtmAddressResponseBody setUpdateTimestamp(Long updateTimestamp) { this.updateTimestamp = updateTimestamp; return this; } public Long getUpdateTimestamp() { return this.updateTimestamp; } public static class DescribeCloudGtmAddressResponseBodyHealthTasksHealthTask extends TeaModel { /** * <p>The state of the health check task. Valid values:</p> * <ul> * <li>ok: The task is normal.</li> * <li>alert: An alert is triggered.</li> * <li>no_data: No data is available. In most cases, the health check task is newly created and no data is collected.</li> * </ul> * * <strong>example:</strong> * <p>ok</p> */ @NameInMap("MonitorStatus") public String monitorStatus; /** * <p>The target service port for health checks. When the Ping protocol is selected for health checks, configuration of the service port is not supported.</p> * * <strong>example:</strong> * <p>80</p> */ @NameInMap("Port") public Integer port; /** * <p>The ID of the health check template associated with the address.</p> * * <strong>example:</strong> * <p>mtp-89518052425100**80</p> */ @NameInMap("TemplateId") public String templateId; /** * <p>The name of the health check template.</p> * * <strong>example:</strong> * <p>Ping-IPv4</p> */ @NameInMap("TemplateName") public String templateName; public static DescribeCloudGtmAddressResponseBodyHealthTasksHealthTask build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressResponseBodyHealthTasksHealthTask self = new DescribeCloudGtmAddressResponseBodyHealthTasksHealthTask(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressResponseBodyHealthTasksHealthTask setMonitorStatus(String monitorStatus) { this.monitorStatus = monitorStatus; return this; } public String getMonitorStatus() { return this.monitorStatus; } public DescribeCloudGtmAddressResponseBodyHealthTasksHealthTask setPort(Integer port) { this.port = port; return this; } public Integer getPort() { return this.port; } public DescribeCloudGtmAddressResponseBodyHealthTasksHealthTask setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } public DescribeCloudGtmAddressResponseBodyHealthTasksHealthTask setTemplateName(String templateName) { this.templateName = templateName; return this; } public String getTemplateName() { return this.templateName; } } public static class DescribeCloudGtmAddressResponseBodyHealthTasks extends TeaModel { @NameInMap("HealthTask") public java.util.List<DescribeCloudGtmAddressResponseBodyHealthTasksHealthTask> healthTask; public static DescribeCloudGtmAddressResponseBodyHealthTasks build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmAddressResponseBodyHealthTasks self = new DescribeCloudGtmAddressResponseBodyHealthTasks(); return TeaModel.build(map, self); } public DescribeCloudGtmAddressResponseBodyHealthTasks setHealthTask(java.util.List<DescribeCloudGtmAddressResponseBodyHealthTasksHealthTask> healthTask) { this.healthTask = healthTask; return this; } public java.util.List<DescribeCloudGtmAddressResponseBodyHealthTasksHealthTask> getHealthTask() { return this.healthTask; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmGlobalAlertRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmGlobalAlertRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh-CN: Chinese</li> * <li>en-US: English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.</p> * * <strong>example:</strong> * <p>1ae05db4-10e7-11ef-b126-00163e24**22</p> */ @NameInMap("ClientToken") public String clientToken; public static DescribeCloudGtmGlobalAlertRequest build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmGlobalAlertRequest self = new DescribeCloudGtmGlobalAlertRequest(); return TeaModel.build(map, self); } public DescribeCloudGtmGlobalAlertRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DescribeCloudGtmGlobalAlertRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmGlobalAlertResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmGlobalAlertResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCloudGtmGlobalAlertResponseBody body; public static DescribeCloudGtmGlobalAlertResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmGlobalAlertResponse self = new DescribeCloudGtmGlobalAlertResponse(); return TeaModel.build(map, self); } public DescribeCloudGtmGlobalAlertResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCloudGtmGlobalAlertResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCloudGtmGlobalAlertResponse setBody(DescribeCloudGtmGlobalAlertResponseBody body) { this.body = body; return this; } public DescribeCloudGtmGlobalAlertResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmGlobalAlertResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmGlobalAlertResponseBody extends TeaModel { /** * <p>The alert configurations.</p> */ @NameInMap("AlertConfig") public DescribeCloudGtmGlobalAlertResponseBodyAlertConfig alertConfig; /** * <p>The alert contact groups.</p> */ @NameInMap("AlertGroup") public DescribeCloudGtmGlobalAlertResponseBodyAlertGroup alertGroup; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>B57C121B-A45F-44D8-A9B2-13E5A5044195</p> */ @NameInMap("RequestId") public String requestId; public static DescribeCloudGtmGlobalAlertResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmGlobalAlertResponseBody self = new DescribeCloudGtmGlobalAlertResponseBody(); return TeaModel.build(map, self); } public DescribeCloudGtmGlobalAlertResponseBody setAlertConfig(DescribeCloudGtmGlobalAlertResponseBodyAlertConfig alertConfig) { this.alertConfig = alertConfig; return this; } public DescribeCloudGtmGlobalAlertResponseBodyAlertConfig getAlertConfig() { return this.alertConfig; } public DescribeCloudGtmGlobalAlertResponseBody setAlertGroup(DescribeCloudGtmGlobalAlertResponseBodyAlertGroup alertGroup) { this.alertGroup = alertGroup; return this; } public DescribeCloudGtmGlobalAlertResponseBodyAlertGroup getAlertGroup() { return this.alertGroup; } public DescribeCloudGtmGlobalAlertResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public static class DescribeCloudGtmGlobalAlertResponseBodyAlertConfigAlertConfig extends TeaModel { /** * <p>Indicates whether DingTalk notifications are configured. Valid values:</p> * <ul> * <li>true: DingTalk notifications are configured. DingTalk notifications are sent when alerts are triggered.</li> * <li>false: DingTalk notifications are not configured.</li> * </ul> * * <strong>example:</strong> * <p>false</p> */ @NameInMap("DingtalkNotice") public Boolean dingtalkNotice; /** * <p>Indicates whether email notifications are configured. Valid values:</p> * <ul> * <li>true: Email notifications are configured. Emails are sent when alerts are triggered.</li> * <li>false: Email notifications are not configured.</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("EmailNotice") public Boolean emailNotice; /** * <p>The type of the alert event. Valid values:</p> * <ul> * <li>addr_alert: The address is unavailable.</li> * <li>addr_resume: The address becomes available.</li> * <li>addr_pool_unavailable: The address pool is unavailable.</li> * <li>addr_pool_available: The address pool becomes available.</li> * </ul> * * <strong>example:</strong> * <p>addr_alert</p> */ @NameInMap("NoticeType") public String noticeType; /** * <p>Indicates whether text message notifications are configured. Valid values:</p> * <ul> * <li>true: Text message notifications are configured. Text messages are sent when alerts are triggered.</li> * <li>false: Text message notifications are not configured.</li> * </ul> * <p>Only the China site (aliyun.com) supports text message notifications.</p> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("SmsNotice") public Boolean smsNotice; public static DescribeCloudGtmGlobalAlertResponseBodyAlertConfigAlertConfig build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmGlobalAlertResponseBodyAlertConfigAlertConfig self = new DescribeCloudGtmGlobalAlertResponseBodyAlertConfigAlertConfig(); return TeaModel.build(map, self); } public DescribeCloudGtmGlobalAlertResponseBodyAlertConfigAlertConfig setDingtalkNotice(Boolean dingtalkNotice) { this.dingtalkNotice = dingtalkNotice; return this; } public Boolean getDingtalkNotice() { return this.dingtalkNotice; } public DescribeCloudGtmGlobalAlertResponseBodyAlertConfigAlertConfig setEmailNotice(Boolean emailNotice) { this.emailNotice = emailNotice; return this; } public Boolean getEmailNotice() { return this.emailNotice; } public DescribeCloudGtmGlobalAlertResponseBodyAlertConfigAlertConfig setNoticeType(String noticeType) { this.noticeType = noticeType; return this; } public String getNoticeType() { return this.noticeType; } public DescribeCloudGtmGlobalAlertResponseBodyAlertConfigAlertConfig setSmsNotice(Boolean smsNotice) { this.smsNotice = smsNotice; return this; } public Boolean getSmsNotice() { return this.smsNotice; } } public static class DescribeCloudGtmGlobalAlertResponseBodyAlertConfig extends TeaModel { @NameInMap("AlertConfig") public java.util.List<DescribeCloudGtmGlobalAlertResponseBodyAlertConfigAlertConfig> alertConfig; public static DescribeCloudGtmGlobalAlertResponseBodyAlertConfig build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmGlobalAlertResponseBodyAlertConfig self = new DescribeCloudGtmGlobalAlertResponseBodyAlertConfig(); return TeaModel.build(map, self); } public DescribeCloudGtmGlobalAlertResponseBodyAlertConfig setAlertConfig(java.util.List<DescribeCloudGtmGlobalAlertResponseBodyAlertConfigAlertConfig> alertConfig) { this.alertConfig = alertConfig; return this; } public java.util.List<DescribeCloudGtmGlobalAlertResponseBodyAlertConfigAlertConfig> getAlertConfig() { return this.alertConfig; } } public static class DescribeCloudGtmGlobalAlertResponseBodyAlertGroup extends TeaModel { @NameInMap("AlertGroup") public java.util.List<String> alertGroup; public static DescribeCloudGtmGlobalAlertResponseBodyAlertGroup build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmGlobalAlertResponseBodyAlertGroup self = new DescribeCloudGtmGlobalAlertResponseBodyAlertGroup(); return TeaModel.build(map, self); } public DescribeCloudGtmGlobalAlertResponseBodyAlertGroup setAlertGroup(java.util.List<String> alertGroup) { this.alertGroup = alertGroup; return this; } public java.util.List<String> getAlertGroup() { return this.alertGroup; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmInstanceConfigAlertRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmInstanceConfigAlertRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li><strong>zh-CN</strong>: Chinese</li> * <li><strong>en-US</strong>: English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.</p> * * <strong>example:</strong> * <p>1ae05db4-10e7-11ef-b126-00163e24**22</p> */ @NameInMap("ClientToken") public String clientToken; /** * <p>The configuration ID of the access domain name. Two configuration IDs exist when the access domain name is bound to the same GTM instance but an A record and an AAAA record are configured for the access domain name. The configuration ID uniquely identifies a configuration.</p> * * <strong>example:</strong> * <p>Config-000**11</p> */ @NameInMap("ConfigId") public String configId; /** * <p>The ID of the Global Traffic Manager (GTM) 3.0 instance.</p> * * <strong>example:</strong> * <p>gtm-cn-wwo3a3hbz**</p> */ @NameInMap("InstanceId") public String instanceId; public static DescribeCloudGtmInstanceConfigAlertRequest build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigAlertRequest self = new DescribeCloudGtmInstanceConfigAlertRequest(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigAlertRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DescribeCloudGtmInstanceConfigAlertRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public DescribeCloudGtmInstanceConfigAlertRequest setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public DescribeCloudGtmInstanceConfigAlertRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmInstanceConfigAlertResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmInstanceConfigAlertResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCloudGtmInstanceConfigAlertResponseBody body; public static DescribeCloudGtmInstanceConfigAlertResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigAlertResponse self = new DescribeCloudGtmInstanceConfigAlertResponse(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigAlertResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCloudGtmInstanceConfigAlertResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCloudGtmInstanceConfigAlertResponse setBody(DescribeCloudGtmInstanceConfigAlertResponseBody body) { this.body = body; return this; } public DescribeCloudGtmInstanceConfigAlertResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmInstanceConfigAlertResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmInstanceConfigAlertResponseBody extends TeaModel { /** * <p>The alert configurations.</p> */ @NameInMap("AlertConfig") public DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfig alertConfig; /** * <p>The alert contact groups.</p> */ @NameInMap("AlertGroup") public DescribeCloudGtmInstanceConfigAlertResponseBodyAlertGroup alertGroup; /** * <p>The alert configuration mode of the instance. Valid values:</p> * <ul> * <li>global: global alert configuration</li> * <li>instance_config: custom alert configuration</li> * </ul> * * <strong>example:</strong> * <p>global</p> */ @NameInMap("AlertMode") public String alertMode; /** * <p>The configuration ID of the access domain name. Two configuration IDs exist when the access domain name is bound to the same GTM instance but an A record and an AAAA record are configured for the access domain name. The configuration ID uniquely identifies a configuration.</p> * * <strong>example:</strong> * <p>Config-000**11</p> */ @NameInMap("ConfigId") public String configId; /** * <p>The ID of the GTM 3.0 instance.</p> * * <strong>example:</strong> * <p>gtm-cn-wwo3a3hbz**</p> */ @NameInMap("InstanceId") public String instanceId; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>0F32959D-417B-4D66-8463-68606605E3E2</p> */ @NameInMap("RequestId") public String requestId; public static DescribeCloudGtmInstanceConfigAlertResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigAlertResponseBody self = new DescribeCloudGtmInstanceConfigAlertResponseBody(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigAlertResponseBody setAlertConfig(DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfig alertConfig) { this.alertConfig = alertConfig; return this; } public DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfig getAlertConfig() { return this.alertConfig; } public DescribeCloudGtmInstanceConfigAlertResponseBody setAlertGroup(DescribeCloudGtmInstanceConfigAlertResponseBodyAlertGroup alertGroup) { this.alertGroup = alertGroup; return this; } public DescribeCloudGtmInstanceConfigAlertResponseBodyAlertGroup getAlertGroup() { return this.alertGroup; } public DescribeCloudGtmInstanceConfigAlertResponseBody setAlertMode(String alertMode) { this.alertMode = alertMode; return this; } public String getAlertMode() { return this.alertMode; } public DescribeCloudGtmInstanceConfigAlertResponseBody setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public DescribeCloudGtmInstanceConfigAlertResponseBody setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public DescribeCloudGtmInstanceConfigAlertResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public static class DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfigAlertConfig extends TeaModel { /** * <p>Indicates whether DingTalk notifications are configured. Valid values:</p> * <ul> * <li>true: DingTalk notifications are configured. DingTalk notifications are sent after alerts are triggered.</li> * <li>false: DingTalk notifications are not configured.</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("DingtalkNotice") public Boolean dingtalkNotice; /** * <p>Indicates whether email notifications are configured. Valid values:</p> * <ul> * <li>true: Email notifications are configured. Emails are sent after alerts are triggered.</li> * <li>false: Email notifications are not configured.</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("EmailNotice") public Boolean emailNotice; /** * <p>The type of the alert event. Valid values:</p> * <ul> * <li>addr_alert: The address is unavailable.</li> * <li>addr_resume: The address becomes available.</li> * <li>addr_pool_unavailable: The address pool is unavailable.</li> * <li>addr_pool_available: The address pool becomes available.</li> * </ul> * * <strong>example:</strong> * <p>addr_alert</p> */ @NameInMap("NoticeType") public String noticeType; /** * <p>Indicates whether text message notifications are configured. Valid values:</p> * <ul> * <li>true: Text message notifications are configured. Text messages are sent after alerts are triggered.</li> * <li>false: Text message notifications are not configured.</li> * </ul> * <p>Only the China site (aliyun.com) supports text message notifications.</p> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("SmsNotice") public Boolean smsNotice; public static DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfigAlertConfig build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfigAlertConfig self = new DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfigAlertConfig(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfigAlertConfig setDingtalkNotice(Boolean dingtalkNotice) { this.dingtalkNotice = dingtalkNotice; return this; } public Boolean getDingtalkNotice() { return this.dingtalkNotice; } public DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfigAlertConfig setEmailNotice(Boolean emailNotice) { this.emailNotice = emailNotice; return this; } public Boolean getEmailNotice() { return this.emailNotice; } public DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfigAlertConfig setNoticeType(String noticeType) { this.noticeType = noticeType; return this; } public String getNoticeType() { return this.noticeType; } public DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfigAlertConfig setSmsNotice(Boolean smsNotice) { this.smsNotice = smsNotice; return this; } public Boolean getSmsNotice() { return this.smsNotice; } } public static class DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfig extends TeaModel { @NameInMap("AlertConfig") public java.util.List<DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfigAlertConfig> alertConfig; public static DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfig build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfig self = new DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfig(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfig setAlertConfig(java.util.List<DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfigAlertConfig> alertConfig) { this.alertConfig = alertConfig; return this; } public java.util.List<DescribeCloudGtmInstanceConfigAlertResponseBodyAlertConfigAlertConfig> getAlertConfig() { return this.alertConfig; } } public static class DescribeCloudGtmInstanceConfigAlertResponseBodyAlertGroup extends TeaModel { @NameInMap("AlertGroup") public java.util.List<String> alertGroup; public static DescribeCloudGtmInstanceConfigAlertResponseBodyAlertGroup build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigAlertResponseBodyAlertGroup self = new DescribeCloudGtmInstanceConfigAlertResponseBodyAlertGroup(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigAlertResponseBodyAlertGroup setAlertGroup(java.util.List<String> alertGroup) { this.alertGroup = alertGroup; return this; } public java.util.List<String> getAlertGroup() { return this.alertGroup; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmInstanceConfigFullInfoRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmInstanceConfigFullInfoRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh-CN: Chinese</li> * <li>en-US (default): English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.</p> * * <strong>example:</strong> * <p>1ae05db4-10e7-11ef-b126-00163e24**22</p> */ @NameInMap("ClientToken") public String clientToken; /** * <p>The configuration ID of the access domain name. Two configuration IDs exist when the access domain name is bound to the same GTM instance but an A record and an AAAA record are configured for the access domain name. The configuration ID uniquely identifies a configuration.</p> * <p>You can call the <a href="~~ListCloudGtmInstanceConfigs~~">ListCloudGtmInstanceConfigs</a> operation to query the value of ConfigId for the access domain name.</p> * * <strong>example:</strong> * <p>Config-000**11</p> */ @NameInMap("ConfigId") public String configId; /** * <p>The ID of the GTM 3.0 instance.</p> * * <strong>example:</strong> * <p>gtm-cn-wwo3a3hbz**</p> */ @NameInMap("InstanceId") public String instanceId; public static DescribeCloudGtmInstanceConfigFullInfoRequest build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigFullInfoRequest self = new DescribeCloudGtmInstanceConfigFullInfoRequest(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigFullInfoRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DescribeCloudGtmInstanceConfigFullInfoRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public DescribeCloudGtmInstanceConfigFullInfoRequest setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public DescribeCloudGtmInstanceConfigFullInfoRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmInstanceConfigFullInfoResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmInstanceConfigFullInfoResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCloudGtmInstanceConfigFullInfoResponseBody body; public static DescribeCloudGtmInstanceConfigFullInfoResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigFullInfoResponse self = new DescribeCloudGtmInstanceConfigFullInfoResponse(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigFullInfoResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCloudGtmInstanceConfigFullInfoResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCloudGtmInstanceConfigFullInfoResponse setBody(DescribeCloudGtmInstanceConfigFullInfoResponseBody body) { this.body = body; return this; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmInstanceConfigFullInfoResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmInstanceConfigFullInfoResponseBody extends TeaModel { /** * <p>The policy for load balancing between address pools. Valid values:</p> * <ul> * <li>round_robin: All address pools are returned for DNS requests from any source. All address pools are sorted in round-robin mode each time they are returned.</li> * <li>sequence: The address pool with the smallest sequence number is preferentially returned for DNS requests from any source. The sequence number indicates the priority for returning the address pool. A smaller sequence number indicates a higher priority. If the address pool with the smallest sequence number is unavailable, the address pool with the second smallest sequence number is returned.</li> * <li>weight: You can set a different weight value for each address pool. This way, address pools are returned based on the weight values.</li> * <li>source_nearest: GTM returns different addresses based on the sources of DNS requests. This way, users can access nearby addresses.</li> * </ul> * * <strong>example:</strong> * <p>round_robin</p> */ @NameInMap("AddressPoolLbStrategy") public String addressPoolLbStrategy; /** * <p>The address pools.</p> */ @NameInMap("AddressPools") public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPools addressPools; /** * <p>Alert notification configuration.</p> * * <strong>example:</strong> * <p>[{\&quot;NoticeType\&quot;:\&quot;addr_alert\&quot;,\&quot;SmsNotice\&quot;:true,\&quot;EmailNotice\&quot;:true,\&quot;DingtalkNotice\&quot;:true},{\&quot;NoticeType\&quot;:\&quot;addr_resume\&quot;,\&quot;SmsNotice\&quot;:true,\&quot;EmailNotice\&quot;:true,\&quot;DingtalkNotice\&quot;:true},{\&quot;NoticeType\&quot;:\&quot;addr_pool_unavailable\&quot;,\&quot;SmsNotice\&quot;:true,\&quot;EmailNotice\&quot;:true,\&quot;DingtalkNotice\&quot;:true},{\&quot;NoticeType\&quot;:\&quot;addr_pool_available\&quot;,\&quot;SmsNotice\&quot;:true,\&quot;EmailNotice\&quot;:true,\&quot;DingtalkNotice\&quot;:true}]&quot;</p> */ @NameInMap("AlertConfig") public String alertConfig; /** * <p>Alert notification group.</p> * * <strong>example:</strong> * <p>[\&quot;Default Contact Group\&quot;]</p> */ @NameInMap("AlertGroup") public String alertGroup; /** * <p>The availability state of the access domain name. Valid values:</p> * <ul> * <li>available: If the access domain name is <strong>enabled</strong> and the health state of the access domain name is <strong>Normal</strong>, the access domain name is deemed <strong>available</strong>.</li> * <li>unavailable: If the access domain name is <strong>disabled</strong> or the health state of the access domain name is <strong>Abnormal</strong>, the access domain name is deemed <strong>unavailable</strong>.</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("AvailableStatus") public String availableStatus; /** * <p>The commodity code. Valid values:</p> * <ul> * <li>dns_gtm_public_cn: the commodity code on the China site (aliyun.com)</li> * <li>dns_gtm_public_intl: the commodity code on the international site (alibabacloud.com)</li> * </ul> * * <strong>example:</strong> * <p>dns_gtm_public_cn</p> */ @NameInMap("CommodityCode") public String commodityCode; /** * <p>The configuration ID of the access domain name. Two configuration IDs exist when the access domain name is bound to the same GTM instance but an A record and an AAAA record are configured for the access domain name. The configuration ID uniquely identifies a configuration.</p> * * <strong>example:</strong> * <p>Config-000**11</p> */ @NameInMap("ConfigId") public String configId; /** * <p>Instance creation time.</p> * * <strong>example:</strong> * <p>2024-03-15T01:46Z</p> */ @NameInMap("CreateTime") public String createTime; /** * <p>Instance creation time (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("CreateTimestamp") public Long createTimestamp; /** * <p>The enabling state of the access domain name. Valid values:</p> * <ul> * <li>enable: The access domain name is enabled and the intelligent scheduling policy of the corresponding GTM instance takes effect.</li> * <li>disable: The access domain name is disabled and the intelligent scheduling policy of the corresponding GTM instance does not take effect.</li> * </ul> * * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <p>The health state of the access domain name. Valid values:</p> * <ul> * <li>ok: The health state of the access domain name is Normal and all address pools that are referenced by the access domain name are available.</li> * <li>ok_alert: The health state of the access domain name is Warning and some of the address pools that are referenced by the access domain name are unavailable. In this case, the available address pools are normally used for DNS resolution, but the unavailable address pools cannot be used for DNS resolution.</li> * <li>exceptional: The health state of the access domain name is Abnormal and all address pools that are referenced by the access domain name are unavailable. In this case, addresses in the non-empty address pool with the smallest sequence number are preferentially used for fallback resolution. This returns DNS results for clients as much as possible.</li> * </ul> * * <strong>example:</strong> * <p>ok</p> */ @NameInMap("HealthStatus") public String healthStatus; /** * <p>The ID of the GTM 3.0 instance.</p> * * <strong>example:</strong> * <p>gtm-cn-wwo3a3hbz**</p> */ @NameInMap("InstanceId") public String instanceId; /** * <p>Schedule instance name.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("InstanceName") public String instanceName; /** * <p>Remarks of the configuration of domain instance.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Remark") public String remark; /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>29D0F8F8-5499-4F6C-9FDC-1EE13BF55925</p> */ @NameInMap("RequestId") public String requestId; /** * <p>The GTM access domain name. The value of this parameter is composed of the value of ScheduleHostname and the value of ScheduleZoneName.</p> * * <strong>example:</strong> * <p><a href="http://www.example.com">www.example.com</a></p> */ @NameInMap("ScheduleDomainName") public String scheduleDomainName; /** * <p>Host name of the domain accessed by GTM.</p> * * <strong>example:</strong> * <p>www</p> */ @NameInMap("ScheduleHostname") public String scheduleHostname; /** * <p>DNS record types for the ScheduleDomainName:</p> * <ul> * <li>A: IPv4 address</li> * <li>AAAA: IPv6 address</li> * <li>CNAME: Domain name</li> * </ul> * * <strong>example:</strong> * <p>A</p> */ @NameInMap("ScheduleRrType") public String scheduleRrType; /** * <p>The allocation mode of the access domain name. Valid values:</p> * <ul> * <li>custom: custom allocation. You must specify a custom hostname and associate the hostname with a zone or subzone within the account to which the GTM instance belongs to generate an access domain name.</li> * <li>sys_assign: The system assigns an access domain name by default. This mode is no longer supported. Do not choose this mode.</li> * </ul> * * <strong>example:</strong> * <p>custom</p> */ @NameInMap("ScheduleZoneMode") public String scheduleZoneMode; /** * <p>The zone (such as example.com) or subzone (such as a.example.com) associated with the GTM access domain name. In most cases, the zone or subzone is hosted in Authoritative DNS Resolution of the Alibaba Cloud DNS console within the account to which the GTM instance belongs.</p> * * <strong>example:</strong> * <p>example.com</p> */ @NameInMap("ScheduleZoneName") public String scheduleZoneName; /** * <p>The mode used if the address pool with the smallest sequence number is recovered. This parameter is required when AddressPoolLbStrategy is set to sequence. Valid values:</p> * <ul> * <li>preemptive: The address pool with the smallest sequence number is preferentially used if this address pool is recovered.</li> * <li>non_preemptive: The current address pool is still used even if the address pool with the smallest sequence number is recovered.</li> * </ul> * * <strong>example:</strong> * <p>preemptive</p> */ @NameInMap("SequenceLbStrategyMode") public String sequenceLbStrategyMode; /** * <p>Global TTL (in seconds), the TTL value for resolving the access domain to addresses in the address pool, which affects the caching time of DNS records in the ISP\&quot;s LocalDNS. Custom TTL values are supported.</p> * * <strong>example:</strong> * <p>60</p> */ @NameInMap("Ttl") public Integer ttl; /** * <p>Last modified time.</p> * * <strong>example:</strong> * <p>2024-03-15T01:46Z</p> */ @NameInMap("UpdateTime") public String updateTime; /** * <p>Last modified time (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("UpdateTimestamp") public Long updateTimestamp; /** * <p>Global Traffic Management version 3.0 instances:</p> * <ul> * <li>standard: Standard Edition</li> * <li>ultimate: Ultimate Edition</li> * </ul> * * <strong>example:</strong> * <p>ultimate</p> */ @NameInMap("VersionCode") public String versionCode; public static DescribeCloudGtmInstanceConfigFullInfoResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigFullInfoResponseBody self = new DescribeCloudGtmInstanceConfigFullInfoResponseBody(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setAddressPoolLbStrategy(String addressPoolLbStrategy) { this.addressPoolLbStrategy = addressPoolLbStrategy; return this; } public String getAddressPoolLbStrategy() { return this.addressPoolLbStrategy; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setAddressPools(DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPools addressPools) { this.addressPools = addressPools; return this; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPools getAddressPools() { return this.addressPools; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setAlertConfig(String alertConfig) { this.alertConfig = alertConfig; return this; } public String getAlertConfig() { return this.alertConfig; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setAlertGroup(String alertGroup) { this.alertGroup = alertGroup; return this; } public String getAlertGroup() { return this.alertGroup; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setAvailableStatus(String availableStatus) { this.availableStatus = availableStatus; return this; } public String getAvailableStatus() { return this.availableStatus; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setCommodityCode(String commodityCode) { this.commodityCode = commodityCode; return this; } public String getCommodityCode() { return this.commodityCode; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setCreateTime(String createTime) { this.createTime = createTime; return this; } public String getCreateTime() { return this.createTime; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setCreateTimestamp(Long createTimestamp) { this.createTimestamp = createTimestamp; return this; } public Long getCreateTimestamp() { return this.createTimestamp; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setHealthStatus(String healthStatus) { this.healthStatus = healthStatus; return this; } public String getHealthStatus() { return this.healthStatus; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setInstanceName(String instanceName) { this.instanceName = instanceName; return this; } public String getInstanceName() { return this.instanceName; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setScheduleDomainName(String scheduleDomainName) { this.scheduleDomainName = scheduleDomainName; return this; } public String getScheduleDomainName() { return this.scheduleDomainName; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setScheduleHostname(String scheduleHostname) { this.scheduleHostname = scheduleHostname; return this; } public String getScheduleHostname() { return this.scheduleHostname; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setScheduleRrType(String scheduleRrType) { this.scheduleRrType = scheduleRrType; return this; } public String getScheduleRrType() { return this.scheduleRrType; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setScheduleZoneMode(String scheduleZoneMode) { this.scheduleZoneMode = scheduleZoneMode; return this; } public String getScheduleZoneMode() { return this.scheduleZoneMode; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setScheduleZoneName(String scheduleZoneName) { this.scheduleZoneName = scheduleZoneName; return this; } public String getScheduleZoneName() { return this.scheduleZoneName; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setSequenceLbStrategyMode(String sequenceLbStrategyMode) { this.sequenceLbStrategyMode = sequenceLbStrategyMode; return this; } public String getSequenceLbStrategyMode() { return this.sequenceLbStrategyMode; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setTtl(Integer ttl) { this.ttl = ttl; return this; } public Integer getTtl() { return this.ttl; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setUpdateTime(String updateTime) { this.updateTime = updateTime; return this; } public String getUpdateTime() { return this.updateTime; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setUpdateTimestamp(Long updateTimestamp) { this.updateTimestamp = updateTimestamp; return this; } public Long getUpdateTimestamp() { return this.updateTimestamp; } public DescribeCloudGtmInstanceConfigFullInfoResponseBody setVersionCode(String versionCode) { this.versionCode = versionCode; return this; } public String getVersionCode() { return this.versionCode; } public static class DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddressRequestSource extends TeaModel { @NameInMap("RequestSource") public java.util.List<String> requestSource; public static DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddressRequestSource build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddressRequestSource self = new DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddressRequestSource(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddressRequestSource setRequestSource(java.util.List<String> requestSource) { this.requestSource = requestSource; return this; } public java.util.List<String> getRequestSource() { return this.requestSource; } } public static class DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress extends TeaModel { /** * <p>IP address or domain name.</p> * * <strong>example:</strong> * <p>223.5.XX.XX</p> */ @NameInMap("Address") public String address; /** * <p>The address ID. This ID uniquely identifies the address.</p> * * <strong>example:</strong> * <p>addr-89564712295703**96</p> */ @NameInMap("AddressId") public String addressId; /** * <p>Address ownership information, not supported in the current version.</p> * * <strong>example:</strong> * <p>The current version does not support returning this parameter.</p> */ @NameInMap("AttributeInfo") public String attributeInfo; /** * <p>The failover mode that is used when address exceptions are identified. Valid values:</p> * <ul> * <li>auto: the automatic mode. The system determines whether to return an address based on the health check results. If the address fails health checks, the system does not return the address. If the address passes health checks, the system returns the address.</li> * <li>manual: the manual mode. If an address is in the unavailable state, the address is not returned for DNS requests even if the address passes health checks. If an address is in the available state, the address is returned for DNS requests even if an alert is triggered when the address fails health checks.</li> * </ul> * * <strong>example:</strong> * <p>auto</p> */ @NameInMap("AvailableMode") public String availableMode; /** * <p>The availability state of the address. Valid values:</p> * <ul> * <li>available</li> * <li>unavailable</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("AvailableStatus") public String availableStatus; /** * <p>Address creation time.</p> * * <strong>example:</strong> * <p>2024-03-15T01:46Z</p> */ @NameInMap("CreateTime") public String createTime; /** * <p>Address creation time (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("CreateTimestamp") public Long createTimestamp; /** * <p>The enabling state of the address. Valid values:</p> * <ul> * <li>enable</li> * <li>disable</li> * </ul> * * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <p>The condition for determining the health state of the address. Valid values:</p> * <ul> * <li>any_ok: The health check results of at least one health check template are normal.</li> * <li>p30_ok: The health check results of at least 30% of health check templates are normal.</li> * <li>p50_ok: The health check results of at least 50% of health check templates are normal.</li> * <li>p70_ok: The health check results of at least 70% of health check templates are normal.</li> * <li>all_ok: The health check results of all health check templates are normal.</li> * </ul> * * <strong>example:</strong> * <p>any_ok</p> */ @NameInMap("HealthJudgement") public String healthJudgement; /** * <p>The health check state of the address. Valid values:</p> * <ul> * <li>ok: The address passes all health checks of the referenced health check templates.</li> * <li>ok_alert: The address fails some health checks of the referenced health check templates but the address is deemed normal.</li> * <li>ok_no_monitor: The address does not reference any health check template and is normal.</li> * <li>exceptional: The address fails some or all health checks of the referenced health check templates and the address is deemed abnormal.</li> * </ul> * * <strong>example:</strong> * <p>ok</p> */ @NameInMap("HealthStatus") public String healthStatus; /** * <p>The availability state of the address when AvailableMode is set to manual. Valid values:</p> * <ul> * <li>available: The address is normal. In this state, the address is returned for DNS requests even if an alert is triggered when the address fails health checks.</li> * <li>unavailable: The address is abnormal. In this state, the address is not returned for DNS requests even if the address passes health checks.</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("ManualAvailableStatus") public String manualAvailableStatus; /** * <p>Address name.</p> * * <strong>example:</strong> * <p>Address-1</p> */ @NameInMap("Name") public String name; /** * <p>The remark of the address.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Remark") public String remark; /** * <p>Request source list.</p> */ @NameInMap("RequestSource") public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddressRequestSource requestSource; /** * <p>Indicates whether it is a sequential (non-preemptive) mode scheduling object, applicable to hybrid cloud management scenarios: </p> * <ul> * <li>true: yes</li> * <li>false: no</li> * </ul> * * <strong>example:</strong> * <p>false</p> */ @NameInMap("SeqNonPreemptiveSchedule") public Boolean seqNonPreemptiveSchedule; /** * <p>Sequence number, indicating the priority of address return, where smaller numbers have higher priority.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("SerialNumber") public Integer serialNumber; /** * <p>The type of the address. Valid values:</p> * <ul> * <li>IPV4: the IPv4 address</li> * <li>IPv6: the IPv6 address</li> * <li>domain: the domain name</li> * </ul> * * <strong>example:</strong> * <p>IPv4</p> */ @NameInMap("Type") public String type; /** * <p>Last modified time of the address.</p> * * <strong>example:</strong> * <p>2024-03-15T01:46Z</p> */ @NameInMap("UpdateTime") public String updateTime; /** * <p>The last modification time of the address (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("UpdateTimestamp") public Long updateTimestamp; /** * <p>Weight value (an integer between 1 and 100, inclusive), allowing different weight values to be set for each address, enabling resolution queries to return addresses in proportion to their weights.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("WeightValue") public Integer weightValue; public static DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress self = new DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setAddress(String address) { this.address = address; return this; } public String getAddress() { return this.address; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setAddressId(String addressId) { this.addressId = addressId; return this; } public String getAddressId() { return this.addressId; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setAttributeInfo(String attributeInfo) { this.attributeInfo = attributeInfo; return this; } public String getAttributeInfo() { return this.attributeInfo; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setAvailableMode(String availableMode) { this.availableMode = availableMode; return this; } public String getAvailableMode() { return this.availableMode; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setAvailableStatus(String availableStatus) { this.availableStatus = availableStatus; return this; } public String getAvailableStatus() { return this.availableStatus; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setCreateTime(String createTime) { this.createTime = createTime; return this; } public String getCreateTime() { return this.createTime; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setCreateTimestamp(Long createTimestamp) { this.createTimestamp = createTimestamp; return this; } public Long getCreateTimestamp() { return this.createTimestamp; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setHealthJudgement(String healthJudgement) { this.healthJudgement = healthJudgement; return this; } public String getHealthJudgement() { return this.healthJudgement; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setHealthStatus(String healthStatus) { this.healthStatus = healthStatus; return this; } public String getHealthStatus() { return this.healthStatus; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setManualAvailableStatus(String manualAvailableStatus) { this.manualAvailableStatus = manualAvailableStatus; return this; } public String getManualAvailableStatus() { return this.manualAvailableStatus; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setRequestSource(DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddressRequestSource requestSource) { this.requestSource = requestSource; return this; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddressRequestSource getRequestSource() { return this.requestSource; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setSeqNonPreemptiveSchedule(Boolean seqNonPreemptiveSchedule) { this.seqNonPreemptiveSchedule = seqNonPreemptiveSchedule; return this; } public Boolean getSeqNonPreemptiveSchedule() { return this.seqNonPreemptiveSchedule; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setSerialNumber(Integer serialNumber) { this.serialNumber = serialNumber; return this; } public Integer getSerialNumber() { return this.serialNumber; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setUpdateTime(String updateTime) { this.updateTime = updateTime; return this; } public String getUpdateTime() { return this.updateTime; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setUpdateTimestamp(Long updateTimestamp) { this.updateTimestamp = updateTimestamp; return this; } public Long getUpdateTimestamp() { return this.updateTimestamp; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress setWeightValue(Integer weightValue) { this.weightValue = weightValue; return this; } public Integer getWeightValue() { return this.weightValue; } } public static class DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddresses extends TeaModel { @NameInMap("Address") public java.util.List<DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress> address; public static DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddresses build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddresses self = new DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddresses(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddresses setAddress(java.util.List<DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress> address) { this.address = address; return this; } public java.util.List<DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress> getAddress() { return this.address; } } public static class DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolRequestSource extends TeaModel { @NameInMap("RequestSource") public java.util.List<String> requestSource; public static DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolRequestSource build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolRequestSource self = new DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolRequestSource(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolRequestSource setRequestSource(java.util.List<String> requestSource) { this.requestSource = requestSource; return this; } public java.util.List<String> getRequestSource() { return this.requestSource; } } public static class DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool extends TeaModel { /** * <p>Load balancing policy among addresses in the address pool:</p> * <ul> * <li>round_robin: Round-robin, for any source of DNS resolution requests, returns all addresses and rotates their order for each request.</li> * <li>sequence: Sequential, for any source of DNS resolution requests, returns the address with the smaller sequence number (the sequence number indicates the priority of the address return, with smaller numbers having higher priority). If the address with the smaller sequence number is unavailable, the next address with a smaller sequence number is returned.</li> * <li>weight: Weighted, supports setting different weight values for each address to realize returning addresses according to the weight ratio for resolution queries.</li> * <li>source_nearest: Source-nearest, i.e., intelligent resolution function, where GTM can return different addresses based on the source of different DNS resolution requests, achieving the effect of users accessing nearby.</li> * </ul> * * <strong>example:</strong> * <p>round_robin</p> */ @NameInMap("AddressLbStrategy") public String addressLbStrategy; /** * <p>The ID of the address pool. This ID uniquely identifies the address pool.</p> * * <strong>example:</strong> * <p>pool-89528023225442**16</p> */ @NameInMap("AddressPoolId") public String addressPoolId; /** * <p>Address pool name.</p> * * <strong>example:</strong> * <p>AddressPool-1</p> */ @NameInMap("AddressPoolName") public String addressPoolName; /** * <p>Address pool type:</p> * <ul> * <li>IPv4</li> * <li>IPv6</li> * <li>domain</li> * </ul> * * <strong>example:</strong> * <p>IPv4</p> */ @NameInMap("AddressPoolType") public String addressPoolType; /** * <p>The addresses.</p> */ @NameInMap("Addresses") public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddresses addresses; /** * <p>The availability state of the address pool. Valid values:</p> * <ul> * <li>Available</li> * <li>unavailable</li> * </ul> * * <strong>example:</strong> * <p>available</p> */ @NameInMap("AvailableStatus") public String availableStatus; /** * <p>Address pool creation time.</p> * * <strong>example:</strong> * <p>2024-03-15T01:46Z</p> */ @NameInMap("CreateTime") public String createTime; /** * <p>Address pool creation time (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("CreateTimestamp") public Long createTimestamp; /** * <p>The enabling state of the address pool. Valid values:</p> * <ul> * <li>enable</li> * <li>disable</li> * </ul> * * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <p>The condition for determining the health state of the address pool. Valid values:</p> * <ul> * <li>any_ok: At least one address in the address pool is available.</li> * <li>p30_ok: At least 30% of the addresses in the address pool are available.</li> * <li>p50_ok: At least 50% of the addresses in the address pool are available.</li> * <li>p70_ok: At least 70% of the addresses in the address pool are available.</li> * <li>all_ok: All addresses in the address pool are available.</li> * </ul> * * <strong>example:</strong> * <p>any_ok</p> */ @NameInMap("HealthJudgement") public String healthJudgement; /** * <p>Address pool health status:</p> * <ul> * <li>ok: Normal, all addresses referenced by the address pool are available.</li> * <li>ok_alert: Warning, some addresses referenced by the address pool are unavailable, but the address pool status is deemed normal. In the warning state, available address pools are resolved normally, while unavailable ones stop resolving.</li> * <li>exceptional: Abnormal, some or all of the addresses referenced by the address pool are unavailable, and the address pool status is determined to be abnormal.</li> * </ul> * * <strong>example:</strong> * <p>ok</p> */ @NameInMap("HealthStatus") public String healthStatus; /** * <p>Parse the list of request sources.</p> */ @NameInMap("RequestSource") public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolRequestSource requestSource; /** * <p>Indicates whether it is a sequential (non-preemptive) scheduling object for hybrid cloud management scenarios: </p> * <ul> * <li>true: yes </li> * <li>false: no</li> * </ul> * * <strong>example:</strong> * <p>false</p> */ @NameInMap("SeqNonPreemptiveSchedule") public Boolean seqNonPreemptiveSchedule; /** * <p>The mode used if the address with the smallest sequence number is recovered. This parameter is required only when AddressLbStrategy is set to sequence. Valid values:</p> * <ul> * <li>preemptive: The address with the smallest sequence number is preferentially used if this address is recovered.</li> * <li>non_preemptive: The current address is still used even if the address with the smallest sequence number is recovered.</li> * </ul> * * <strong>example:</strong> * <p>preemptive</p> */ @NameInMap("SequenceLbStrategyMode") public String sequenceLbStrategyMode; /** * <p>Sequence number. For any parsing request from any source, the address pool with the smaller sequence number is returned (the sequence number indicates the priority of the address pool returned, with smaller numbers having higher priority).</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("SerialNumber") public Integer serialNumber; /** * <p>Last modification time of the address pool.</p> * * <strong>example:</strong> * <p>2024-03-15T01:46Z</p> */ @NameInMap("UpdateTime") public String updateTime; /** * <p>Last modification time of the address pool (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("UpdateTimestamp") public Long updateTimestamp; /** * <p>Weight value (an integer between 1 and 100, inclusive), allowing different weight values to be set for each address pool, enabling resolution queries to return address pools according to the weighted ratio.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("WeightValue") public Integer weightValue; public static DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool self = new DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setAddressLbStrategy(String addressLbStrategy) { this.addressLbStrategy = addressLbStrategy; return this; } public String getAddressLbStrategy() { return this.addressLbStrategy; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setAddressPoolId(String addressPoolId) { this.addressPoolId = addressPoolId; return this; } public String getAddressPoolId() { return this.addressPoolId; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setAddressPoolName(String addressPoolName) { this.addressPoolName = addressPoolName; return this; } public String getAddressPoolName() { return this.addressPoolName; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setAddressPoolType(String addressPoolType) { this.addressPoolType = addressPoolType; return this; } public String getAddressPoolType() { return this.addressPoolType; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setAddresses(DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddresses addresses) { this.addresses = addresses; return this; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddresses getAddresses() { return this.addresses; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setAvailableStatus(String availableStatus) { this.availableStatus = availableStatus; return this; } public String getAvailableStatus() { return this.availableStatus; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setCreateTime(String createTime) { this.createTime = createTime; return this; } public String getCreateTime() { return this.createTime; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setCreateTimestamp(Long createTimestamp) { this.createTimestamp = createTimestamp; return this; } public Long getCreateTimestamp() { return this.createTimestamp; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setHealthJudgement(String healthJudgement) { this.healthJudgement = healthJudgement; return this; } public String getHealthJudgement() { return this.healthJudgement; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setHealthStatus(String healthStatus) { this.healthStatus = healthStatus; return this; } public String getHealthStatus() { return this.healthStatus; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setRequestSource(DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolRequestSource requestSource) { this.requestSource = requestSource; return this; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolRequestSource getRequestSource() { return this.requestSource; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setSeqNonPreemptiveSchedule(Boolean seqNonPreemptiveSchedule) { this.seqNonPreemptiveSchedule = seqNonPreemptiveSchedule; return this; } public Boolean getSeqNonPreemptiveSchedule() { return this.seqNonPreemptiveSchedule; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setSequenceLbStrategyMode(String sequenceLbStrategyMode) { this.sequenceLbStrategyMode = sequenceLbStrategyMode; return this; } public String getSequenceLbStrategyMode() { return this.sequenceLbStrategyMode; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setSerialNumber(Integer serialNumber) { this.serialNumber = serialNumber; return this; } public Integer getSerialNumber() { return this.serialNumber; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setUpdateTime(String updateTime) { this.updateTime = updateTime; return this; } public String getUpdateTime() { return this.updateTime; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setUpdateTimestamp(Long updateTimestamp) { this.updateTimestamp = updateTimestamp; return this; } public Long getUpdateTimestamp() { return this.updateTimestamp; } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool setWeightValue(Integer weightValue) { this.weightValue = weightValue; return this; } public Integer getWeightValue() { return this.weightValue; } } public static class DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPools extends TeaModel { @NameInMap("AddressPool") public java.util.List<DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool> addressPool; public static DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPools build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPools self = new DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPools(); return TeaModel.build(map, self); } public DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPools setAddressPool(java.util.List<DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool> addressPool) { this.addressPool = addressPool; return this; } public java.util.List<DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool> getAddressPool() { return this.addressPool; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmMonitorTemplateRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmMonitorTemplateRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li><strong>zh-CN</strong>: Chinese</li> * <li><strong>en-US</strong> (default): English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The ID of the health check template that you want to query. This ID uniquely identifies the health check template.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>mtp-89518052425100**80</p> */ @NameInMap("TemplateId") public String templateId; public static DescribeCloudGtmMonitorTemplateRequest build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmMonitorTemplateRequest self = new DescribeCloudGtmMonitorTemplateRequest(); return TeaModel.build(map, self); } public DescribeCloudGtmMonitorTemplateRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public DescribeCloudGtmMonitorTemplateRequest setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmMonitorTemplateResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmMonitorTemplateResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCloudGtmMonitorTemplateResponseBody body; public static DescribeCloudGtmMonitorTemplateResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmMonitorTemplateResponse self = new DescribeCloudGtmMonitorTemplateResponse(); return TeaModel.build(map, self); } public DescribeCloudGtmMonitorTemplateResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCloudGtmMonitorTemplateResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCloudGtmMonitorTemplateResponse setBody(DescribeCloudGtmMonitorTemplateResponseBody body) { this.body = body; return this; } public DescribeCloudGtmMonitorTemplateResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmMonitorTemplateResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmMonitorTemplateResponseBody extends TeaModel { /** * <p>Health check template creation time.</p> * * <strong>example:</strong> * <p>2024-03-23T13:09Z</p> */ @NameInMap("CreateTime") public String createTime; /** * <p>Health check template creation time (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("CreateTimestamp") public Long createTimestamp; /** * <p>Retries count. The system will only judge the application service as abnormal after consecutive monitoring failures to prevent inaccurate monitoring results due to momentary network fluctuations or other reasons. Available retry counts are:</p> * <ul> * <li>1</li> * <li>2</li> * <li>3</li> * </ul> * * <strong>example:</strong> * <p>2</p> */ @NameInMap("EvaluationCount") public Integer evaluationCount; /** * <p>The extended information. The value of this parameter is a JSON string. The required parameters vary based on the health check protocol.</p> * <ul> * <li><p>HTTP or HTTPS:</p> * <p><strong>host</strong>: the Host field of an HTTP or HTTPS request header during an HTTP or HTTPS health check. The parameter value indicates the HTTP website that you want to visit. By default, the value is the primary domain name. You can change the value based on your business requirements.</p> * <p><strong>path</strong>: the URL for HTTP or HTTPS health checks. Default value: /.</p> * <p><strong>code</strong>: the alert threshold. During an HTTP or HTTPS health check, the system checks whether a web server functions as expected based on the status code that is returned from the web server. If the returned status code is greater than the specified threshold, the corresponding application service address is deemed abnormal. Valid values:</p> * <ul> * <li>400: indicates an invalid request. If an HTTP or HTTPS request contains invalid request parameters, a web server returns a status code that is greater than 400. You must specify an exact URL for path if you set code to 400.</li> * <li>500: indicates a server error. If some exceptions occur on a web server, the web server returns a status code that is greater than 500. This value is used by default.</li> * </ul> * <p><strong>sni</strong>: indicates whether Server Name Indication (SNI) is enabled. This parameter is used only when the health check protocol is HTTPS. SNI is an extension to the Transport Layer Security (TLS) protocol, which allows a client to specify the host to be connected when the client sends a TLS handshake request. TLS handshakes occur before any data of HTTP requests is sent. Therefore, SNI enables servers to identify the services that clients are attempting to access before certificates are sent. This allows the servers to present correct certificates to the clients. Valid values:</p> * <ul> * <li>true: SNI is enabled.</li> * <li>false: SNI is disabled.</li> * </ul> * <p><strong>followRedirect</strong>: indicates whether 3XX redirects are followed. Valid values:</p> * <ul> * <li>true: 3XX redirects are followed. You are redirected to the destination address if a 3XX status code such as 301, 302, 303, 307, or 308 is returned.</li> * <li>false: 3XX redirects are not followed.</li> * </ul> * </li> * <li><p>ping:</p> * <p><strong>packetNum</strong>: the total number of Internet Control Message Protocol (ICMP) packets that are sent to the address for each ping-based health check. Valid values: 20, 50, and 100.</p> * <p><strong>packetLossRate</strong>: the ICMP packet loss rate for each ping-based health check. The packet loss rate in a health check can be calculated by using the following formula: Packet loss rate in a health check = (Number of lost packets/Total number of sent ICMP packets) × 100%. If the packet loss rate reaches the threshold, an alert is triggered. Valid values: 10, 30, 40, 80, 90, and 100.</p> * </li> * </ul> * * <strong>example:</strong> * <p>{\&quot;code\&quot;:200,\&quot;path\&quot;:\&quot;\\index.htm\&quot;,\&quot;host\&quot;:\&quot;aliyun.com\&quot;}</p> */ @NameInMap("ExtendInfo") public String extendInfo; /** * <p>Percentage of selected node probe failures (%), that is, the percentage of abnormal detection points among the total detection points. When the failure ratio exceeds the set threshold, the service address is judged as abnormal. The available failure ratio thresholds are:</p> * <ul> * <li>20</li> * <li>50</li> * <li>80</li> * <li>100</li> * </ul> * * <strong>example:</strong> * <p>50</p> */ @NameInMap("FailureRate") public Integer failureRate; /** * <p>The time interval (in seconds) between each check, with a default interval of 1 minute. The minimum supported health check interval is 15 seconds, available for flagship edition instances.</p> * * <strong>example:</strong> * <p>60</p> */ @NameInMap("Interval") public Integer interval; /** * <p>Detect the type of the node IP address:</p> * <ul> * <li>IPv4: Applicable when the target address type is IPv4;</li> * <li>IPv6: Applicable when the target address type is IPv6.</li> * </ul> * * <strong>example:</strong> * <p>IPv4</p> */ @NameInMap("IpVersion") public String ipVersion; /** * <p>Probe node list, detailed information can be obtained by calling ListCloudGtmMonitorNodes.</p> */ @NameInMap("IspCityNodes") public DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodes ispCityNodes; /** * <p>The name of the health check probe template, which is recommended to be distinguishable for configuration personnel to differentiate and remember, ideally indicating the health check protocol.</p> * * <strong>example:</strong> * <p>Ping-IPv4</p> */ @NameInMap("Name") public String name; /** * <p>Protocol types to initiate probes to the target IP address:</p> * <ul> * <li>ping</li> * <li>tcp</li> * <li>http</li> * <li>https</li> * </ul> * * <strong>example:</strong> * <p>ping</p> */ @NameInMap("Protocol") public String protocol; /** * <p>Remarks for the health check template.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Remark") public String remark; /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>6AEC7A64-3CB1-4C49-8B35-0B901F1E26BF</p> */ @NameInMap("RequestId") public String requestId; /** * <p>The ID of the health check template. This ID uniquely identifies the health check template.</p> * * <strong>example:</strong> * <p>mtp-89518052425100**80</p> */ @NameInMap("TemplateId") public String templateId; /** * <p>Probe timeout (in milliseconds), data packets not returned within the timeout period are deemed as health check timeouts:</p> * <ul> * <li>2000</li> * <li>3000</li> * <li>5000</li> * <li>10000</li> * </ul> * * <strong>example:</strong> * <p>5000</p> */ @NameInMap("Timeout") public Integer timeout; /** * <p>Health check template configuration modification time.</p> * * <strong>example:</strong> * <p>2024-03-29T13:20Z</p> */ @NameInMap("UpdateTime") public String updateTime; /** * <p>Health check template configuration modification time (timestamp).</p> * * <strong>example:</strong> * <p>1527690629357</p> */ @NameInMap("UpdateTimestamp") public Long updateTimestamp; public static DescribeCloudGtmMonitorTemplateResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmMonitorTemplateResponseBody self = new DescribeCloudGtmMonitorTemplateResponseBody(); return TeaModel.build(map, self); } public DescribeCloudGtmMonitorTemplateResponseBody setCreateTime(String createTime) { this.createTime = createTime; return this; } public String getCreateTime() { return this.createTime; } public DescribeCloudGtmMonitorTemplateResponseBody setCreateTimestamp(Long createTimestamp) { this.createTimestamp = createTimestamp; return this; } public Long getCreateTimestamp() { return this.createTimestamp; } public DescribeCloudGtmMonitorTemplateResponseBody setEvaluationCount(Integer evaluationCount) { this.evaluationCount = evaluationCount; return this; } public Integer getEvaluationCount() { return this.evaluationCount; } public DescribeCloudGtmMonitorTemplateResponseBody setExtendInfo(String extendInfo) { this.extendInfo = extendInfo; return this; } public String getExtendInfo() { return this.extendInfo; } public DescribeCloudGtmMonitorTemplateResponseBody setFailureRate(Integer failureRate) { this.failureRate = failureRate; return this; } public Integer getFailureRate() { return this.failureRate; } public DescribeCloudGtmMonitorTemplateResponseBody setInterval(Integer interval) { this.interval = interval; return this; } public Integer getInterval() { return this.interval; } public DescribeCloudGtmMonitorTemplateResponseBody setIpVersion(String ipVersion) { this.ipVersion = ipVersion; return this; } public String getIpVersion() { return this.ipVersion; } public DescribeCloudGtmMonitorTemplateResponseBody setIspCityNodes(DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodes ispCityNodes) { this.ispCityNodes = ispCityNodes; return this; } public DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodes getIspCityNodes() { return this.ispCityNodes; } public DescribeCloudGtmMonitorTemplateResponseBody setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public DescribeCloudGtmMonitorTemplateResponseBody setProtocol(String protocol) { this.protocol = protocol; return this; } public String getProtocol() { return this.protocol; } public DescribeCloudGtmMonitorTemplateResponseBody setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public DescribeCloudGtmMonitorTemplateResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DescribeCloudGtmMonitorTemplateResponseBody setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } public DescribeCloudGtmMonitorTemplateResponseBody setTimeout(Integer timeout) { this.timeout = timeout; return this; } public Integer getTimeout() { return this.timeout; } public DescribeCloudGtmMonitorTemplateResponseBody setUpdateTime(String updateTime) { this.updateTime = updateTime; return this; } public String getUpdateTime() { return this.updateTime; } public DescribeCloudGtmMonitorTemplateResponseBody setUpdateTimestamp(Long updateTimestamp) { this.updateTimestamp = updateTimestamp; return this; } public Long getUpdateTimestamp() { return this.updateTimestamp; } public static class DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode extends TeaModel { /** * <p>City code</p> * * <strong>example:</strong> * <p>357</p> */ @NameInMap("CityCode") public String cityCode; /** * <p>City name</p> * * <strong>example:</strong> * <p>Shanghai</p> */ @NameInMap("CityName") public String cityName; /** * <p>Country Code</p> * * <strong>example:</strong> * <p>629</p> */ @NameInMap("CountryCode") public String countryCode; /** * <p>Country Name</p> * * <strong>example:</strong> * <p>China</p> */ @NameInMap("CountryName") public String countryName; /** * <p>Probe node group type name</p> * * <strong>example:</strong> * <p>BGP Nodes</p> */ @NameInMap("GroupName") public String groupName; /** * <p>Probe node group types:</p> * <ul> * <li>BGP: BGP nodes</li> * <li>OVERSEAS: International nodes</li> * <li>ISP: Carrier nodes</li> * </ul> * * <strong>example:</strong> * <p>BGP</p> */ @NameInMap("GroupType") public String groupType; /** * <p>Operator Code</p> * * <strong>example:</strong> * <p>465</p> */ @NameInMap("IspCode") public String ispCode; /** * <p>Operator Name</p> * * <strong>example:</strong> * <p>Alibaba</p> */ @NameInMap("IspName") public String ispName; public static DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode self = new DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode(); return TeaModel.build(map, self); } public DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode setCityCode(String cityCode) { this.cityCode = cityCode; return this; } public String getCityCode() { return this.cityCode; } public DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode setCityName(String cityName) { this.cityName = cityName; return this; } public String getCityName() { return this.cityName; } public DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode setCountryCode(String countryCode) { this.countryCode = countryCode; return this; } public String getCountryCode() { return this.countryCode; } public DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode setCountryName(String countryName) { this.countryName = countryName; return this; } public String getCountryName() { return this.countryName; } public DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode setGroupName(String groupName) { this.groupName = groupName; return this; } public String getGroupName() { return this.groupName; } public DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode setGroupType(String groupType) { this.groupType = groupType; return this; } public String getGroupType() { return this.groupType; } public DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode setIspCode(String ispCode) { this.ispCode = ispCode; return this; } public String getIspCode() { return this.ispCode; } public DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode setIspName(String ispName) { this.ispName = ispName; return this; } public String getIspName() { return this.ispName; } } public static class DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodes extends TeaModel { @NameInMap("IspCityNode") public java.util.List<DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode> ispCityNode; public static DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodes build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodes self = new DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodes(); return TeaModel.build(map, self); } public DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodes setIspCityNode(java.util.List<DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode> ispCityNode) { this.ispCityNode = ispCityNode; return this; } public java.util.List<DescribeCloudGtmMonitorTemplateResponseBodyIspCityNodesIspCityNode> getIspCityNode() { return this.ispCityNode; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmSummaryRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmSummaryRequest extends TeaModel { /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh-CN: Chinese</li> * <li>en-US: English</li> * </ul> * * <strong>example:</strong> * <p>en-US</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; public static DescribeCloudGtmSummaryRequest build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmSummaryRequest self = new DescribeCloudGtmSummaryRequest(); return TeaModel.build(map, self); } public DescribeCloudGtmSummaryRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmSummaryResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmSummaryResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCloudGtmSummaryResponseBody body; public static DescribeCloudGtmSummaryResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmSummaryResponse self = new DescribeCloudGtmSummaryResponse(); return TeaModel.build(map, self); } public DescribeCloudGtmSummaryResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCloudGtmSummaryResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCloudGtmSummaryResponse setBody(DescribeCloudGtmSummaryResponseBody body) { this.body = body; return this; } public DescribeCloudGtmSummaryResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmSummaryResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmSummaryResponseBody extends TeaModel { /** * <p>The total number of instances within the current account.</p> * * <strong>example:</strong> * <p>10</p> */ @NameInMap("InstanceTotalCount") public Integer instanceTotalCount; /** * <p>The total number of configured health check tasks.</p> * * <strong>example:</strong> * <p>20</p> */ @NameInMap("MonitorTaskTotalCount") public Integer monitorTaskTotalCount; /** * <p>The quota on the number of health check tasks.</p> * * <strong>example:</strong> * <p>101</p> */ @NameInMap("MonitorTaskTotalQuota") public Integer monitorTaskTotalQuota; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>199C3699-9A7B-41A1-BB5A-F1E862D3CB38</p> */ @NameInMap("RequestId") public String requestId; public static DescribeCloudGtmSummaryResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmSummaryResponseBody self = new DescribeCloudGtmSummaryResponseBody(); return TeaModel.build(map, self); } public DescribeCloudGtmSummaryResponseBody setInstanceTotalCount(Integer instanceTotalCount) { this.instanceTotalCount = instanceTotalCount; return this; } public Integer getInstanceTotalCount() { return this.instanceTotalCount; } public DescribeCloudGtmSummaryResponseBody setMonitorTaskTotalCount(Integer monitorTaskTotalCount) { this.monitorTaskTotalCount = monitorTaskTotalCount; return this; } public Integer getMonitorTaskTotalCount() { return this.monitorTaskTotalCount; } public DescribeCloudGtmSummaryResponseBody setMonitorTaskTotalQuota(Integer monitorTaskTotalQuota) { this.monitorTaskTotalQuota = monitorTaskTotalQuota; return this; } public Integer getMonitorTaskTotalQuota() { return this.monitorTaskTotalQuota; } public DescribeCloudGtmSummaryResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmSystemLinesResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmSystemLinesResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCloudGtmSystemLinesResponseBody body; public static DescribeCloudGtmSystemLinesResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmSystemLinesResponse self = new DescribeCloudGtmSystemLinesResponse(); return TeaModel.build(map, self); } public DescribeCloudGtmSystemLinesResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCloudGtmSystemLinesResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCloudGtmSystemLinesResponse setBody(DescribeCloudGtmSystemLinesResponseBody body) { this.body = body; return this; } public DescribeCloudGtmSystemLinesResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCloudGtmSystemLinesResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCloudGtmSystemLinesResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>389DFFA3-77A5-4A9E-BF3D-147C6F98A5BA</p> */ @NameInMap("RequestId") public String requestId; /** * <p>The system lines.</p> */ @NameInMap("SystemLines") public DescribeCloudGtmSystemLinesResponseBodySystemLines systemLines; /** * <p>The system lines, which are in a tree structure. Only a system line is listed in this example.</p> * * <strong>example:</strong> * <p>[{\&quot;displayName\&quot;:\&quot;Default\&quot;,\&quot;id\&quot;:\&quot;default\&quot;,\&quot;isAvailable\&quot;:true,\&quot;name\&quot;:\&quot;Default\&quot;,\&quot;parentId\&quot;:\&quot;\&quot;}]</p> */ @NameInMap("SystemLinesTree") public String systemLinesTree; public static DescribeCloudGtmSystemLinesResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmSystemLinesResponseBody self = new DescribeCloudGtmSystemLinesResponseBody(); return TeaModel.build(map, self); } public DescribeCloudGtmSystemLinesResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DescribeCloudGtmSystemLinesResponseBody setSystemLines(DescribeCloudGtmSystemLinesResponseBodySystemLines systemLines) { this.systemLines = systemLines; return this; } public DescribeCloudGtmSystemLinesResponseBodySystemLines getSystemLines() { return this.systemLines; } public DescribeCloudGtmSystemLinesResponseBody setSystemLinesTree(String systemLinesTree) { this.systemLinesTree = systemLinesTree; return this; } public String getSystemLinesTree() { return this.systemLinesTree; } public static class DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine extends TeaModel { /** * <p>The line code.</p> * * <strong>example:</strong> * <p>aliyun_r_ap-south-1</p> */ @NameInMap("Code") public String code; /** * <p>The display name of the line.</p> * * <strong>example:</strong> * <p>Default</p> */ @NameInMap("DisplayName") public String displayName; /** * <p>Indicates whether the line can be selected as the source of a Domain Name System (DNS) request. Valid values:</p> * <ul> * <li>true</li> * <li>false</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("IsAvailable") public Boolean isAvailable; /** * <p>The name of the line.</p> * * <strong>example:</strong> * <p>Default</p> */ @NameInMap("Name") public String name; /** * <p>The code of the parent line.</p> * * <strong>example:</strong> * <p>String aliyun</p> */ @NameInMap("ParentCode") public String parentCode; public static DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine self = new DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine(); return TeaModel.build(map, self); } public DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine setCode(String code) { this.code = code; return this; } public String getCode() { return this.code; } public DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine setDisplayName(String displayName) { this.displayName = displayName; return this; } public String getDisplayName() { return this.displayName; } public DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine setIsAvailable(Boolean isAvailable) { this.isAvailable = isAvailable; return this; } public Boolean getIsAvailable() { return this.isAvailable; } public DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine setParentCode(String parentCode) { this.parentCode = parentCode; return this; } public String getParentCode() { return this.parentCode; } } public static class DescribeCloudGtmSystemLinesResponseBodySystemLines extends TeaModel { @NameInMap("SystemLine") public java.util.List<DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine> systemLine; public static DescribeCloudGtmSystemLinesResponseBodySystemLines build(java.util.Map<String, ?> map) throws Exception { DescribeCloudGtmSystemLinesResponseBodySystemLines self = new DescribeCloudGtmSystemLinesResponseBodySystemLines(); return TeaModel.build(map, self); } public DescribeCloudGtmSystemLinesResponseBodySystemLines setSystemLine(java.util.List<DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine> systemLine) { this.systemLine = systemLine; return this; } public java.util.List<DescribeCloudGtmSystemLinesResponseBodySystemLinesSystemLine> getSystemLine() { return this.systemLine; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCustomLineRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCustomLineRequest extends TeaModel { /** * <p>The language of the content within the request and response. Default value: <strong>zh</strong>. Valid values:</p> * <ul> * <li><strong>zh</strong>: Chinese</li> * <li><strong>en</strong>: English</li> * </ul> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The unique ID of the custom line. You can call <a href="https://www.alibabacloud.com/help/en/dns/api-alidns-2015-01-09-describecustomlines?spm=a2c63.p38356.help-menu-search-29697.d_0">DescribeCustomLines</a> operation to obtain the ID</p> * * <strong>example:</strong> * <p>597</p> */ @NameInMap("LineId") public Long lineId; public static DescribeCustomLineRequest build(java.util.Map<String, ?> map) throws Exception { DescribeCustomLineRequest self = new DescribeCustomLineRequest(); return TeaModel.build(map, self); } public DescribeCustomLineRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DescribeCustomLineRequest setLineId(Long lineId) { this.lineId = lineId; return this; } public Long getLineId() { return this.lineId; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCustomLineResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCustomLineResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCustomLineResponseBody body; public static DescribeCustomLineResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCustomLineResponse self = new DescribeCustomLineResponse(); return TeaModel.build(map, self); } public DescribeCustomLineResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCustomLineResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCustomLineResponse setBody(DescribeCustomLineResponseBody body) { this.body = body; return this; } public DescribeCustomLineResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCustomLineResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCustomLineResponseBody extends TeaModel { /** * <p>The code of the custom line.</p> * * <strong>example:</strong> * <p>hra0yc-597</p> */ @NameInMap("Code") public String code; /** * <p>The domain name.</p> * * <strong>example:</strong> * <p>example.com</p> */ @NameInMap("DomainName") public String domainName; /** * <p>The ID/Name of the custom line.</p> * * <strong>example:</strong> * <p>597</p> */ @NameInMap("Id") public Long id; /** * <p>The CIDR blocks. Separate IP addresses with a hyphen (-). Enter a CIDR block in each row. You can enter 1 to 50 CIDR blocks at a time. If a CIDR block contains only one IP address, enter the IP address in the format of IP1-IP1. Different CIDR blocks cannot be overlapped.</p> */ @NameInMap("IpSegmentList") public java.util.List<DescribeCustomLineResponseBodyIpSegmentList> ipSegmentList; /** * <p>The name of the custom line.</p> */ @NameInMap("Name") public String name; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>B57C121B-A45F-44D8-A9B2-13E5A5044195</p> */ @NameInMap("RequestId") public String requestId; public static DescribeCustomLineResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCustomLineResponseBody self = new DescribeCustomLineResponseBody(); return TeaModel.build(map, self); } public DescribeCustomLineResponseBody setCode(String code) { this.code = code; return this; } public String getCode() { return this.code; } public DescribeCustomLineResponseBody setDomainName(String domainName) { this.domainName = domainName; return this; } public String getDomainName() { return this.domainName; } public DescribeCustomLineResponseBody setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public DescribeCustomLineResponseBody setIpSegmentList(java.util.List<DescribeCustomLineResponseBodyIpSegmentList> ipSegmentList) { this.ipSegmentList = ipSegmentList; return this; } public java.util.List<DescribeCustomLineResponseBodyIpSegmentList> getIpSegmentList() { return this.ipSegmentList; } public DescribeCustomLineResponseBody setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public DescribeCustomLineResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public static class DescribeCustomLineResponseBodyIpSegmentList extends TeaModel { /** * <p>The end IP address of the CIDR block.</p> * * <strong>example:</strong> * <p>11.1.1.3</p> */ @NameInMap("EndIp") public String endIp; /** * <p>The start IP address of the CIDR block.</p> * * <strong>example:</strong> * <p>11.1.1.2</p> */ @NameInMap("StartIp") public String startIp; public static DescribeCustomLineResponseBodyIpSegmentList build(java.util.Map<String, ?> map) throws Exception { DescribeCustomLineResponseBodyIpSegmentList self = new DescribeCustomLineResponseBodyIpSegmentList(); return TeaModel.build(map, self); } public DescribeCustomLineResponseBodyIpSegmentList setEndIp(String endIp) { this.endIp = endIp; return this; } public String getEndIp() { return this.endIp; } public DescribeCustomLineResponseBodyIpSegmentList setStartIp(String startIp) { this.startIp = startIp; return this; } public String getStartIp() { return this.startIp; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCustomLinesRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCustomLinesRequest extends TeaModel { /** * <p>The domain name that already exists in Alibaba Cloud Domain Name System (DNS). You can call the <a href="https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0">DescribeDomains </a>operation to obtain the domain name.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>example.com</p> */ @NameInMap("DomainName") public String domainName; /** * <p>The language of the response. Valid values:</p> * <ul> * <li>zh: Chinese</li> * <li>en: English</li> * </ul> * <p>Default value: en</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The page number.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageNumber") public Long pageNumber; /** * <p>The number of entries per page.</p> * * <strong>example:</strong> * <p>10</p> */ @NameInMap("PageSize") public Long pageSize; public static DescribeCustomLinesRequest build(java.util.Map<String, ?> map) throws Exception { DescribeCustomLinesRequest self = new DescribeCustomLinesRequest(); return TeaModel.build(map, self); } public DescribeCustomLinesRequest setDomainName(String domainName) { this.domainName = domainName; return this; } public String getDomainName() { return this.domainName; } public DescribeCustomLinesRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DescribeCustomLinesRequest setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public DescribeCustomLinesRequest setPageSize(Long pageSize) { this.pageSize = pageSize; return this; } public Long getPageSize() { return this.pageSize; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCustomLinesResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCustomLinesResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeCustomLinesResponseBody body; public static DescribeCustomLinesResponse build(java.util.Map<String, ?> map) throws Exception { DescribeCustomLinesResponse self = new DescribeCustomLinesResponse(); return TeaModel.build(map, self); } public DescribeCustomLinesResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeCustomLinesResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeCustomLinesResponse setBody(DescribeCustomLinesResponseBody body) { this.body = body; return this; } public DescribeCustomLinesResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeCustomLinesResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeCustomLinesResponseBody extends TeaModel { /** * <p>The custom lines.</p> */ @NameInMap("CustomLines") public java.util.List<DescribeCustomLinesResponseBodyCustomLines> customLines; /** * <p>The page number.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageNumber") public Integer pageNumber; /** * <p>The number of entries per page.</p> * * <strong>example:</strong> * <p>10</p> */ @NameInMap("PageSize") public Integer pageSize; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>B57C121B-A45F-44D8-A9B2-13E5A5044195</p> */ @NameInMap("RequestId") public String requestId; /** * <p>The total number of custom lines.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("TotalItems") public Integer totalItems; /** * <p>The total number of pages returned.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("TotalPages") public Integer totalPages; public static DescribeCustomLinesResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeCustomLinesResponseBody self = new DescribeCustomLinesResponseBody(); return TeaModel.build(map, self); } public DescribeCustomLinesResponseBody setCustomLines(java.util.List<DescribeCustomLinesResponseBodyCustomLines> customLines) { this.customLines = customLines; return this; } public java.util.List<DescribeCustomLinesResponseBodyCustomLines> getCustomLines() { return this.customLines; } public DescribeCustomLinesResponseBody setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; return this; } public Integer getPageNumber() { return this.pageNumber; } public DescribeCustomLinesResponseBody setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } public DescribeCustomLinesResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DescribeCustomLinesResponseBody setTotalItems(Integer totalItems) { this.totalItems = totalItems; return this; } public Integer getTotalItems() { return this.totalItems; } public DescribeCustomLinesResponseBody setTotalPages(Integer totalPages) { this.totalPages = totalPages; return this; } public Integer getTotalPages() { return this.totalPages; } public static class DescribeCustomLinesResponseBodyCustomLinesIpSegmentList extends TeaModel { @NameInMap("EndIp") public String endIp; @NameInMap("StartIp") public String startIp; public static DescribeCustomLinesResponseBodyCustomLinesIpSegmentList build(java.util.Map<String, ?> map) throws Exception { DescribeCustomLinesResponseBodyCustomLinesIpSegmentList self = new DescribeCustomLinesResponseBodyCustomLinesIpSegmentList(); return TeaModel.build(map, self); } public DescribeCustomLinesResponseBodyCustomLinesIpSegmentList setEndIp(String endIp) { this.endIp = endIp; return this; } public String getEndIp() { return this.endIp; } public DescribeCustomLinesResponseBodyCustomLinesIpSegmentList setStartIp(String startIp) { this.startIp = startIp; return this; } public String getStartIp() { return this.startIp; } } public static class DescribeCustomLinesResponseBodyCustomLines extends TeaModel { /** * <p>The code of the custom line.</p> * * <strong>example:</strong> * <p>hra0yc-597</p> */ @NameInMap("Code") public String code; /** * <p>The unique ID of the custom line.</p> * * <strong>example:</strong> * <p>597</p> */ @NameInMap("Id") public Long id; @NameInMap("IpSegmentList") public java.util.List<DescribeCustomLinesResponseBodyCustomLinesIpSegmentList> ipSegmentList; /** * <p>The name of the custom line.</p> * * <strong>example:</strong> * <p>hra0yd-597</p> */ @NameInMap("Name") public String name; public static DescribeCustomLinesResponseBodyCustomLines build(java.util.Map<String, ?> map) throws Exception { DescribeCustomLinesResponseBodyCustomLines self = new DescribeCustomLinesResponseBodyCustomLines(); return TeaModel.build(map, self); } public DescribeCustomLinesResponseBodyCustomLines setCode(String code) { this.code = code; return this; } public String getCode() { return this.code; } public DescribeCustomLinesResponseBodyCustomLines setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public DescribeCustomLinesResponseBodyCustomLines setIpSegmentList(java.util.List<DescribeCustomLinesResponseBodyCustomLinesIpSegmentList> ipSegmentList) { this.ipSegmentList = ipSegmentList; return this; } public java.util.List<DescribeCustomLinesResponseBodyCustomLinesIpSegmentList> getIpSegmentList() { return this.ipSegmentList; } public DescribeCustomLinesResponseBodyCustomLines setName(String name) { this.name = name; return this; } public String getName() { return this.name; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeDNSSLBSubDomainsRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeDNSSLBSubDomainsRequest extends TeaModel { /** * <p>The domain name. You can call the <a href="https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0">DescribeDomains</a> operation to obtain the domain name.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>example.com</p> */ @NameInMap("DomainName") public String domainName; /** * <p>The language of the response. Valid values:</p> * <ul> * <li><strong>zh</strong> (default): Chinese</li> * <li><strong>en</strong>: English</li> * </ul> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The page number. Pages start from page <strong>1</strong>. Default value: <strong>1</strong>.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageNumber") public Long pageNumber; /** * <p>The number of entries per page. Valid values: <strong>1 to 100</strong>. Default value: <strong>20</strong>.</p> * * <strong>example:</strong> * <p>20</p> */ @NameInMap("PageSize") public Long pageSize; /** * <p>The hostname.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Rr") public String rr; /** * <p>The IP address of the user account.</p> * * <strong>example:</strong> * <p>1.1.1.1</p> */ @NameInMap("UserClientIp") public String userClientIp; public static DescribeDNSSLBSubDomainsRequest build(java.util.Map<String, ?> map) throws Exception { DescribeDNSSLBSubDomainsRequest self = new DescribeDNSSLBSubDomainsRequest(); return TeaModel.build(map, self); } public DescribeDNSSLBSubDomainsRequest setDomainName(String domainName) { this.domainName = domainName; return this; } public String getDomainName() { return this.domainName; } public DescribeDNSSLBSubDomainsRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DescribeDNSSLBSubDomainsRequest setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public DescribeDNSSLBSubDomainsRequest setPageSize(Long pageSize) { this.pageSize = pageSize; return this; } public Long getPageSize() { return this.pageSize; } public DescribeDNSSLBSubDomainsRequest setRr(String rr) { this.rr = rr; return this; } public String getRr() { return this.rr; } public DescribeDNSSLBSubDomainsRequest setUserClientIp(String userClientIp) { this.userClientIp = userClientIp; return this; } public String getUserClientIp() { return this.userClientIp; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeDNSSLBSubDomainsResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeDNSSLBSubDomainsResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeDNSSLBSubDomainsResponseBody body; public static DescribeDNSSLBSubDomainsResponse build(java.util.Map<String, ?> map) throws Exception { DescribeDNSSLBSubDomainsResponse self = new DescribeDNSSLBSubDomainsResponse(); return TeaModel.build(map, self); } public DescribeDNSSLBSubDomainsResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeDNSSLBSubDomainsResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeDNSSLBSubDomainsResponse setBody(DescribeDNSSLBSubDomainsResponseBody body) { this.body = body; return this; } public DescribeDNSSLBSubDomainsResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeDNSSLBSubDomainsResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeDNSSLBSubDomainsResponseBody extends TeaModel { /** * <p>The page number. Pages start from page <strong>1</strong>. Default value: <strong>1</strong>.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageNumber") public Long pageNumber; /** * <p>The number of entries per page. Valid values: <strong>1 to 100</strong>. Default value: <strong>20</strong>.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageSize") public Long pageSize; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; /** * <p>The subdomains for which weighted round-robin is enabled.</p> */ @NameInMap("SlbSubDomains") public DescribeDNSSLBSubDomainsResponseBodySlbSubDomains slbSubDomains; /** * <p>The total number of entries returned.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("TotalCount") public Long totalCount; public static DescribeDNSSLBSubDomainsResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeDNSSLBSubDomainsResponseBody self = new DescribeDNSSLBSubDomainsResponseBody(); return TeaModel.build(map, self); } public DescribeDNSSLBSubDomainsResponseBody setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public DescribeDNSSLBSubDomainsResponseBody setPageSize(Long pageSize) { this.pageSize = pageSize; return this; } public Long getPageSize() { return this.pageSize; } public DescribeDNSSLBSubDomainsResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DescribeDNSSLBSubDomainsResponseBody setSlbSubDomains(DescribeDNSSLBSubDomainsResponseBodySlbSubDomains slbSubDomains) { this.slbSubDomains = slbSubDomains; return this; } public DescribeDNSSLBSubDomainsResponseBodySlbSubDomains getSlbSubDomains() { return this.slbSubDomains; } public DescribeDNSSLBSubDomainsResponseBody setTotalCount(Long totalCount) { this.totalCount = totalCount; return this; } public Long getTotalCount() { return this.totalCount; } public static class DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithmsLineAlgorithm extends TeaModel { /** * <p>The DNS resolution line. The line can be China Telecom, China Mobile, and China Unicom.</p> * * <strong>example:</strong> * <p>default</p> */ @NameInMap("Line") public String line; /** * <p>Indicates whether weighted round-robin is enabled for the line. Valid values:</p> * <ul> * <li><strong>true</strong> (default): Weighted round-robin is enabled.</li> * <li><strong>false</strong>: Weighted round-robin is disabled.</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Open") public Boolean open; public static DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithmsLineAlgorithm build(java.util.Map<String, ?> map) throws Exception { DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithmsLineAlgorithm self = new DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithmsLineAlgorithm(); return TeaModel.build(map, self); } public DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithmsLineAlgorithm setLine(String line) { this.line = line; return this; } public String getLine() { return this.line; } public DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithmsLineAlgorithm setOpen(Boolean open) { this.open = open; return this; } public Boolean getOpen() { return this.open; } } public static class DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithms extends TeaModel { @NameInMap("LineAlgorithm") public java.util.List<DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithmsLineAlgorithm> lineAlgorithm; public static DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithms build(java.util.Map<String, ?> map) throws Exception { DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithms self = new DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithms(); return TeaModel.build(map, self); } public DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithms setLineAlgorithm(java.util.List<DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithmsLineAlgorithm> lineAlgorithm) { this.lineAlgorithm = lineAlgorithm; return this; } public java.util.List<DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithmsLineAlgorithm> getLineAlgorithm() { return this.lineAlgorithm; } } public static class DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain extends TeaModel { /** * <p>The lines for which weighted round-robin is enabled.</p> */ @NameInMap("LineAlgorithms") public DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithms lineAlgorithms; /** * <p>Indicates whether weighted round-robin is enabled for the subdomain.</p> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Open") public Boolean open; /** * <p>The number of DNS records added for the subdomain.</p> * * <strong>example:</strong> * <p>3</p> */ @NameInMap("RecordCount") public Long recordCount; /** * <p>The name of the subdomain.</p> * * <strong>example:</strong> * <p><a href="http://www.example.com">www.example.com</a></p> */ @NameInMap("SubDomain") public String subDomain; /** * <p>The type of the Domain Name System (DNS) record that supports weighted round-robin. Valid values: A, AAAA, and CNAME.</p> * * <strong>example:</strong> * <p>A</p> */ @NameInMap("Type") public String type; public static DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain build(java.util.Map<String, ?> map) throws Exception { DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain self = new DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain(); return TeaModel.build(map, self); } public DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain setLineAlgorithms(DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithms lineAlgorithms) { this.lineAlgorithms = lineAlgorithms; return this; } public DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomainLineAlgorithms getLineAlgorithms() { return this.lineAlgorithms; } public DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain setOpen(Boolean open) { this.open = open; return this; } public Boolean getOpen() { return this.open; } public DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain setRecordCount(Long recordCount) { this.recordCount = recordCount; return this; } public Long getRecordCount() { return this.recordCount; } public DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain setSubDomain(String subDomain) { this.subDomain = subDomain; return this; } public String getSubDomain() { return this.subDomain; } public DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain setType(String type) { this.type = type; return this; } public String getType() { return this.type; } } public static class DescribeDNSSLBSubDomainsResponseBodySlbSubDomains extends TeaModel { @NameInMap("SlbSubDomain") public java.util.List<DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain> slbSubDomain; public static DescribeDNSSLBSubDomainsResponseBodySlbSubDomains build(java.util.Map<String, ?> map) throws Exception { DescribeDNSSLBSubDomainsResponseBodySlbSubDomains self = new DescribeDNSSLBSubDomainsResponseBodySlbSubDomains(); return TeaModel.build(map, self); } public DescribeDNSSLBSubDomainsResponseBodySlbSubDomains setSlbSubDomain(java.util.List<DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain> slbSubDomain) { this.slbSubDomain = slbSubDomain; return this; } public java.util.List<DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDomain> getSlbSubDomain() { return this.slbSubDomain; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeDnsCacheDomainsRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeDnsCacheDomainsRequest extends TeaModel { /** * <p>The keyword for searches in &quot;%KeyWord%&quot; mode. The value is not case-sensitive.</p> * * <strong>example:</strong> * <p>a\&quot;\&quot;</p> */ @NameInMap("Keyword") public String keyword; /** * <p>The language.</p> * * <strong>example:</strong> * <p>zh</p> */ @NameInMap("Lang") public String lang; /** * <p>The page number. Pages start from page 1. Default value: 1.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageNumber") public Long pageNumber; /** * <p>The number of entries per page. Maximum value: <strong>100</strong>. Default value: <strong>20</strong>.</p> * * <strong>example:</strong> * <p>20</p> */ @NameInMap("PageSize") public Long pageSize; public static DescribeDnsCacheDomainsRequest build(java.util.Map<String, ?> map) throws Exception { DescribeDnsCacheDomainsRequest self = new DescribeDnsCacheDomainsRequest(); return TeaModel.build(map, self); } public DescribeDnsCacheDomainsRequest setKeyword(String keyword) { this.keyword = keyword; return this; } public String getKeyword() { return this.keyword; } public DescribeDnsCacheDomainsRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DescribeDnsCacheDomainsRequest setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public DescribeDnsCacheDomainsRequest setPageSize(Long pageSize) { this.pageSize = pageSize; return this; } public Long getPageSize() { return this.pageSize; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeDnsCacheDomainsResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeDnsCacheDomainsResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public DescribeDnsCacheDomainsResponseBody body; public static DescribeDnsCacheDomainsResponse build(java.util.Map<String, ?> map) throws Exception { DescribeDnsCacheDomainsResponse self = new DescribeDnsCacheDomainsResponse(); return TeaModel.build(map, self); } public DescribeDnsCacheDomainsResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public DescribeDnsCacheDomainsResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public DescribeDnsCacheDomainsResponse setBody(DescribeDnsCacheDomainsResponseBody body) { this.body = body; return this; } public DescribeDnsCacheDomainsResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeDnsCacheDomainsResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeDnsCacheDomainsResponseBody extends TeaModel { /** * <p>The domain names.</p> */ @NameInMap("Domains") public java.util.List<DescribeDnsCacheDomainsResponseBodyDomains> domains; /** * <p>The page number. Pages start from page <strong>1</strong>. Default value: <strong>1</strong>.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageNumber") public Long pageNumber; /** * <p>The number of entries per page. Valid values: 1 to 100. Default value: 20.</p> * * <strong>example:</strong> * <p>20</p> */ @NameInMap("PageSize") public Long pageSize; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>57121A9C-CDCF-541F-AD39-275D89099420</p> */ @NameInMap("RequestId") public String requestId; /** * <p>The total number of entries returned.</p> * * <strong>example:</strong> * <p>3</p> */ @NameInMap("TotalCount") public Long totalCount; public static DescribeDnsCacheDomainsResponseBody build(java.util.Map<String, ?> map) throws Exception { DescribeDnsCacheDomainsResponseBody self = new DescribeDnsCacheDomainsResponseBody(); return TeaModel.build(map, self); } public DescribeDnsCacheDomainsResponseBody setDomains(java.util.List<DescribeDnsCacheDomainsResponseBodyDomains> domains) { this.domains = domains; return this; } public java.util.List<DescribeDnsCacheDomainsResponseBodyDomains> getDomains() { return this.domains; } public DescribeDnsCacheDomainsResponseBody setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public DescribeDnsCacheDomainsResponseBody setPageSize(Long pageSize) { this.pageSize = pageSize; return this; } public Long getPageSize() { return this.pageSize; } public DescribeDnsCacheDomainsResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public DescribeDnsCacheDomainsResponseBody setTotalCount(Long totalCount) { this.totalCount = totalCount; return this; } public Long getTotalCount() { return this.totalCount; } public static class DescribeDnsCacheDomainsResponseBodyDomainsSourceDnsServers extends TeaModel { /** * <p>The domain name or IP address of the origin DNS server.</p> * * <strong>example:</strong> * <p>ns8.alidns.com</p> */ @NameInMap("Host") public String host; /** * <p>The port of the origin DNS server.</p> * * <strong>example:</strong> * <p>53</p> */ @NameInMap("Port") public String port; public static DescribeDnsCacheDomainsResponseBodyDomainsSourceDnsServers build(java.util.Map<String, ?> map) throws Exception { DescribeDnsCacheDomainsResponseBodyDomainsSourceDnsServers self = new DescribeDnsCacheDomainsResponseBodyDomainsSourceDnsServers(); return TeaModel.build(map, self); } public DescribeDnsCacheDomainsResponseBodyDomainsSourceDnsServers setHost(String host) { this.host = host; return this; } public String getHost() { return this.host; } public DescribeDnsCacheDomainsResponseBodyDomainsSourceDnsServers setPort(String port) { this.port = port; return this; } public String getPort() { return this.port; } } public static class DescribeDnsCacheDomainsResponseBodyDomains extends TeaModel { /** * <p>The maximum time-to-live (TTL) period of the cached data retrieved from the origin DNS server. Unit: seconds. Valid values: 30 to 86400.</p> * * <strong>example:</strong> * <p>86400</p> */ @NameInMap("CacheTtlMax") public Integer cacheTtlMax; /** * <p>The minimum TTL period of the cached data retrieved from the origin DNS server. Unit: seconds. Valid values: 30 to 86400.</p> * * <strong>example:</strong> * <p>30</p> */ @NameInMap("CacheTtlMin") public Integer cacheTtlMin; /** * <p>The time when the domain name was added. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.</p> * * <strong>example:</strong> * <p>2022-10-17T06:13Z</p> */ @NameInMap("CreateTime") public String createTime; /** * <p>The time when the domain name was added. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.</p> * * <strong>example:</strong> * <p>1660546144000</p> */ @NameInMap("CreateTimestamp") public Long createTimestamp; /** * <p>The ID of the cache-accelerated domain name.</p> * * <strong>example:</strong> * <p>00efd71a-770e-4255-b54e-6fe5659baffe</p> */ @NameInMap("DomainId") public String domainId; /** * <p>The cache-accelerated domain name.</p> * * <strong>example:</strong> * <p>dns-example.top</p> */ @NameInMap("DomainName") public String domainName; /** * <p>The time when the instance expires. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.</p> * * <strong>example:</strong> * <p>2022-12-02T16:00Z</p> */ @NameInMap("ExpireTime") public String expireTime; /** * <p>The time when the instance expires. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.</p> * * <strong>example:</strong> * <p>1692374400000</p> */ @NameInMap("ExpireTimestamp") public Long expireTimestamp; /** * <p>The instance ID of the cache-accelerated domain name.</p> * * <strong>example:</strong> * <p>i-7bg</p> */ @NameInMap("InstanceId") public String instanceId; /** * <p>The description of the domain name.</p> * * <strong>example:</strong> * <p>remark</p> */ @NameInMap("Remark") public String remark; /** * <p>The origin DNS servers.</p> */ @NameInMap("SourceDnsServers") public java.util.List<DescribeDnsCacheDomainsResponseBodyDomainsSourceDnsServers> sourceDnsServers; /** * <p>Specifies whether the origin Domain Name System (DNS) server supports Extension Mechanisms for DNS (EDNS). Valid values: NOT_SUPPORT and SUPPORT.</p> * * <strong>example:</strong> * <p>SUPPORT</p> */ @NameInMap("SourceEdns") public String sourceEdns; /** * <p>The origin protocol policy. Valid values: TCP and UDP. Default value: UDP.</p> * * <strong>example:</strong> * <p>UDP</p> */ @NameInMap("SourceProtocol") public String sourceProtocol; /** * <p>The time when the configurations of the domain name were updated. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.</p> * * <strong>example:</strong> * <p>2023-05-22T03:40Z</p> */ @NameInMap("UpdateTime") public String updateTime; /** * <p>The time when the configurations of the domain name were updated. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.</p> * * <strong>example:</strong> * <p>1671690491000</p> */ @NameInMap("UpdateTimestamp") public Long updateTimestamp; /** * <p>The edition code of Alibaba Cloud DNS.</p> * * <strong>example:</strong> * <p>ultimate</p> */ @NameInMap("VersionCode") public String versionCode; public static DescribeDnsCacheDomainsResponseBodyDomains build(java.util.Map<String, ?> map) throws Exception { DescribeDnsCacheDomainsResponseBodyDomains self = new DescribeDnsCacheDomainsResponseBodyDomains(); return TeaModel.build(map, self); } public DescribeDnsCacheDomainsResponseBodyDomains setCacheTtlMax(Integer cacheTtlMax) { this.cacheTtlMax = cacheTtlMax; return this; } public Integer getCacheTtlMax() { return this.cacheTtlMax; } public DescribeDnsCacheDomainsResponseBodyDomains setCacheTtlMin(Integer cacheTtlMin) { this.cacheTtlMin = cacheTtlMin; return this; } public Integer getCacheTtlMin() { return this.cacheTtlMin; } public DescribeDnsCacheDomainsResponseBodyDomains setCreateTime(String createTime) { this.createTime = createTime; return this; } public String getCreateTime() { return this.createTime; } public DescribeDnsCacheDomainsResponseBodyDomains setCreateTimestamp(Long createTimestamp) { this.createTimestamp = createTimestamp; return this; } public Long getCreateTimestamp() { return this.createTimestamp; } public DescribeDnsCacheDomainsResponseBodyDomains setDomainId(String domainId) { this.domainId = domainId; return this; } public String getDomainId() { return this.domainId; } public DescribeDnsCacheDomainsResponseBodyDomains setDomainName(String domainName) { this.domainName = domainName; return this; } public String getDomainName() { return this.domainName; } public DescribeDnsCacheDomainsResponseBodyDomains setExpireTime(String expireTime) { this.expireTime = expireTime; return this; } public String getExpireTime() { return this.expireTime; } public DescribeDnsCacheDomainsResponseBodyDomains setExpireTimestamp(Long expireTimestamp) { this.expireTimestamp = expireTimestamp; return this; } public Long getExpireTimestamp() { return this.expireTimestamp; } public DescribeDnsCacheDomainsResponseBodyDomains setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public DescribeDnsCacheDomainsResponseBodyDomains setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public DescribeDnsCacheDomainsResponseBodyDomains setSourceDnsServers(java.util.List<DescribeDnsCacheDomainsResponseBodyDomainsSourceDnsServers> sourceDnsServers) { this.sourceDnsServers = sourceDnsServers; return this; } public java.util.List<DescribeDnsCacheDomainsResponseBodyDomainsSourceDnsServers> getSourceDnsServers() { return this.sourceDnsServers; } public DescribeDnsCacheDomainsResponseBodyDomains setSourceEdns(String sourceEdns) { this.sourceEdns = sourceEdns; return this; } public String getSourceEdns() { return this.sourceEdns; } public DescribeDnsCacheDomainsResponseBodyDomains setSourceProtocol(String sourceProtocol) { this.sourceProtocol = sourceProtocol; return this; } public String getSourceProtocol() { return this.sourceProtocol; } public DescribeDnsCacheDomainsResponseBodyDomains setUpdateTime(String updateTime) { this.updateTime = updateTime; return this; } public String getUpdateTime() { return this.updateTime; } public DescribeDnsCacheDomainsResponseBodyDomains setUpdateTimestamp(Long updateTimestamp) { this.updateTimestamp = updateTimestamp; return this; } public Long getUpdateTimestamp() { return this.updateTimestamp; } public DescribeDnsCacheDomainsResponseBodyDomains setVersionCode(String versionCode) { this.versionCode = versionCode; return this; } public String getVersionCode() { return this.versionCode; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeDnsGtmAccessStrategiesRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class DescribeDnsGtmAccessStrategiesRequest extends TeaModel { /** * <p>The ID of the instance.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>instance1</p> */ @NameInMap("InstanceId") public String instanceId; /** * <p>The language to return some response parameters. Default value: en. Valid values: en, zh, and ja.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The number of the page to return.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageNumber") public Integer pageNumber; /** * <p>The number of entries to return on each page.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageSize") public Integer pageSize; /** * <p>The type of the access policy. Valid values:</p> * <ul> * <li>GEO: geographical location-based</li> * <li>LATENCY: latency-based</li> * </ul> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>geo</p> */ @NameInMap("StrategyMode") public String strategyMode; public static DescribeDnsGtmAccessStrategiesRequest build(java.util.Map<String, ?> map) throws Exception { DescribeDnsGtmAccessStrategiesRequest self = new DescribeDnsGtmAccessStrategiesRequest(); return TeaModel.build(map, self); } public DescribeDnsGtmAccessStrategiesRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public DescribeDnsGtmAccessStrategiesRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public DescribeDnsGtmAccessStrategiesRequest setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; return this; } public Integer getPageNumber() { return this.pageNumber; } public DescribeDnsGtmAccessStrategiesRequest setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } public DescribeDnsGtmAccessStrategiesRequest setStrategyMode(String strategyMode) { this.strategyMode = strategyMode; return this; } public String getStrategyMode() { return this.strategyMode; } }