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/UpdateCloudGtmAddressResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmAddressResponseBody extends TeaModel { /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; /** * <p>Modify address base configuration operation status:</p> * <ul> * <li>true: Operation was successful</li> * <li>false: Operation was failed</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static UpdateCloudGtmAddressResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmAddressResponseBody self = new UpdateCloudGtmAddressResponseBody(); return TeaModel.build(map, self); } public UpdateCloudGtmAddressResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateCloudGtmAddressResponseBody 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/UpdateCloudGtmAddressShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmAddressShrinkRequest 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 IP address or domain name.</p> * * <strong>example:</strong> * <p>223.5.XX.XX</p> */ @NameInMap("Address") public String address; /** * <p>The ID of the address. 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>Address Attribution information.</p> * * <strong>example:</strong> * <p>This parameter is not supported in the current version and does not need to be input.</p> */ @NameInMap("AttributeInfo") public String attributeInfo; /** * <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; /** * <p>The new 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>p50_ok</p> */ @NameInMap("HealthJudgement") public String healthJudgement; /** * <p>The health check tasks.</p> */ @NameInMap("HealthTasks") public String healthTasksShrink; /** * <p>The name of the address.</p> * * <strong>example:</strong> * <p>Address-1</p> */ @NameInMap("Name") public String name; public static UpdateCloudGtmAddressShrinkRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmAddressShrinkRequest self = new UpdateCloudGtmAddressShrinkRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmAddressShrinkRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmAddressShrinkRequest setAddress(String address) { this.address = address; return this; } public String getAddress() { return this.address; } public UpdateCloudGtmAddressShrinkRequest setAddressId(String addressId) { this.addressId = addressId; return this; } public String getAddressId() { return this.addressId; } public UpdateCloudGtmAddressShrinkRequest setAttributeInfo(String attributeInfo) { this.attributeInfo = attributeInfo; return this; } public String getAttributeInfo() { return this.attributeInfo; } public UpdateCloudGtmAddressShrinkRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateCloudGtmAddressShrinkRequest setHealthJudgement(String healthJudgement) { this.healthJudgement = healthJudgement; return this; } public String getHealthJudgement() { return this.healthJudgement; } public UpdateCloudGtmAddressShrinkRequest setHealthTasksShrink(String healthTasksShrink) { this.healthTasksShrink = healthTasksShrink; return this; } public String getHealthTasksShrink() { return this.healthTasksShrink; } public UpdateCloudGtmAddressShrinkRequest 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/UpdateCloudGtmGlobalAlertRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmGlobalAlertRequest 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 alert configurations.</p> */ @NameInMap("AlertConfig") public java.util.List<UpdateCloudGtmGlobalAlertRequestAlertConfig> alertConfig; /** * <p>The alert contact groups.</p> */ @NameInMap("AlertGroup") public java.util.List<String> alertGroup; /** * <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 UpdateCloudGtmGlobalAlertRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmGlobalAlertRequest self = new UpdateCloudGtmGlobalAlertRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmGlobalAlertRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmGlobalAlertRequest setAlertConfig(java.util.List<UpdateCloudGtmGlobalAlertRequestAlertConfig> alertConfig) { this.alertConfig = alertConfig; return this; } public java.util.List<UpdateCloudGtmGlobalAlertRequestAlertConfig> getAlertConfig() { return this.alertConfig; } public UpdateCloudGtmGlobalAlertRequest setAlertGroup(java.util.List<String> alertGroup) { this.alertGroup = alertGroup; return this; } public java.util.List<String> getAlertGroup() { return this.alertGroup; } public UpdateCloudGtmGlobalAlertRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public static class UpdateCloudGtmGlobalAlertRequestAlertConfig extends TeaModel { /** * <p>Specifies whether to configure DingTalk notifications. Valid values:</p> * <ul> * <li>true: configures DingTalk notifications. DingTalk notifications are sent when alerts are triggered.</li> * <li>false: does not configure DingTalk notifications.</li> * </ul> * * <strong>example:</strong> * <p>false</p> */ @NameInMap("DingtalkNotice") public Boolean dingtalkNotice; /** * <p>Specifies whether to configure email notifications. Valid values:</p> * <ul> * <li>true: configures email notifications. Emails are sent when alerts are triggered.</li> * <li>false|null: does not configure email notifications.</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>Specifies whether to configure text message notifications. Valid values:</p> * <ul> * <li>true: configures text message notifications. Text messages are sent when alerts are triggered.</li> * <li>false|null: does not configure text message notifications.</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 UpdateCloudGtmGlobalAlertRequestAlertConfig build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmGlobalAlertRequestAlertConfig self = new UpdateCloudGtmGlobalAlertRequestAlertConfig(); return TeaModel.build(map, self); } public UpdateCloudGtmGlobalAlertRequestAlertConfig setDingtalkNotice(Boolean dingtalkNotice) { this.dingtalkNotice = dingtalkNotice; return this; } public Boolean getDingtalkNotice() { return this.dingtalkNotice; } public UpdateCloudGtmGlobalAlertRequestAlertConfig setEmailNotice(Boolean emailNotice) { this.emailNotice = emailNotice; return this; } public Boolean getEmailNotice() { return this.emailNotice; } public UpdateCloudGtmGlobalAlertRequestAlertConfig setNoticeType(String noticeType) { this.noticeType = noticeType; return this; } public String getNoticeType() { return this.noticeType; } public UpdateCloudGtmGlobalAlertRequestAlertConfig setSmsNotice(Boolean smsNotice) { this.smsNotice = smsNotice; return this; } public Boolean getSmsNotice() { return this.smsNotice; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateCloudGtmGlobalAlertResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmGlobalAlertResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateCloudGtmGlobalAlertResponseBody body; public static UpdateCloudGtmGlobalAlertResponse build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmGlobalAlertResponse self = new UpdateCloudGtmGlobalAlertResponse(); return TeaModel.build(map, self); } public UpdateCloudGtmGlobalAlertResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateCloudGtmGlobalAlertResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateCloudGtmGlobalAlertResponse setBody(UpdateCloudGtmGlobalAlertResponseBody body) { this.body = body; return this; } public UpdateCloudGtmGlobalAlertResponseBody 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/UpdateCloudGtmGlobalAlertResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmGlobalAlertResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>B57C121B-A45F-44D8-A9B2-13E5A5044195</p> */ @NameInMap("RequestId") public String requestId; /** * <p>Indicates whether the request was successful. Valid values:</p> * <ul> * <li>true</li> * <li>false</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static UpdateCloudGtmGlobalAlertResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmGlobalAlertResponseBody self = new UpdateCloudGtmGlobalAlertResponseBody(); return TeaModel.build(map, self); } public UpdateCloudGtmGlobalAlertResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateCloudGtmGlobalAlertResponseBody 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/UpdateCloudGtmGlobalAlertShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmGlobalAlertShrinkRequest 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 alert configurations.</p> */ @NameInMap("AlertConfig") public String alertConfigShrink; /** * <p>The alert contact groups.</p> */ @NameInMap("AlertGroup") public String alertGroupShrink; /** * <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 UpdateCloudGtmGlobalAlertShrinkRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmGlobalAlertShrinkRequest self = new UpdateCloudGtmGlobalAlertShrinkRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmGlobalAlertShrinkRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmGlobalAlertShrinkRequest setAlertConfigShrink(String alertConfigShrink) { this.alertConfigShrink = alertConfigShrink; return this; } public String getAlertConfigShrink() { return this.alertConfigShrink; } public UpdateCloudGtmGlobalAlertShrinkRequest setAlertGroupShrink(String alertGroupShrink) { this.alertGroupShrink = alertGroupShrink; return this; } public String getAlertGroupShrink() { return this.alertGroupShrink; } public UpdateCloudGtmGlobalAlertShrinkRequest 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/UpdateCloudGtmInstanceConfigAlertRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigAlertRequest 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>zh-CN</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The alert configurations.</p> */ @NameInMap("AlertConfig") public java.util.List<UpdateCloudGtmInstanceConfigAlertRequestAlertConfig> alertConfig; /** * <p>The alert contact groups.</p> */ @NameInMap("AlertGroup") public java.util.List<String> 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 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 an A record and an AAAA record are configured for the access domain name that is bound to the GTM instance. This 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-zz11t58**0s</p> */ @NameInMap("InstanceId") public String instanceId; public static UpdateCloudGtmInstanceConfigAlertRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigAlertRequest self = new UpdateCloudGtmInstanceConfigAlertRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigAlertRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmInstanceConfigAlertRequest setAlertConfig(java.util.List<UpdateCloudGtmInstanceConfigAlertRequestAlertConfig> alertConfig) { this.alertConfig = alertConfig; return this; } public java.util.List<UpdateCloudGtmInstanceConfigAlertRequestAlertConfig> getAlertConfig() { return this.alertConfig; } public UpdateCloudGtmInstanceConfigAlertRequest setAlertGroup(java.util.List<String> alertGroup) { this.alertGroup = alertGroup; return this; } public java.util.List<String> getAlertGroup() { return this.alertGroup; } public UpdateCloudGtmInstanceConfigAlertRequest setAlertMode(String alertMode) { this.alertMode = alertMode; return this; } public String getAlertMode() { return this.alertMode; } public UpdateCloudGtmInstanceConfigAlertRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateCloudGtmInstanceConfigAlertRequest setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public UpdateCloudGtmInstanceConfigAlertRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public static class UpdateCloudGtmInstanceConfigAlertRequestAlertConfig extends TeaModel { /** * <p>Specifies whether to configure DingTalk notifications. Valid values:</p> * <ul> * <li>true: configures DingTalk notifications. DingTalk notifications are sent when alerts are triggered.</li> * <li>false: does not configure DingTalk notifications.</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("DingtalkNotice") public Boolean dingtalkNotice; /** * <p>Specifies whether to configure email notifications. Valid values:</p> * <ul> * <li>true: configures email notifications. Emails are sent when alerts are triggered.</li> * <li>false: does not configure email notifications.</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>Specifies whether to configure text message notifications. Valid values:</p> * <ul> * <li>true: configures text message notifications. Text messages are sent when alerts are triggered.</li> * <li>false: does not configure text message notifications.</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 UpdateCloudGtmInstanceConfigAlertRequestAlertConfig build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigAlertRequestAlertConfig self = new UpdateCloudGtmInstanceConfigAlertRequestAlertConfig(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigAlertRequestAlertConfig setDingtalkNotice(Boolean dingtalkNotice) { this.dingtalkNotice = dingtalkNotice; return this; } public Boolean getDingtalkNotice() { return this.dingtalkNotice; } public UpdateCloudGtmInstanceConfigAlertRequestAlertConfig setEmailNotice(Boolean emailNotice) { this.emailNotice = emailNotice; return this; } public Boolean getEmailNotice() { return this.emailNotice; } public UpdateCloudGtmInstanceConfigAlertRequestAlertConfig setNoticeType(String noticeType) { this.noticeType = noticeType; return this; } public String getNoticeType() { return this.noticeType; } public UpdateCloudGtmInstanceConfigAlertRequestAlertConfig setSmsNotice(Boolean smsNotice) { this.smsNotice = smsNotice; return this; } public Boolean getSmsNotice() { return this.smsNotice; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateCloudGtmInstanceConfigAlertResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigAlertResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateCloudGtmInstanceConfigAlertResponseBody body; public static UpdateCloudGtmInstanceConfigAlertResponse build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigAlertResponse self = new UpdateCloudGtmInstanceConfigAlertResponse(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigAlertResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateCloudGtmInstanceConfigAlertResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateCloudGtmInstanceConfigAlertResponse setBody(UpdateCloudGtmInstanceConfigAlertResponseBody body) { this.body = body; return this; } public UpdateCloudGtmInstanceConfigAlertResponseBody 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/UpdateCloudGtmInstanceConfigAlertResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigAlertResponseBody extends TeaModel { /** * <p>The ID of the request.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; /** * <p>Indicates whether the request was successful. Valid values:</p> * <ul> * <li><strong>true</strong></li> * <li><strong>false</strong></li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static UpdateCloudGtmInstanceConfigAlertResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigAlertResponseBody self = new UpdateCloudGtmInstanceConfigAlertResponseBody(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigAlertResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateCloudGtmInstanceConfigAlertResponseBody 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/UpdateCloudGtmInstanceConfigAlertShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigAlertShrinkRequest 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>zh-CN</p> */ @NameInMap("AcceptLanguage") public String acceptLanguage; /** * <p>The alert configurations.</p> */ @NameInMap("AlertConfig") public String alertConfigShrink; /** * <p>The alert contact groups.</p> */ @NameInMap("AlertGroup") public String alertGroupShrink; /** * <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 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 an A record and an AAAA record are configured for the access domain name that is bound to the GTM instance. This 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-zz11t58**0s</p> */ @NameInMap("InstanceId") public String instanceId; public static UpdateCloudGtmInstanceConfigAlertShrinkRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigAlertShrinkRequest self = new UpdateCloudGtmInstanceConfigAlertShrinkRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigAlertShrinkRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmInstanceConfigAlertShrinkRequest setAlertConfigShrink(String alertConfigShrink) { this.alertConfigShrink = alertConfigShrink; return this; } public String getAlertConfigShrink() { return this.alertConfigShrink; } public UpdateCloudGtmInstanceConfigAlertShrinkRequest setAlertGroupShrink(String alertGroupShrink) { this.alertGroupShrink = alertGroupShrink; return this; } public String getAlertGroupShrink() { return this.alertGroupShrink; } public UpdateCloudGtmInstanceConfigAlertShrinkRequest setAlertMode(String alertMode) { this.alertMode = alertMode; return this; } public String getAlertMode() { return this.alertMode; } public UpdateCloudGtmInstanceConfigAlertShrinkRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateCloudGtmInstanceConfigAlertShrinkRequest setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public UpdateCloudGtmInstanceConfigAlertShrinkRequest 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/UpdateCloudGtmInstanceConfigBasicRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigBasicRequest 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 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="https://help.aliyun.com/document_detail/2797349.html">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 for which you want to modify the TTL configuration.</p> * * <strong>example:</strong> * <p>gtm-cn-wwo3a3hbz**</p> */ @NameInMap("InstanceId") public String instanceId; /** * <p>Host record of the domain accessed by GTM.</p> * * <strong>example:</strong> * <p>www</p> */ @NameInMap("ScheduleHostname") public String scheduleHostname; /** * <p>The zone (such as example.com) or subzone (such as a.example.com) of 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 global TTL value, in seconds. The global TTL value affects how long the DNS records that map the access domain name to the addresses in the address pools are cached in the local DNS servers of Internet service providers (ISPs).</p> * * <strong>example:</strong> * <p>60</p> */ @NameInMap("Ttl") public Integer ttl; public static UpdateCloudGtmInstanceConfigBasicRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigBasicRequest self = new UpdateCloudGtmInstanceConfigBasicRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigBasicRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmInstanceConfigBasicRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateCloudGtmInstanceConfigBasicRequest setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public UpdateCloudGtmInstanceConfigBasicRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public UpdateCloudGtmInstanceConfigBasicRequest setScheduleHostname(String scheduleHostname) { this.scheduleHostname = scheduleHostname; return this; } public String getScheduleHostname() { return this.scheduleHostname; } public UpdateCloudGtmInstanceConfigBasicRequest setScheduleZoneName(String scheduleZoneName) { this.scheduleZoneName = scheduleZoneName; return this; } public String getScheduleZoneName() { return this.scheduleZoneName; } public UpdateCloudGtmInstanceConfigBasicRequest setTtl(Integer ttl) { this.ttl = ttl; return this; } public Integer getTtl() { return this.ttl; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateCloudGtmInstanceConfigBasicResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigBasicResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateCloudGtmInstanceConfigBasicResponseBody body; public static UpdateCloudGtmInstanceConfigBasicResponse build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigBasicResponse self = new UpdateCloudGtmInstanceConfigBasicResponse(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigBasicResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateCloudGtmInstanceConfigBasicResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateCloudGtmInstanceConfigBasicResponse setBody(UpdateCloudGtmInstanceConfigBasicResponseBody body) { this.body = body; return this; } public UpdateCloudGtmInstanceConfigBasicResponseBody 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/UpdateCloudGtmInstanceConfigBasicResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigBasicResponseBody 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 was successful: </p> * <ul> * <li><strong>true</strong>: The call succeeded. </li> * <li><strong>false</strong>: The call failed.</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static UpdateCloudGtmInstanceConfigBasicResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigBasicResponseBody self = new UpdateCloudGtmInstanceConfigBasicResponseBody(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigBasicResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateCloudGtmInstanceConfigBasicResponseBody 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/UpdateCloudGtmInstanceConfigEnableStatusRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigEnableStatusRequest 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>zh-CN</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 configuration ID of the access domain name.</p> * * <strong>example:</strong> * <p>Config-000**11</p> */ @NameInMap("ConfigId") public String configId; /** * <p>The enabling state of the access domain name. Valid values:</p> * <ul> * <li>enable</li> * <li>disable</li> * </ul> * * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <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 UpdateCloudGtmInstanceConfigEnableStatusRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigEnableStatusRequest self = new UpdateCloudGtmInstanceConfigEnableStatusRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigEnableStatusRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmInstanceConfigEnableStatusRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateCloudGtmInstanceConfigEnableStatusRequest setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public UpdateCloudGtmInstanceConfigEnableStatusRequest setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public UpdateCloudGtmInstanceConfigEnableStatusRequest 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/UpdateCloudGtmInstanceConfigEnableStatusResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigEnableStatusResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateCloudGtmInstanceConfigEnableStatusResponseBody body; public static UpdateCloudGtmInstanceConfigEnableStatusResponse build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigEnableStatusResponse self = new UpdateCloudGtmInstanceConfigEnableStatusResponse(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigEnableStatusResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateCloudGtmInstanceConfigEnableStatusResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateCloudGtmInstanceConfigEnableStatusResponse setBody(UpdateCloudGtmInstanceConfigEnableStatusResponseBody body) { this.body = body; return this; } public UpdateCloudGtmInstanceConfigEnableStatusResponseBody 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/UpdateCloudGtmInstanceConfigEnableStatusResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigEnableStatusResponseBody extends TeaModel { /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>29D0F8F8-5499-4F6C-9FDC-1EE13BF55925</p> */ @NameInMap("RequestId") public String requestId; /** * <p>Indicates whether the operation was successful: </p> * <ul> * <li><strong>true</strong>: The call succeeded. </li> * <li><strong>false</strong>: The call failed.</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static UpdateCloudGtmInstanceConfigEnableStatusResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigEnableStatusResponseBody self = new UpdateCloudGtmInstanceConfigEnableStatusResponseBody(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigEnableStatusResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateCloudGtmInstanceConfigEnableStatusResponseBody 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/UpdateCloudGtmInstanceConfigLbStrategyRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigLbStrategyRequest extends TeaModel { /** * <p>The language in which the returned results are displayed. 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 new 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: GTM returns different address pools based on the sources of DNS requests. This way, users can access nearby address pools.</li> * </ul> * * <strong>example:</strong> * <p>sequence</p> */ @NameInMap("AddressPoolLbStrategy") public String addressPoolLbStrategy; /** * <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 configuration ID of the desired 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 for which you want to modify the load balancing policy.</p> * * <strong>example:</strong> * <p>gtm-cn-wwo3a3hbz**</p> */ @NameInMap("InstanceId") public String instanceId; /** * <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; public static UpdateCloudGtmInstanceConfigLbStrategyRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigLbStrategyRequest self = new UpdateCloudGtmInstanceConfigLbStrategyRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigLbStrategyRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmInstanceConfigLbStrategyRequest setAddressPoolLbStrategy(String addressPoolLbStrategy) { this.addressPoolLbStrategy = addressPoolLbStrategy; return this; } public String getAddressPoolLbStrategy() { return this.addressPoolLbStrategy; } public UpdateCloudGtmInstanceConfigLbStrategyRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateCloudGtmInstanceConfigLbStrategyRequest setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public UpdateCloudGtmInstanceConfigLbStrategyRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public UpdateCloudGtmInstanceConfigLbStrategyRequest setSequenceLbStrategyMode(String sequenceLbStrategyMode) { this.sequenceLbStrategyMode = sequenceLbStrategyMode; return this; } public String getSequenceLbStrategyMode() { return this.sequenceLbStrategyMode; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateCloudGtmInstanceConfigLbStrategyResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigLbStrategyResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateCloudGtmInstanceConfigLbStrategyResponseBody body; public static UpdateCloudGtmInstanceConfigLbStrategyResponse build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigLbStrategyResponse self = new UpdateCloudGtmInstanceConfigLbStrategyResponse(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigLbStrategyResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateCloudGtmInstanceConfigLbStrategyResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateCloudGtmInstanceConfigLbStrategyResponse setBody(UpdateCloudGtmInstanceConfigLbStrategyResponseBody body) { this.body = body; return this; } public UpdateCloudGtmInstanceConfigLbStrategyResponseBody 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/UpdateCloudGtmInstanceConfigLbStrategyResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigLbStrategyResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>0F32959D-417B-4D66-8463-68606605E3E2</p> */ @NameInMap("RequestId") public String requestId; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static UpdateCloudGtmInstanceConfigLbStrategyResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigLbStrategyResponseBody self = new UpdateCloudGtmInstanceConfigLbStrategyResponseBody(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigLbStrategyResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateCloudGtmInstanceConfigLbStrategyResponseBody 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/UpdateCloudGtmInstanceConfigRemarkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigRemarkRequest extends TeaModel { /** * <p>The language in which the returned results are displayed. 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 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 configuration ID of 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 for which you want to modify the description.</p> * * <strong>example:</strong> * <p>gtm-cn-wwo3a3hbz**</p> */ @NameInMap("InstanceId") public String instanceId; /** * <strong>example:</strong> * <p>API</p> */ @NameInMap("Remark") public String remark; public static UpdateCloudGtmInstanceConfigRemarkRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigRemarkRequest self = new UpdateCloudGtmInstanceConfigRemarkRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigRemarkRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmInstanceConfigRemarkRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateCloudGtmInstanceConfigRemarkRequest setConfigId(String configId) { this.configId = configId; return this; } public String getConfigId() { return this.configId; } public UpdateCloudGtmInstanceConfigRemarkRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public UpdateCloudGtmInstanceConfigRemarkRequest setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateCloudGtmInstanceConfigRemarkResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigRemarkResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateCloudGtmInstanceConfigRemarkResponseBody body; public static UpdateCloudGtmInstanceConfigRemarkResponse build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigRemarkResponse self = new UpdateCloudGtmInstanceConfigRemarkResponse(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigRemarkResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateCloudGtmInstanceConfigRemarkResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateCloudGtmInstanceConfigRemarkResponse setBody(UpdateCloudGtmInstanceConfigRemarkResponseBody body) { this.body = body; return this; } public UpdateCloudGtmInstanceConfigRemarkResponseBody 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/UpdateCloudGtmInstanceConfigRemarkResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceConfigRemarkResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>B57C121B-A45F-44D8-A9B2-13E5A5044195</p> */ @NameInMap("RequestId") public String requestId; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static UpdateCloudGtmInstanceConfigRemarkResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceConfigRemarkResponseBody self = new UpdateCloudGtmInstanceConfigRemarkResponseBody(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceConfigRemarkResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateCloudGtmInstanceConfigRemarkResponseBody 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/UpdateCloudGtmInstanceNameRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceNameRequest 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 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; /** * <p>The ID of the Global Traffic Manager (GTM) instance.</p> * * <strong>example:</strong> * <p>gtm-cn-jmp3qnw**03</p> */ @NameInMap("InstanceId") public String instanceId; /** * <p>The name of the instance. You cannot leave this parameter empty.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("InstanceName") public String instanceName; public static UpdateCloudGtmInstanceNameRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceNameRequest self = new UpdateCloudGtmInstanceNameRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceNameRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmInstanceNameRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateCloudGtmInstanceNameRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public UpdateCloudGtmInstanceNameRequest setInstanceName(String instanceName) { this.instanceName = instanceName; return this; } public String getInstanceName() { return this.instanceName; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateCloudGtmInstanceNameResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceNameResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateCloudGtmInstanceNameResponseBody body; public static UpdateCloudGtmInstanceNameResponse build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceNameResponse self = new UpdateCloudGtmInstanceNameResponse(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceNameResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateCloudGtmInstanceNameResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateCloudGtmInstanceNameResponse setBody(UpdateCloudGtmInstanceNameResponseBody body) { this.body = body; return this; } public UpdateCloudGtmInstanceNameResponseBody 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/UpdateCloudGtmInstanceNameResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmInstanceNameResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>29D0F8F8-5499-4F6C-9FDC-1EE13BF55925</p> */ @NameInMap("RequestId") public String requestId; /** * <p>Indicates whether the request was successful. Valid values:</p> * <ul> * <li>true</li> * <li>false</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static UpdateCloudGtmInstanceNameResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmInstanceNameResponseBody self = new UpdateCloudGtmInstanceNameResponseBody(); return TeaModel.build(map, self); } public UpdateCloudGtmInstanceNameResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateCloudGtmInstanceNameResponseBody 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/UpdateCloudGtmMonitorTemplateRemarkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmMonitorTemplateRemarkRequest 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; /** * <p>The new description of the template. If you do not specify this parameter, the original description is deleted.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Remark") public String remark; /** * <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-89518052455928**00</p> */ @NameInMap("TemplateId") public String templateId; public static UpdateCloudGtmMonitorTemplateRemarkRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmMonitorTemplateRemarkRequest self = new UpdateCloudGtmMonitorTemplateRemarkRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmMonitorTemplateRemarkRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmMonitorTemplateRemarkRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateCloudGtmMonitorTemplateRemarkRequest setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public UpdateCloudGtmMonitorTemplateRemarkRequest 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/UpdateCloudGtmMonitorTemplateRemarkResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmMonitorTemplateRemarkResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateCloudGtmMonitorTemplateRemarkResponseBody body; public static UpdateCloudGtmMonitorTemplateRemarkResponse build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmMonitorTemplateRemarkResponse self = new UpdateCloudGtmMonitorTemplateRemarkResponse(); return TeaModel.build(map, self); } public UpdateCloudGtmMonitorTemplateRemarkResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateCloudGtmMonitorTemplateRemarkResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateCloudGtmMonitorTemplateRemarkResponse setBody(UpdateCloudGtmMonitorTemplateRemarkResponseBody body) { this.body = body; return this; } public UpdateCloudGtmMonitorTemplateRemarkResponseBody 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/UpdateCloudGtmMonitorTemplateRemarkResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmMonitorTemplateRemarkResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; /** * <p>Modify the health check template remark operation status:</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 UpdateCloudGtmMonitorTemplateRemarkResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmMonitorTemplateRemarkResponseBody self = new UpdateCloudGtmMonitorTemplateRemarkResponseBody(); return TeaModel.build(map, self); } public UpdateCloudGtmMonitorTemplateRemarkResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateCloudGtmMonitorTemplateRemarkResponseBody 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/UpdateCloudGtmMonitorTemplateRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmMonitorTemplateRequest 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 number of retries. 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 options 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>host: 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>path: the URL for HTTP or HTTPS health checks. Default value: /.</p> * <p>code: 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: specifies 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 set path to an exact URL if you set code to 400.</li> * <li>500: specifies 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>sni: specifies whether to enable Server Name Indication (SNI). 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: enables SNI.</li> * <li>false: disables SNI.</li> * </ul> * <p>followRedirect: specifies whether to follow 3XX redirects. Valid values:</p> * <ul> * <li>true: follows 3XX redirects. 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: does not follow 3XX redirects.</li> * </ul> * </li> * <li><p>ping:</p> * <p>packetNum: 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>packetLossRate: 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) for each health check probe. By default, it probes every 60 seconds. The minimum supported interval for health checks is 15 seconds, available for flagship edition instances.</p> * * <strong>example:</strong> * <p>60</p> */ @NameInMap("Interval") public Integer interval; /** * <p>The health check nodes. You can call the <a href="https://help.aliyun.com/document_detail/2797327.html">ListCloudGtmMonitorNodes</a> operation to obtain the health check nodes.</p> */ @NameInMap("IspCityNodes") public java.util.List<UpdateCloudGtmMonitorTemplateRequestIspCityNodes> ispCityNodes; /** * <p>The name of the health check probe template, which is generally recommended to be distinguishable and memorable for configuration personnel, ideally indicating the health check protocol for easier identification.</p> * * <strong>example:</strong> * <p>Ping-IPv4</p> */ @NameInMap("Name") public String name; /** * <p>The ID of the health check template that you want to modify. 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; /** * <p>Probe timeout (in milliseconds), data packets not returned within the timeout period are considered 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; public static UpdateCloudGtmMonitorTemplateRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmMonitorTemplateRequest self = new UpdateCloudGtmMonitorTemplateRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmMonitorTemplateRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmMonitorTemplateRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateCloudGtmMonitorTemplateRequest setEvaluationCount(Integer evaluationCount) { this.evaluationCount = evaluationCount; return this; } public Integer getEvaluationCount() { return this.evaluationCount; } public UpdateCloudGtmMonitorTemplateRequest setExtendInfo(String extendInfo) { this.extendInfo = extendInfo; return this; } public String getExtendInfo() { return this.extendInfo; } public UpdateCloudGtmMonitorTemplateRequest setFailureRate(Integer failureRate) { this.failureRate = failureRate; return this; } public Integer getFailureRate() { return this.failureRate; } public UpdateCloudGtmMonitorTemplateRequest setInterval(Integer interval) { this.interval = interval; return this; } public Integer getInterval() { return this.interval; } public UpdateCloudGtmMonitorTemplateRequest setIspCityNodes(java.util.List<UpdateCloudGtmMonitorTemplateRequestIspCityNodes> ispCityNodes) { this.ispCityNodes = ispCityNodes; return this; } public java.util.List<UpdateCloudGtmMonitorTemplateRequestIspCityNodes> getIspCityNodes() { return this.ispCityNodes; } public UpdateCloudGtmMonitorTemplateRequest setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public UpdateCloudGtmMonitorTemplateRequest setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } public UpdateCloudGtmMonitorTemplateRequest setTimeout(Integer timeout) { this.timeout = timeout; return this; } public Integer getTimeout() { return this.timeout; } public static class UpdateCloudGtmMonitorTemplateRequestIspCityNodes extends TeaModel { /** * <p>The city code of the health check node.</p> * * <strong>example:</strong> * <p>503</p> */ @NameInMap("CityCode") public String cityCode; /** * <p>The Internet service provider (ISP) code of the health check node.</p> * * <strong>example:</strong> * <p>465</p> */ @NameInMap("IspCode") public String ispCode; public static UpdateCloudGtmMonitorTemplateRequestIspCityNodes build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmMonitorTemplateRequestIspCityNodes self = new UpdateCloudGtmMonitorTemplateRequestIspCityNodes(); return TeaModel.build(map, self); } public UpdateCloudGtmMonitorTemplateRequestIspCityNodes setCityCode(String cityCode) { this.cityCode = cityCode; return this; } public String getCityCode() { return this.cityCode; } public UpdateCloudGtmMonitorTemplateRequestIspCityNodes setIspCode(String ispCode) { this.ispCode = ispCode; return this; } public String getIspCode() { return this.ispCode; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateCloudGtmMonitorTemplateResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmMonitorTemplateResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateCloudGtmMonitorTemplateResponseBody body; public static UpdateCloudGtmMonitorTemplateResponse build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmMonitorTemplateResponse self = new UpdateCloudGtmMonitorTemplateResponse(); return TeaModel.build(map, self); } public UpdateCloudGtmMonitorTemplateResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateCloudGtmMonitorTemplateResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateCloudGtmMonitorTemplateResponse setBody(UpdateCloudGtmMonitorTemplateResponseBody body) { this.body = body; return this; } public UpdateCloudGtmMonitorTemplateResponseBody 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/UpdateCloudGtmMonitorTemplateResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmMonitorTemplateResponseBody extends TeaModel { /** * <p>Unique request identification code.</p> * * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; /** * <p>Modify the health check template operation status:</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 UpdateCloudGtmMonitorTemplateResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmMonitorTemplateResponseBody self = new UpdateCloudGtmMonitorTemplateResponseBody(); return TeaModel.build(map, self); } public UpdateCloudGtmMonitorTemplateResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateCloudGtmMonitorTemplateResponseBody 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/UpdateCloudGtmMonitorTemplateShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCloudGtmMonitorTemplateShrinkRequest 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 number of retries. 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 options 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>host: 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>path: the URL for HTTP or HTTPS health checks. Default value: /.</p> * <p>code: 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: specifies 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 set path to an exact URL if you set code to 400.</li> * <li>500: specifies 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>sni: specifies whether to enable Server Name Indication (SNI). 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: enables SNI.</li> * <li>false: disables SNI.</li> * </ul> * <p>followRedirect: specifies whether to follow 3XX redirects. Valid values:</p> * <ul> * <li>true: follows 3XX redirects. 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: does not follow 3XX redirects.</li> * </ul> * </li> * <li><p>ping:</p> * <p>packetNum: 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>packetLossRate: 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) for each health check probe. By default, it probes every 60 seconds. The minimum supported interval for health checks is 15 seconds, available for flagship edition instances.</p> * * <strong>example:</strong> * <p>60</p> */ @NameInMap("Interval") public Integer interval; /** * <p>The health check nodes. You can call the <a href="https://help.aliyun.com/document_detail/2797327.html">ListCloudGtmMonitorNodes</a> operation to obtain the health check nodes.</p> */ @NameInMap("IspCityNodes") public String ispCityNodesShrink; /** * <p>The name of the health check probe template, which is generally recommended to be distinguishable and memorable for configuration personnel, ideally indicating the health check protocol for easier identification.</p> * * <strong>example:</strong> * <p>Ping-IPv4</p> */ @NameInMap("Name") public String name; /** * <p>The ID of the health check template that you want to modify. 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; /** * <p>Probe timeout (in milliseconds), data packets not returned within the timeout period are considered 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; public static UpdateCloudGtmMonitorTemplateShrinkRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCloudGtmMonitorTemplateShrinkRequest self = new UpdateCloudGtmMonitorTemplateShrinkRequest(); return TeaModel.build(map, self); } public UpdateCloudGtmMonitorTemplateShrinkRequest setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; return this; } public String getAcceptLanguage() { return this.acceptLanguage; } public UpdateCloudGtmMonitorTemplateShrinkRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateCloudGtmMonitorTemplateShrinkRequest setEvaluationCount(Integer evaluationCount) { this.evaluationCount = evaluationCount; return this; } public Integer getEvaluationCount() { return this.evaluationCount; } public UpdateCloudGtmMonitorTemplateShrinkRequest setExtendInfo(String extendInfo) { this.extendInfo = extendInfo; return this; } public String getExtendInfo() { return this.extendInfo; } public UpdateCloudGtmMonitorTemplateShrinkRequest setFailureRate(Integer failureRate) { this.failureRate = failureRate; return this; } public Integer getFailureRate() { return this.failureRate; } public UpdateCloudGtmMonitorTemplateShrinkRequest setInterval(Integer interval) { this.interval = interval; return this; } public Integer getInterval() { return this.interval; } public UpdateCloudGtmMonitorTemplateShrinkRequest setIspCityNodesShrink(String ispCityNodesShrink) { this.ispCityNodesShrink = ispCityNodesShrink; return this; } public String getIspCityNodesShrink() { return this.ispCityNodesShrink; } public UpdateCloudGtmMonitorTemplateShrinkRequest setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public UpdateCloudGtmMonitorTemplateShrinkRequest setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } public UpdateCloudGtmMonitorTemplateShrinkRequest setTimeout(Integer timeout) { this.timeout = timeout; return this; } public Integer getTimeout() { return this.timeout; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateCustomLineRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCustomLineRequest extends TeaModel { /** * <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("IpSegment") public java.util.List<UpdateCustomLineRequestIpSegment> ipSegment; /** * <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 the <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 unique ID.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1234</p> */ @NameInMap("LineId") public Long lineId; /** * <p>The name of the custom line. The name must be 1 to 20 characters in length and can contain letters, digits, hyphens (-), and underscores (_).</p> */ @NameInMap("LineName") public String lineName; public static UpdateCustomLineRequest build(java.util.Map<String, ?> map) throws Exception { UpdateCustomLineRequest self = new UpdateCustomLineRequest(); return TeaModel.build(map, self); } public UpdateCustomLineRequest setIpSegment(java.util.List<UpdateCustomLineRequestIpSegment> ipSegment) { this.ipSegment = ipSegment; return this; } public java.util.List<UpdateCustomLineRequestIpSegment> getIpSegment() { return this.ipSegment; } public UpdateCustomLineRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateCustomLineRequest setLineId(Long lineId) { this.lineId = lineId; return this; } public Long getLineId() { return this.lineId; } public UpdateCustomLineRequest setLineName(String lineName) { this.lineName = lineName; return this; } public String getLineName() { return this.lineName; } public static class UpdateCustomLineRequestIpSegment extends TeaModel { /** * <p>The end IP address of the CIDR block.</p> * * <strong>example:</strong> * <p>2.2.2.2</p> */ @NameInMap("EndIp") public String endIp; /** * <p>The start IP address of the CIDR block.</p> * * <strong>example:</strong> * <p>1.1.1.1</p> */ @NameInMap("StartIp") public String startIp; public static UpdateCustomLineRequestIpSegment build(java.util.Map<String, ?> map) throws Exception { UpdateCustomLineRequestIpSegment self = new UpdateCustomLineRequestIpSegment(); return TeaModel.build(map, self); } public UpdateCustomLineRequestIpSegment setEndIp(String endIp) { this.endIp = endIp; return this; } public String getEndIp() { return this.endIp; } public UpdateCustomLineRequestIpSegment 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/UpdateCustomLineResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCustomLineResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateCustomLineResponseBody body; public static UpdateCustomLineResponse build(java.util.Map<String, ?> map) throws Exception { UpdateCustomLineResponse self = new UpdateCustomLineResponse(); return TeaModel.build(map, self); } public UpdateCustomLineResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateCustomLineResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateCustomLineResponse setBody(UpdateCustomLineResponseBody body) { this.body = body; return this; } public UpdateCustomLineResponseBody 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/UpdateCustomLineResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateCustomLineResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>B57C121B-A45F-44D8-A9B2-13E5A5044195</p> */ @NameInMap("RequestId") public String requestId; public static UpdateCustomLineResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateCustomLineResponseBody self = new UpdateCustomLineResponseBody(); return TeaModel.build(map, self); } public UpdateCustomLineResponseBody 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/UpdateDNSSLBWeightRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDNSSLBWeightRequest 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/en/dns/api-alidns-2015-01-09-describedomainrecords?spm=a2c63.p38356.help-menu-search-29697.d_0">DescribeDomainRecords</a> operation 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>1.1.1.1</p> */ @NameInMap("UserClientIp") public String userClientIp; /** * <p>The weight of the DNS record that you want to specify. Valid values: <code>1 to 100</code>.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>2</p> */ @NameInMap("Weight") public Integer weight; public static UpdateDNSSLBWeightRequest build(java.util.Map<String, ?> map) throws Exception { UpdateDNSSLBWeightRequest self = new UpdateDNSSLBWeightRequest(); return TeaModel.build(map, self); } public UpdateDNSSLBWeightRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateDNSSLBWeightRequest setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public UpdateDNSSLBWeightRequest setUserClientIp(String userClientIp) { this.userClientIp = userClientIp; return this; } public String getUserClientIp() { return this.userClientIp; } public UpdateDNSSLBWeightRequest setWeight(Integer weight) { this.weight = weight; return this; } public Integer getWeight() { return this.weight; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateDNSSLBWeightResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDNSSLBWeightResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateDNSSLBWeightResponseBody body; public static UpdateDNSSLBWeightResponse build(java.util.Map<String, ?> map) throws Exception { UpdateDNSSLBWeightResponse self = new UpdateDNSSLBWeightResponse(); return TeaModel.build(map, self); } public UpdateDNSSLBWeightResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateDNSSLBWeightResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateDNSSLBWeightResponse setBody(UpdateDNSSLBWeightResponseBody body) { this.body = body; return this; } public UpdateDNSSLBWeightResponseBody 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/UpdateDNSSLBWeightResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDNSSLBWeightResponseBody 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; /** * <p>The updated weight.</p> * * <strong>example:</strong> * <p>2</p> */ @NameInMap("Weight") public Integer weight; public static UpdateDNSSLBWeightResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateDNSSLBWeightResponseBody self = new UpdateDNSSLBWeightResponseBody(); return TeaModel.build(map, self); } public UpdateDNSSLBWeightResponseBody setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public UpdateDNSSLBWeightResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateDNSSLBWeightResponseBody setWeight(Integer weight) { this.weight = weight; return this; } public Integer getWeight() { return this.weight; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateDnsCacheDomainRemarkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsCacheDomainRemarkRequest 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>dns-example.com</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</li> * </ul> * <p>Default: <strong>zh</strong></p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The remarks. The remarks can be up to 50 characters in length and can contain only letters, digits, periods (.), underscores (_), and hyphens (-).</p> * <p>Delete the original remarks when it is empty.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Remark") public String remark; public static UpdateDnsCacheDomainRemarkRequest build(java.util.Map<String, ?> map) throws Exception { UpdateDnsCacheDomainRemarkRequest self = new UpdateDnsCacheDomainRemarkRequest(); return TeaModel.build(map, self); } public UpdateDnsCacheDomainRemarkRequest setDomainName(String domainName) { this.domainName = domainName; return this; } public String getDomainName() { return this.domainName; } public UpdateDnsCacheDomainRemarkRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateDnsCacheDomainRemarkRequest setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateDnsCacheDomainRemarkResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsCacheDomainRemarkResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateDnsCacheDomainRemarkResponseBody body; public static UpdateDnsCacheDomainRemarkResponse build(java.util.Map<String, ?> map) throws Exception { UpdateDnsCacheDomainRemarkResponse self = new UpdateDnsCacheDomainRemarkResponse(); return TeaModel.build(map, self); } public UpdateDnsCacheDomainRemarkResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateDnsCacheDomainRemarkResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateDnsCacheDomainRemarkResponse setBody(UpdateDnsCacheDomainRemarkResponseBody body) { this.body = body; return this; } public UpdateDnsCacheDomainRemarkResponseBody 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/UpdateDnsCacheDomainRemarkResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsCacheDomainRemarkResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; public static UpdateDnsCacheDomainRemarkResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateDnsCacheDomainRemarkResponseBody self = new UpdateDnsCacheDomainRemarkResponseBody(); return TeaModel.build(map, self); } public UpdateDnsCacheDomainRemarkResponseBody 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/UpdateDnsCacheDomainRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsCacheDomainRequest extends TeaModel { /** * <p>The maximum 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 time-to-live (TTL) period of the cached data retrieved from the origin Domain Name System (DNS) server. Unit: seconds. Valid values: 30 to 86400.</p> * * <strong>example:</strong> * <p>30</p> */ @NameInMap("CacheTtlMin") public Integer cacheTtlMin; /** * <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 obtian the domain name.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>dns.example.com</p> */ @NameInMap("DomainName") public String domainName; /** * <p>The instance ID of the cache-accelerated domain name. You can call the <a href="https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-listcloudgtminstances?spm=a2c63.p38356.help-menu-search-29697.d_0">ListCloudGtmInstances</a> operation to obtain the ID.</p> * * <strong>example:</strong> * <p>dns-sg-l9u2ux1fw01</p> */ @NameInMap("InstanceId") public String instanceId; /** * <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; /** * <p>The origin DNS servers. A maximum of 10 origin DNS servers are supported.</p> */ @NameInMap("SourceDnsServer") public java.util.List<UpdateDnsCacheDomainRequestSourceDnsServer> sourceDnsServer; /** * <p>Specifies whether the origin 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; public static UpdateDnsCacheDomainRequest build(java.util.Map<String, ?> map) throws Exception { UpdateDnsCacheDomainRequest self = new UpdateDnsCacheDomainRequest(); return TeaModel.build(map, self); } public UpdateDnsCacheDomainRequest setCacheTtlMax(Integer cacheTtlMax) { this.cacheTtlMax = cacheTtlMax; return this; } public Integer getCacheTtlMax() { return this.cacheTtlMax; } public UpdateDnsCacheDomainRequest setCacheTtlMin(Integer cacheTtlMin) { this.cacheTtlMin = cacheTtlMin; return this; } public Integer getCacheTtlMin() { return this.cacheTtlMin; } public UpdateDnsCacheDomainRequest setDomainName(String domainName) { this.domainName = domainName; return this; } public String getDomainName() { return this.domainName; } public UpdateDnsCacheDomainRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public UpdateDnsCacheDomainRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateDnsCacheDomainRequest setSourceDnsServer(java.util.List<UpdateDnsCacheDomainRequestSourceDnsServer> sourceDnsServer) { this.sourceDnsServer = sourceDnsServer; return this; } public java.util.List<UpdateDnsCacheDomainRequestSourceDnsServer> getSourceDnsServer() { return this.sourceDnsServer; } public UpdateDnsCacheDomainRequest setSourceEdns(String sourceEdns) { this.sourceEdns = sourceEdns; return this; } public String getSourceEdns() { return this.sourceEdns; } public UpdateDnsCacheDomainRequest setSourceProtocol(String sourceProtocol) { this.sourceProtocol = sourceProtocol; return this; } public String getSourceProtocol() { return this.sourceProtocol; } public static class UpdateDnsCacheDomainRequestSourceDnsServer extends TeaModel { /** * <p>The domain name or IP address of the origin DNS server.</p> * * <strong>example:</strong> * <p>223.5.5.5</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 UpdateDnsCacheDomainRequestSourceDnsServer build(java.util.Map<String, ?> map) throws Exception { UpdateDnsCacheDomainRequestSourceDnsServer self = new UpdateDnsCacheDomainRequestSourceDnsServer(); return TeaModel.build(map, self); } public UpdateDnsCacheDomainRequestSourceDnsServer setHost(String host) { this.host = host; return this; } public String getHost() { return this.host; } public UpdateDnsCacheDomainRequestSourceDnsServer setPort(String port) { this.port = port; return this; } public String getPort() { return this.port; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateDnsCacheDomainResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsCacheDomainResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateDnsCacheDomainResponseBody body; public static UpdateDnsCacheDomainResponse build(java.util.Map<String, ?> map) throws Exception { UpdateDnsCacheDomainResponse self = new UpdateDnsCacheDomainResponse(); return TeaModel.build(map, self); } public UpdateDnsCacheDomainResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateDnsCacheDomainResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateDnsCacheDomainResponse setBody(UpdateDnsCacheDomainResponseBody body) { this.body = body; return this; } public UpdateDnsCacheDomainResponseBody 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/UpdateDnsCacheDomainResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsCacheDomainResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; public static UpdateDnsCacheDomainResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateDnsCacheDomainResponseBody self = new UpdateDnsCacheDomainResponseBody(); return TeaModel.build(map, self); } public UpdateDnsCacheDomainResponseBody 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/UpdateDnsGtmAccessStrategyRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmAccessStrategyRequest extends TeaModel { /** * <p>The primary/secondary switchover policy for address pool sets. Valid values:</p> * <ul> * <li>AUTO: performs automatic switchover between the primary and secondary address pool sets upon failures.</li> * <li>DEFAULT: the primary address pool set</li> * <li>FAILOVER: the secondary address pool set</li> * </ul> * * <strong>example:</strong> * <p>DEFAULT</p> */ @NameInMap("AccessMode") public String accessMode; /** * <p>The address pools in the primary address pool set.</p> * <p>This parameter is required.</p> */ @NameInMap("DefaultAddrPool") public java.util.List<UpdateDnsGtmAccessStrategyRequestDefaultAddrPool> defaultAddrPool; /** * <p>The type of the primary address pool. Valid values:</p> * <ul> * <li>IPV4</li> * <li>IPV6</li> * <li>DOMAIN</li> * </ul> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>ipv4</p> */ @NameInMap("DefaultAddrPoolType") public String defaultAddrPoolType; /** * <p>Specifies whether to enable Domain Name System (DNS) resolution with optimal latency for the primary address pool set. Valid values:</p> * <ul> * <li>OPEN</li> * <li>CLOSE</li> * </ul> * * <strong>example:</strong> * <p>open</p> */ @NameInMap("DefaultLatencyOptimization") public String defaultLatencyOptimization; /** * <p>The load balancing policy of the primary address pool set. Valid values:</p> * <ul> * <li>ALL_RR: returns all addresses.</li> * <li>RATIO: returns addresses by weight.</li> * </ul> * * <strong>example:</strong> * <p>all_rr</p> */ @NameInMap("DefaultLbaStrategy") public String defaultLbaStrategy; /** * <p>The maximum number of addresses returned from the primary address pool set.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("DefaultMaxReturnAddrNum") public Integer defaultMaxReturnAddrNum; /** * <p>The minimum number of available addresses in the primary address pool set.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("DefaultMinAvailableAddrNum") public Integer defaultMinAvailableAddrNum; /** * <p>The address pools in the secondary address pool set. If no address pool exists in the secondary address pool set, set this parameter to EMPTY.</p> */ @NameInMap("FailoverAddrPool") public java.util.List<UpdateDnsGtmAccessStrategyRequestFailoverAddrPool> failoverAddrPool; /** * <p>The type of the secondary address pool. Valid values:</p> * <ul> * <li>IPV4</li> * <li>IPV6</li> * <li>DOMAIN</li> * </ul> * * <strong>example:</strong> * <p>ipv4</p> */ @NameInMap("FailoverAddrPoolType") public String failoverAddrPoolType; /** * <p>Specifies whether to enable DNS resolution with optimal latency for the secondary address pool set. Valid values:</p> * <ul> * <li>OPEN</li> * <li>CLOSE</li> * </ul> * * <strong>example:</strong> * <p>open</p> */ @NameInMap("FailoverLatencyOptimization") public String failoverLatencyOptimization; /** * <p>The load balancing policy of the secondary address pool set. Valid values:</p> * <ul> * <li>ALL_RR: returns all addresses.</li> * <li>RATIO: returns addresses by weight.</li> * </ul> * * <strong>example:</strong> * <p>all_rr</p> */ @NameInMap("FailoverLbaStrategy") public String failoverLbaStrategy; /** * <p>The maximum number of addresses returned from the secondary address pool set.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("FailoverMaxReturnAddrNum") public Integer failoverMaxReturnAddrNum; /** * <p>The minimum number of available addresses in the secondary address pool set.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("FailoverMinAvailableAddrNum") public Integer failoverMinAvailableAddrNum; /** * <p>The language of the values for specific 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 line codes of the source regions. Example: <code>[&quot;default&quot;, &quot;drpeng&quot;]</code>, which indicates the global line and Dr. Peng Group line.</p> * * <strong>example:</strong> * <p>[&quot;default&quot;, &quot;drpeng&quot;]</p> */ @NameInMap("Lines") public String lines; /** * <p>The ID of the access policy.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>StrategyId1</p> */ @NameInMap("StrategyId") public String strategyId; /** * <p>The name of the access policy.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>StrategyName1</p> */ @NameInMap("StrategyName") public String strategyName; public static UpdateDnsGtmAccessStrategyRequest build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmAccessStrategyRequest self = new UpdateDnsGtmAccessStrategyRequest(); return TeaModel.build(map, self); } public UpdateDnsGtmAccessStrategyRequest setAccessMode(String accessMode) { this.accessMode = accessMode; return this; } public String getAccessMode() { return this.accessMode; } public UpdateDnsGtmAccessStrategyRequest setDefaultAddrPool(java.util.List<UpdateDnsGtmAccessStrategyRequestDefaultAddrPool> defaultAddrPool) { this.defaultAddrPool = defaultAddrPool; return this; } public java.util.List<UpdateDnsGtmAccessStrategyRequestDefaultAddrPool> getDefaultAddrPool() { return this.defaultAddrPool; } public UpdateDnsGtmAccessStrategyRequest setDefaultAddrPoolType(String defaultAddrPoolType) { this.defaultAddrPoolType = defaultAddrPoolType; return this; } public String getDefaultAddrPoolType() { return this.defaultAddrPoolType; } public UpdateDnsGtmAccessStrategyRequest setDefaultLatencyOptimization(String defaultLatencyOptimization) { this.defaultLatencyOptimization = defaultLatencyOptimization; return this; } public String getDefaultLatencyOptimization() { return this.defaultLatencyOptimization; } public UpdateDnsGtmAccessStrategyRequest setDefaultLbaStrategy(String defaultLbaStrategy) { this.defaultLbaStrategy = defaultLbaStrategy; return this; } public String getDefaultLbaStrategy() { return this.defaultLbaStrategy; } public UpdateDnsGtmAccessStrategyRequest setDefaultMaxReturnAddrNum(Integer defaultMaxReturnAddrNum) { this.defaultMaxReturnAddrNum = defaultMaxReturnAddrNum; return this; } public Integer getDefaultMaxReturnAddrNum() { return this.defaultMaxReturnAddrNum; } public UpdateDnsGtmAccessStrategyRequest setDefaultMinAvailableAddrNum(Integer defaultMinAvailableAddrNum) { this.defaultMinAvailableAddrNum = defaultMinAvailableAddrNum; return this; } public Integer getDefaultMinAvailableAddrNum() { return this.defaultMinAvailableAddrNum; } public UpdateDnsGtmAccessStrategyRequest setFailoverAddrPool(java.util.List<UpdateDnsGtmAccessStrategyRequestFailoverAddrPool> failoverAddrPool) { this.failoverAddrPool = failoverAddrPool; return this; } public java.util.List<UpdateDnsGtmAccessStrategyRequestFailoverAddrPool> getFailoverAddrPool() { return this.failoverAddrPool; } public UpdateDnsGtmAccessStrategyRequest setFailoverAddrPoolType(String failoverAddrPoolType) { this.failoverAddrPoolType = failoverAddrPoolType; return this; } public String getFailoverAddrPoolType() { return this.failoverAddrPoolType; } public UpdateDnsGtmAccessStrategyRequest setFailoverLatencyOptimization(String failoverLatencyOptimization) { this.failoverLatencyOptimization = failoverLatencyOptimization; return this; } public String getFailoverLatencyOptimization() { return this.failoverLatencyOptimization; } public UpdateDnsGtmAccessStrategyRequest setFailoverLbaStrategy(String failoverLbaStrategy) { this.failoverLbaStrategy = failoverLbaStrategy; return this; } public String getFailoverLbaStrategy() { return this.failoverLbaStrategy; } public UpdateDnsGtmAccessStrategyRequest setFailoverMaxReturnAddrNum(Integer failoverMaxReturnAddrNum) { this.failoverMaxReturnAddrNum = failoverMaxReturnAddrNum; return this; } public Integer getFailoverMaxReturnAddrNum() { return this.failoverMaxReturnAddrNum; } public UpdateDnsGtmAccessStrategyRequest setFailoverMinAvailableAddrNum(Integer failoverMinAvailableAddrNum) { this.failoverMinAvailableAddrNum = failoverMinAvailableAddrNum; return this; } public Integer getFailoverMinAvailableAddrNum() { return this.failoverMinAvailableAddrNum; } public UpdateDnsGtmAccessStrategyRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateDnsGtmAccessStrategyRequest setLines(String lines) { this.lines = lines; return this; } public String getLines() { return this.lines; } public UpdateDnsGtmAccessStrategyRequest setStrategyId(String strategyId) { this.strategyId = strategyId; return this; } public String getStrategyId() { return this.strategyId; } public UpdateDnsGtmAccessStrategyRequest setStrategyName(String strategyName) { this.strategyName = strategyName; return this; } public String getStrategyName() { return this.strategyName; } public static class UpdateDnsGtmAccessStrategyRequestDefaultAddrPool extends TeaModel { /** * <p>The ID of the address pool in the primary address pool set.</p> * * <strong>example:</strong> * <p>pool1</p> */ @NameInMap("Id") public String id; /** * <p>The weight of the address pool in the primary address pool set.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("LbaWeight") public Integer lbaWeight; public static UpdateDnsGtmAccessStrategyRequestDefaultAddrPool build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmAccessStrategyRequestDefaultAddrPool self = new UpdateDnsGtmAccessStrategyRequestDefaultAddrPool(); return TeaModel.build(map, self); } public UpdateDnsGtmAccessStrategyRequestDefaultAddrPool setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public UpdateDnsGtmAccessStrategyRequestDefaultAddrPool setLbaWeight(Integer lbaWeight) { this.lbaWeight = lbaWeight; return this; } public Integer getLbaWeight() { return this.lbaWeight; } } public static class UpdateDnsGtmAccessStrategyRequestFailoverAddrPool extends TeaModel { /** * <p>The ID of the address pool in the secondary address pool set.</p> * * <strong>example:</strong> * <p>pool1</p> */ @NameInMap("Id") public String id; /** * <p>The weight of the address pool in the secondary address pool set.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("LbaWeight") public Integer lbaWeight; public static UpdateDnsGtmAccessStrategyRequestFailoverAddrPool build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmAccessStrategyRequestFailoverAddrPool self = new UpdateDnsGtmAccessStrategyRequestFailoverAddrPool(); return TeaModel.build(map, self); } public UpdateDnsGtmAccessStrategyRequestFailoverAddrPool setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public UpdateDnsGtmAccessStrategyRequestFailoverAddrPool setLbaWeight(Integer lbaWeight) { this.lbaWeight = lbaWeight; return this; } public Integer getLbaWeight() { return this.lbaWeight; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateDnsGtmAccessStrategyResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmAccessStrategyResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateDnsGtmAccessStrategyResponseBody body; public static UpdateDnsGtmAccessStrategyResponse build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmAccessStrategyResponse self = new UpdateDnsGtmAccessStrategyResponse(); return TeaModel.build(map, self); } public UpdateDnsGtmAccessStrategyResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateDnsGtmAccessStrategyResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateDnsGtmAccessStrategyResponse setBody(UpdateDnsGtmAccessStrategyResponseBody body) { this.body = body; return this; } public UpdateDnsGtmAccessStrategyResponseBody 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/UpdateDnsGtmAccessStrategyResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmAccessStrategyResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>29D0F8F8-5499-4F6C-9FDC-1EE13BF55925</p> */ @NameInMap("RequestId") public String requestId; /** * <p>The ID of the access policy.</p> * * <strong>example:</strong> * <p>testStrategyId1</p> */ @NameInMap("StrategyId") public String strategyId; public static UpdateDnsGtmAccessStrategyResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmAccessStrategyResponseBody self = new UpdateDnsGtmAccessStrategyResponseBody(); return TeaModel.build(map, self); } public UpdateDnsGtmAccessStrategyResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public UpdateDnsGtmAccessStrategyResponseBody 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/UpdateDnsGtmAddressPoolRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmAddressPoolRequest extends TeaModel { /** * <p>The address pools.</p> * <p>This parameter is required.</p> */ @NameInMap("Addr") public java.util.List<UpdateDnsGtmAddressPoolRequestAddr> addr; /** * <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 of the values of specific 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 load balancing policy of the address pool. Valid values:</p> * <ul> * <li>ALL_RR: returns all addresses.</li> * <li>RATIO: returns addresses by weight.</li> * </ul> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>all_rr</p> */ @NameInMap("LbaStrategy") public String lbaStrategy; /** * <p>The name of the address pool.</p> * * <strong>example:</strong> * <p>testpoolname</p> */ @NameInMap("Name") public String name; public static UpdateDnsGtmAddressPoolRequest build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmAddressPoolRequest self = new UpdateDnsGtmAddressPoolRequest(); return TeaModel.build(map, self); } public UpdateDnsGtmAddressPoolRequest setAddr(java.util.List<UpdateDnsGtmAddressPoolRequestAddr> addr) { this.addr = addr; return this; } public java.util.List<UpdateDnsGtmAddressPoolRequestAddr> getAddr() { return this.addr; } public UpdateDnsGtmAddressPoolRequest setAddrPoolId(String addrPoolId) { this.addrPoolId = addrPoolId; return this; } public String getAddrPoolId() { return this.addrPoolId; } public UpdateDnsGtmAddressPoolRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateDnsGtmAddressPoolRequest setLbaStrategy(String lbaStrategy) { this.lbaStrategy = lbaStrategy; return this; } public String getLbaStrategy() { return this.lbaStrategy; } public UpdateDnsGtmAddressPoolRequest setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public static class UpdateDnsGtmAddressPoolRequestAddr extends TeaModel { /** * <p>The address in the address pool.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1.1.1.1</p> */ @NameInMap("Addr") public String addr; /** * <p>The information about the source region of the address. The value of the parameter is a string in the JSON format. Valid values:</p> * <ul> * <li><p>LineCode: the line code of the source region. This parameter is deprecated. Use lineCodes instead.</p> * </li> * <li><p>lineCodes: the line codes of the source region</p> * </li> * <li><p>lineCodeRectifyType: the rectification type of the line code. Default value: AUTO. Valid values:</p> * <ul> * <li>NO_NEED: no need for rectification</li> * <li>RECTIFIED: rectified</li> * <li>AUTO: automatic rectification</li> * </ul> * </li> * </ul> * * <strong>example:</strong> * <p>Linecode:default,lineCodes:[&quot;default&quot;],lineCodeRectifyType:&quot;NO_NEED&quot;</p> */ @NameInMap("AttributeInfo") public String attributeInfo; /** * <p>The weight of the address.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("LbaWeight") public Integer lbaWeight; /** * <p>The return mode of the addresses. Valid values:</p> * <ul> * <li>SMART: smart return</li> * <li>ONLINE: always online</li> * <li>OFFLINE: always offline</li> * </ul> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>online</p> */ @NameInMap("Mode") public String mode; /** * <p>The description of the address pool.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("Remark") public String remark; public static UpdateDnsGtmAddressPoolRequestAddr build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmAddressPoolRequestAddr self = new UpdateDnsGtmAddressPoolRequestAddr(); return TeaModel.build(map, self); } public UpdateDnsGtmAddressPoolRequestAddr setAddr(String addr) { this.addr = addr; return this; } public String getAddr() { return this.addr; } public UpdateDnsGtmAddressPoolRequestAddr setAttributeInfo(String attributeInfo) { this.attributeInfo = attributeInfo; return this; } public String getAttributeInfo() { return this.attributeInfo; } public UpdateDnsGtmAddressPoolRequestAddr setLbaWeight(Integer lbaWeight) { this.lbaWeight = lbaWeight; return this; } public Integer getLbaWeight() { return this.lbaWeight; } public UpdateDnsGtmAddressPoolRequestAddr setMode(String mode) { this.mode = mode; return this; } public String getMode() { return this.mode; } public UpdateDnsGtmAddressPoolRequestAddr setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateDnsGtmAddressPoolResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmAddressPoolResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateDnsGtmAddressPoolResponseBody body; public static UpdateDnsGtmAddressPoolResponse build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmAddressPoolResponse self = new UpdateDnsGtmAddressPoolResponse(); return TeaModel.build(map, self); } public UpdateDnsGtmAddressPoolResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateDnsGtmAddressPoolResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateDnsGtmAddressPoolResponse setBody(UpdateDnsGtmAddressPoolResponseBody body) { this.body = body; return this; } public UpdateDnsGtmAddressPoolResponseBody 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/UpdateDnsGtmAddressPoolResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmAddressPoolResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; public static UpdateDnsGtmAddressPoolResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmAddressPoolResponseBody self = new UpdateDnsGtmAddressPoolResponseBody(); return TeaModel.build(map, self); } public UpdateDnsGtmAddressPoolResponseBody 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/UpdateDnsGtmInstanceGlobalConfigRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmInstanceGlobalConfigRequest extends TeaModel { @NameInMap("AlertConfig") public java.util.List<UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig> alertConfig; /** * <p>The name of the alert group in the JSON format.</p> * * <strong>example:</strong> * <p>alertGroup1</p> */ @NameInMap("AlertGroup") public String alertGroup; /** * <p>The type of the canonical name (CNAME).</p> * <ul> * <li>Set the value to PUBLIC.</li> * </ul> * * <strong>example:</strong> * <p>public</p> */ @NameInMap("CnameType") public String cnameType; /** * <p>Specifies whether to enable force updates. Valid values:</p> * <ul> * <li>true: enables force update without a conflict alert.</li> * <li>false: disables force update. If a conflict occurs, the system displays an alert. null: This valid value of ForceUpdate provides the same information as the false value.</li> * </ul> * * <strong>example:</strong> * <p>true</p> */ @NameInMap("ForceUpdate") public Boolean forceUpdate; /** * <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 name of the instance. This parameter is required only for the first update.</p> * * <strong>example:</strong> * <p>test</p> */ @NameInMap("InstanceName") public String instanceName; /** * <p>The language of the values of specific response parameters. Default value: en. Valid values: en, zh, and ja.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>Specifies whether to use a custom CNAME domain name or a CNAME domain name assigned by the system to access the instance over the Internet. Valid values:</p> * <ul> * <li>SYSTEM_ASSIGN: a CNAME domain name assigned by the system</li> * <li>CUSTOM: a custom CNAME domain name</li> * </ul> * * <strong>example:</strong> * <p>custom</p> */ @NameInMap("PublicCnameMode") public String publicCnameMode; /** * <p>The hostname corresponding to the CNAME domain name that is used to access the instance over the Internet.</p> * * <strong>example:</strong> * <p>test.rr</p> */ @NameInMap("PublicRr") public String publicRr; /** * <p>The service domain name that is used over the Internet.</p> * * <strong>example:</strong> * <p>example.com</p> */ @NameInMap("PublicUserDomainName") public String publicUserDomainName; /** * <p>The CNAME domain name that is used to access the instance over the Internet, which is the primary domain name. This parameter is required when the PublicCnameMode parameter is set to CUSTOM.</p> * <blockquote> * <p> You must use the primary domain name. Do not include the hostname specified by the PublicRr parameter.</p> * </blockquote> * * <strong>example:</strong> * <p>gtm-003.com</p> */ @NameInMap("PublicZoneName") public String publicZoneName; /** * <p>The global time to live (TTL).</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("Ttl") public Integer ttl; public static UpdateDnsGtmInstanceGlobalConfigRequest build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmInstanceGlobalConfigRequest self = new UpdateDnsGtmInstanceGlobalConfigRequest(); return TeaModel.build(map, self); } public UpdateDnsGtmInstanceGlobalConfigRequest setAlertConfig(java.util.List<UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig> alertConfig) { this.alertConfig = alertConfig; return this; } public java.util.List<UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig> getAlertConfig() { return this.alertConfig; } public UpdateDnsGtmInstanceGlobalConfigRequest setAlertGroup(String alertGroup) { this.alertGroup = alertGroup; return this; } public String getAlertGroup() { return this.alertGroup; } public UpdateDnsGtmInstanceGlobalConfigRequest setCnameType(String cnameType) { this.cnameType = cnameType; return this; } public String getCnameType() { return this.cnameType; } public UpdateDnsGtmInstanceGlobalConfigRequest setForceUpdate(Boolean forceUpdate) { this.forceUpdate = forceUpdate; return this; } public Boolean getForceUpdate() { return this.forceUpdate; } public UpdateDnsGtmInstanceGlobalConfigRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public UpdateDnsGtmInstanceGlobalConfigRequest setInstanceName(String instanceName) { this.instanceName = instanceName; return this; } public String getInstanceName() { return this.instanceName; } public UpdateDnsGtmInstanceGlobalConfigRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateDnsGtmInstanceGlobalConfigRequest setPublicCnameMode(String publicCnameMode) { this.publicCnameMode = publicCnameMode; return this; } public String getPublicCnameMode() { return this.publicCnameMode; } public UpdateDnsGtmInstanceGlobalConfigRequest setPublicRr(String publicRr) { this.publicRr = publicRr; return this; } public String getPublicRr() { return this.publicRr; } public UpdateDnsGtmInstanceGlobalConfigRequest setPublicUserDomainName(String publicUserDomainName) { this.publicUserDomainName = publicUserDomainName; return this; } public String getPublicUserDomainName() { return this.publicUserDomainName; } public UpdateDnsGtmInstanceGlobalConfigRequest setPublicZoneName(String publicZoneName) { this.publicZoneName = publicZoneName; return this; } public String getPublicZoneName() { return this.publicZoneName; } public UpdateDnsGtmInstanceGlobalConfigRequest setTtl(Integer ttl) { this.ttl = ttl; return this; } public Integer getTtl() { return this.ttl; } public static class UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig extends TeaModel { /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("DingtalkNotice") public Boolean dingtalkNotice; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("EmailNotice") public Boolean emailNotice; /** * <strong>example:</strong> * <p>ADDR_ALERT</p> */ @NameInMap("NoticeType") public String noticeType; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("SmsNotice") public Boolean smsNotice; public static UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig self = new UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig(); return TeaModel.build(map, self); } public UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig setDingtalkNotice(Boolean dingtalkNotice) { this.dingtalkNotice = dingtalkNotice; return this; } public Boolean getDingtalkNotice() { return this.dingtalkNotice; } public UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig setEmailNotice(Boolean emailNotice) { this.emailNotice = emailNotice; return this; } public Boolean getEmailNotice() { return this.emailNotice; } public UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig setNoticeType(String noticeType) { this.noticeType = noticeType; return this; } public String getNoticeType() { return this.noticeType; } public UpdateDnsGtmInstanceGlobalConfigRequestAlertConfig setSmsNotice(Boolean smsNotice) { this.smsNotice = smsNotice; return this; } public Boolean getSmsNotice() { return this.smsNotice; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateDnsGtmInstanceGlobalConfigResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmInstanceGlobalConfigResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateDnsGtmInstanceGlobalConfigResponseBody body; public static UpdateDnsGtmInstanceGlobalConfigResponse build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmInstanceGlobalConfigResponse self = new UpdateDnsGtmInstanceGlobalConfigResponse(); return TeaModel.build(map, self); } public UpdateDnsGtmInstanceGlobalConfigResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateDnsGtmInstanceGlobalConfigResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateDnsGtmInstanceGlobalConfigResponse setBody(UpdateDnsGtmInstanceGlobalConfigResponseBody body) { this.body = body; return this; } public UpdateDnsGtmInstanceGlobalConfigResponseBody 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/UpdateDnsGtmInstanceGlobalConfigResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmInstanceGlobalConfigResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>29D0F8F8-5499-4F6C-9FDC-1EE13BF55925</p> */ @NameInMap("RequestId") public String requestId; public static UpdateDnsGtmInstanceGlobalConfigResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmInstanceGlobalConfigResponseBody self = new UpdateDnsGtmInstanceGlobalConfigResponseBody(); return TeaModel.build(map, self); } public UpdateDnsGtmInstanceGlobalConfigResponseBody 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/UpdateDnsGtmMonitorRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmMonitorRequest extends TeaModel { /** * <p>The maximum number of consecutive exceptions detected. If the number of consecutive exceptions detected reaches the maximum number, the application service is deemed abnormal.</p> * * <strong>example:</strong> * <p>2</p> */ @NameInMap("EvaluationCount") public Integer evaluationCount; /** * <p>The health check interval. Unit: seconds.</p> * * <strong>example:</strong> * <p>60</p> */ @NameInMap("Interval") public Integer interval; /** * <p>The monitored nodes.</p> * <p>This parameter is required.</p> */ @NameInMap("IspCityNode") public java.util.List<UpdateDnsGtmMonitorRequestIspCityNode> ispCityNode; /** * <p>The language of the values of specific 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 health check configuration.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>MonitorConfigId1</p> */ @NameInMap("MonitorConfigId") public String monitorConfigId; /** * <p>The extended information. The required parameters vary based on the health check protocol.</p> * <ul> * <li><p>HTTP or HTTPS</p> * <ul> * <li><p>port: the port that you want to check</p> * </li> * <li><p>host: the host settings</p> * </li> * <li><p>path: the URL path</p> * </li> * <li><p>code: the return code. If the return value of code is greater than the specified value, the health check result is deemed abnormal. For example, if code is set to 400 and the code 404 is returned, the health check result is deemed abnormal.</p> * </li> * <li><p>failureRate: the failure rate</p> * </li> * <li><p>sni: specifies whether to enable server name indication (SNI). This parameter is available only when ProtocolType is set to HTTPS. Valid values:</p> * <ul> * <li>true: enables SNI.</li> * <li>false: disables SNI.</li> * </ul> * </li> * <li><p>nodeType: the type of the monitoring node when the address pool type is domain name. Valid values:</p> * <ul> * <li>IPV4</li> * <li>IPV6</li> * </ul> * </li> * </ul> * </li> * <li><p>PING</p> * <ul> * <li><p>failureRate: the failure rate</p> * </li> * <li><p>packetNum: the number of ping packets</p> * </li> * <li><p>packetLossRate: the loss rate of ping packets</p> * </li> * <li><p>nodeType: the type of the monitoring node when the address pool type is domain name. Valid values:</p> * <ul> * <li>IPV4</li> * <li>IPV6</li> * </ul> * </li> * </ul> * </li> * <li><p>TCP</p> * <ul> * <li><p>port: the port that you want to check</p> * </li> * <li><p>failureRate: the failure rate</p> * </li> * <li><p>nodeType: the type of the monitoring node when the address pool type is domain name. Valid values:</p> * <ul> * <li>IPV4</li> * <li>IPV6</li> * </ul> * </li> * </ul> * </li> * </ul> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>{\&quot;code\&quot;:200,\&quot;path\&quot;:\&quot;\\index.htm\&quot;,\&quot;host\&quot;:\&quot;aliyun.com\&quot;}</p> */ @NameInMap("MonitorExtendInfo") public String monitorExtendInfo; /** * <p>The protocol used for the health check. Valid values:</p> * <ul> * <li>HTTP</li> * <li>HTTPS</li> * <li>PING</li> * <li>TCP</li> * </ul> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>http</p> */ @NameInMap("ProtocolType") public String protocolType; /** * <p>The timeout period. Unit: milliseconds.</p> * * <strong>example:</strong> * <p>3000</p> */ @NameInMap("Timeout") public Integer timeout; public static UpdateDnsGtmMonitorRequest build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmMonitorRequest self = new UpdateDnsGtmMonitorRequest(); return TeaModel.build(map, self); } public UpdateDnsGtmMonitorRequest setEvaluationCount(Integer evaluationCount) { this.evaluationCount = evaluationCount; return this; } public Integer getEvaluationCount() { return this.evaluationCount; } public UpdateDnsGtmMonitorRequest setInterval(Integer interval) { this.interval = interval; return this; } public Integer getInterval() { return this.interval; } public UpdateDnsGtmMonitorRequest setIspCityNode(java.util.List<UpdateDnsGtmMonitorRequestIspCityNode> ispCityNode) { this.ispCityNode = ispCityNode; return this; } public java.util.List<UpdateDnsGtmMonitorRequestIspCityNode> getIspCityNode() { return this.ispCityNode; } public UpdateDnsGtmMonitorRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateDnsGtmMonitorRequest setMonitorConfigId(String monitorConfigId) { this.monitorConfigId = monitorConfigId; return this; } public String getMonitorConfigId() { return this.monitorConfigId; } public UpdateDnsGtmMonitorRequest setMonitorExtendInfo(String monitorExtendInfo) { this.monitorExtendInfo = monitorExtendInfo; return this; } public String getMonitorExtendInfo() { return this.monitorExtendInfo; } public UpdateDnsGtmMonitorRequest setProtocolType(String protocolType) { this.protocolType = protocolType; return this; } public String getProtocolType() { return this.protocolType; } public UpdateDnsGtmMonitorRequest setTimeout(Integer timeout) { this.timeout = timeout; return this; } public Integer getTimeout() { return this.timeout; } public static class UpdateDnsGtmMonitorRequestIspCityNode extends TeaModel { /** * <p>The code of the city where the monitored node is deployed.</p> * * <strong>example:</strong> * <p>123</p> */ @NameInMap("CityCode") public String cityCode; /** * <p>The code of the Internet service provider (ISP) to which the monitored node belongs.</p> * * <strong>example:</strong> * <p>123</p> */ @NameInMap("IspCode") public String ispCode; public static UpdateDnsGtmMonitorRequestIspCityNode build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmMonitorRequestIspCityNode self = new UpdateDnsGtmMonitorRequestIspCityNode(); return TeaModel.build(map, self); } public UpdateDnsGtmMonitorRequestIspCityNode setCityCode(String cityCode) { this.cityCode = cityCode; return this; } public String getCityCode() { return this.cityCode; } public UpdateDnsGtmMonitorRequestIspCityNode setIspCode(String ispCode) { this.ispCode = ispCode; return this; } public String getIspCode() { return this.ispCode; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateDnsGtmMonitorResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmMonitorResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateDnsGtmMonitorResponseBody body; public static UpdateDnsGtmMonitorResponse build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmMonitorResponse self = new UpdateDnsGtmMonitorResponse(); return TeaModel.build(map, self); } public UpdateDnsGtmMonitorResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateDnsGtmMonitorResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateDnsGtmMonitorResponse setBody(UpdateDnsGtmMonitorResponseBody body) { this.body = body; return this; } public UpdateDnsGtmMonitorResponseBody 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/UpdateDnsGtmMonitorResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDnsGtmMonitorResponseBody 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 UpdateDnsGtmMonitorResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateDnsGtmMonitorResponseBody self = new UpdateDnsGtmMonitorResponseBody(); return TeaModel.build(map, self); } public UpdateDnsGtmMonitorResponseBody 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/UpdateDomainGroupRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainGroupRequest extends TeaModel { /** * <p>The ID of the domain name group whose name you want to modify. 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 new name of the domain name group.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>NewName</p> */ @NameInMap("GroupName") public String groupName; /** * <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 UpdateDomainGroupRequest build(java.util.Map<String, ?> map) throws Exception { UpdateDomainGroupRequest self = new UpdateDomainGroupRequest(); return TeaModel.build(map, self); } public UpdateDomainGroupRequest setGroupId(String groupId) { this.groupId = groupId; return this; } public String getGroupId() { return this.groupId; } public UpdateDomainGroupRequest setGroupName(String groupName) { this.groupName = groupName; return this; } public String getGroupName() { return this.groupName; } public UpdateDomainGroupRequest 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/UpdateDomainGroupResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainGroupResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateDomainGroupResponseBody body; public static UpdateDomainGroupResponse build(java.util.Map<String, ?> map) throws Exception { UpdateDomainGroupResponse self = new UpdateDomainGroupResponse(); return TeaModel.build(map, self); } public UpdateDomainGroupResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateDomainGroupResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateDomainGroupResponse setBody(UpdateDomainGroupResponseBody body) { this.body = body; return this; } public UpdateDomainGroupResponseBody 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/UpdateDomainGroupResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainGroupResponseBody extends TeaModel { /** * <p>The ID of the domain name group.</p> * * <strong>example:</strong> * <p>2223</p> */ @NameInMap("GroupId") public String groupId; /** * <p>The new name of the domain name group.</p> * * <strong>example:</strong> * <p>NewName</p> */ @NameInMap("GroupName") public String groupName; /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; public static UpdateDomainGroupResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateDomainGroupResponseBody self = new UpdateDomainGroupResponseBody(); return TeaModel.build(map, self); } public UpdateDomainGroupResponseBody setGroupId(String groupId) { this.groupId = groupId; return this; } public String getGroupId() { return this.groupId; } public UpdateDomainGroupResponseBody setGroupName(String groupName) { this.groupName = groupName; return this; } public String getGroupName() { return this.groupName; } public UpdateDomainGroupResponseBody 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/UpdateDomainRecordRemarkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainRecordRemarkRequest 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>cn</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> operation to obtain the ID.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>12345678</p> */ @NameInMap("RecordId") public String recordId; /** * <p>The description of the DNS record. This parameter is empty by default. If this parameter is empty, the original remarks are deleted.</p> */ @NameInMap("Remark") public String remark; /** * <p>The IP address of the client.</p> * * <strong>example:</strong> * <p>192.0.2.0</p> */ @NameInMap("UserClientIp") public String userClientIp; public static UpdateDomainRecordRemarkRequest build(java.util.Map<String, ?> map) throws Exception { UpdateDomainRecordRemarkRequest self = new UpdateDomainRecordRemarkRequest(); return TeaModel.build(map, self); } public UpdateDomainRecordRemarkRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateDomainRecordRemarkRequest setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public UpdateDomainRecordRemarkRequest setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public UpdateDomainRecordRemarkRequest 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/UpdateDomainRecordRemarkResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainRecordRemarkResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateDomainRecordRemarkResponseBody body; public static UpdateDomainRecordRemarkResponse build(java.util.Map<String, ?> map) throws Exception { UpdateDomainRecordRemarkResponse self = new UpdateDomainRecordRemarkResponse(); return TeaModel.build(map, self); } public UpdateDomainRecordRemarkResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateDomainRecordRemarkResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateDomainRecordRemarkResponse setBody(UpdateDomainRecordRemarkResponseBody body) { this.body = body; return this; } public UpdateDomainRecordRemarkResponseBody 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/UpdateDomainRecordRemarkResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainRecordRemarkResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; public static UpdateDomainRecordRemarkResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateDomainRecordRemarkResponseBody self = new UpdateDomainRecordRemarkResponseBody(); return TeaModel.build(map, self); } public UpdateDomainRecordRemarkResponseBody 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/UpdateDomainRecordRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainRecordRequest 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 resolution line. Default value: <strong>default</strong>.</p> * <p>For more information, see</p> * <p><a href="https://www.alibabacloud.com/help/zh/doc-detail/29807.htm">DNS resolution lines</a>.</p> * * <strong>example:</strong> * <p>default</p> */ @NameInMap("Line") public String line; /** * <p>The priority of the mail exchanger (MX) record. Valid values: <code>1 to 50</code>.</p> * <p>This parameter is required if the type of the DNS record is MX.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("Priority") public Long priority; /** * <p>The hostname.</p> * <p>For example, if you want to resolve @.example.com, you must set RR 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 ID of the Domain Name System (DNS) record.</p> * <p>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> operation to obtain the ID.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>9999985</p> */ @NameInMap("RecordId") public String recordId; /** * <p>The time to live (TTL) period of the Alibaba Cloud DNS (DNS) record. Default value: 600. Unit: seconds.</p> * <p>For more information, see</p> * <p><a href="https://www.alibabacloud.com/help/zh/doc-detail/29806.htm">TTL definition</a>.</p> * * <strong>example:</strong> * <p>600</p> */ @NameInMap("TTL") public Long TTL; /** * <p>The type of the DNS record. For more information, see</p> * <p><a href="https://www.alibabacloud.com/help/zh/doc-detail/29805.htm">DNS record types</a>.</p> * <p>This parameter is required.</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; /** * <p>The value of the DNS record.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>192.0.2.254</p> */ @NameInMap("Value") public String value; public static UpdateDomainRecordRequest build(java.util.Map<String, ?> map) throws Exception { UpdateDomainRecordRequest self = new UpdateDomainRecordRequest(); return TeaModel.build(map, self); } public UpdateDomainRecordRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateDomainRecordRequest setLine(String line) { this.line = line; return this; } public String getLine() { return this.line; } public UpdateDomainRecordRequest setPriority(Long priority) { this.priority = priority; return this; } public Long getPriority() { return this.priority; } public UpdateDomainRecordRequest setRR(String RR) { this.RR = RR; return this; } public String getRR() { return this.RR; } public UpdateDomainRecordRequest setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public UpdateDomainRecordRequest setTTL(Long TTL) { this.TTL = TTL; return this; } public Long getTTL() { return this.TTL; } public UpdateDomainRecordRequest setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public UpdateDomainRecordRequest setUserClientIp(String userClientIp) { this.userClientIp = userClientIp; return this; } public String getUserClientIp() { return this.userClientIp; } public UpdateDomainRecordRequest setValue(String value) { this.value = value; return this; } public String getValue() { return this.value; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateDomainRecordResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainRecordResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateDomainRecordResponseBody body; public static UpdateDomainRecordResponse build(java.util.Map<String, ?> map) throws Exception { UpdateDomainRecordResponse self = new UpdateDomainRecordResponse(); return TeaModel.build(map, self); } public UpdateDomainRecordResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateDomainRecordResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateDomainRecordResponse setBody(UpdateDomainRecordResponseBody body) { this.body = body; return this; } public UpdateDomainRecordResponseBody 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/UpdateDomainRecordResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainRecordResponseBody 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 UpdateDomainRecordResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateDomainRecordResponseBody self = new UpdateDomainRecordResponseBody(); return TeaModel.build(map, self); } public UpdateDomainRecordResponseBody setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public UpdateDomainRecordResponseBody 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/UpdateDomainRemarkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainRemarkRequest 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>mydomain.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>cn</p> */ @NameInMap("Lang") public String lang; /** * <p>The description of the domain name.</p> * <p>It can be up to 50 characters in length and can contain digits, letters, and the following special characters: _ - , .</p> */ @NameInMap("Remark") public String remark; public static UpdateDomainRemarkRequest build(java.util.Map<String, ?> map) throws Exception { UpdateDomainRemarkRequest self = new UpdateDomainRemarkRequest(); return TeaModel.build(map, self); } public UpdateDomainRemarkRequest setDomainName(String domainName) { this.domainName = domainName; return this; } public String getDomainName() { return this.domainName; } public UpdateDomainRemarkRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateDomainRemarkRequest setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateDomainRemarkResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainRemarkResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateDomainRemarkResponseBody body; public static UpdateDomainRemarkResponse build(java.util.Map<String, ?> map) throws Exception { UpdateDomainRemarkResponse self = new UpdateDomainRemarkResponse(); return TeaModel.build(map, self); } public UpdateDomainRemarkResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateDomainRemarkResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateDomainRemarkResponse setBody(UpdateDomainRemarkResponseBody body) { this.body = body; return this; } public UpdateDomainRemarkResponseBody 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/UpdateDomainRemarkResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateDomainRemarkResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p> */ @NameInMap("RequestId") public String requestId; public static UpdateDomainRemarkResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateDomainRemarkResponseBody self = new UpdateDomainRemarkResponseBody(); return TeaModel.build(map, self); } public UpdateDomainRemarkResponseBody 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/UpdateGtmAccessStrategyRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmAccessStrategyRequest extends TeaModel { /** * <p>The line codes of access regions.</p> * * <strong>example:</strong> * <p>[&quot;default&quot;, &quot;mobile&quot;]</p> */ @NameInMap("AccessLines") public String accessLines; /** * <p>The ID of the default address pool.</p> * * <strong>example:</strong> * <p>hrsix</p> */ @NameInMap("DefaultAddrPoolId") public String defaultAddrPoolId; /** * <p>The ID of the failover address pool.</p> * * <strong>example:</strong> * <p>hrsyw</p> */ @NameInMap("FailoverAddrPoolId") public String failoverAddrPoolId; /** * <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 query for the GTM instance.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>hrmxc</p> */ @NameInMap("StrategyId") public String strategyId; /** * <p>The name of the access policy.</p> */ @NameInMap("StrategyName") public String strategyName; public static UpdateGtmAccessStrategyRequest build(java.util.Map<String, ?> map) throws Exception { UpdateGtmAccessStrategyRequest self = new UpdateGtmAccessStrategyRequest(); return TeaModel.build(map, self); } public UpdateGtmAccessStrategyRequest setAccessLines(String accessLines) { this.accessLines = accessLines; return this; } public String getAccessLines() { return this.accessLines; } public UpdateGtmAccessStrategyRequest setDefaultAddrPoolId(String defaultAddrPoolId) { this.defaultAddrPoolId = defaultAddrPoolId; return this; } public String getDefaultAddrPoolId() { return this.defaultAddrPoolId; } public UpdateGtmAccessStrategyRequest setFailoverAddrPoolId(String failoverAddrPoolId) { this.failoverAddrPoolId = failoverAddrPoolId; return this; } public String getFailoverAddrPoolId() { return this.failoverAddrPoolId; } public UpdateGtmAccessStrategyRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateGtmAccessStrategyRequest setStrategyId(String strategyId) { this.strategyId = strategyId; return this; } public String getStrategyId() { return this.strategyId; } public UpdateGtmAccessStrategyRequest setStrategyName(String strategyName) { this.strategyName = strategyName; return this; } public String getStrategyName() { return this.strategyName; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateGtmAccessStrategyResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmAccessStrategyResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateGtmAccessStrategyResponseBody body; public static UpdateGtmAccessStrategyResponse build(java.util.Map<String, ?> map) throws Exception { UpdateGtmAccessStrategyResponse self = new UpdateGtmAccessStrategyResponse(); return TeaModel.build(map, self); } public UpdateGtmAccessStrategyResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateGtmAccessStrategyResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateGtmAccessStrategyResponse setBody(UpdateGtmAccessStrategyResponseBody body) { this.body = body; return this; } public UpdateGtmAccessStrategyResponseBody 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/UpdateGtmAccessStrategyResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmAccessStrategyResponseBody 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 UpdateGtmAccessStrategyResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateGtmAccessStrategyResponseBody self = new UpdateGtmAccessStrategyResponseBody(); return TeaModel.build(map, self); } public UpdateGtmAccessStrategyResponseBody 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/UpdateGtmAddressPoolRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmAddressPoolRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("Addr") public java.util.List<UpdateGtmAddressPoolRequestAddr> addr; /** * <p>The ID of the address pool that you want to modify.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1234abc</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; /** * <p>The minimum number of available addresses in the address pool.</p> * * <strong>example:</strong> * <p>2</p> */ @NameInMap("MinAvailableAddrNum") public Integer minAvailableAddrNum; /** * <p>The name of the address pool that you want to modify.</p> */ @NameInMap("Name") public String name; /** * <p>The type of the address pool that you want to modify.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>IP</p> */ @NameInMap("Type") public String type; public static UpdateGtmAddressPoolRequest build(java.util.Map<String, ?> map) throws Exception { UpdateGtmAddressPoolRequest self = new UpdateGtmAddressPoolRequest(); return TeaModel.build(map, self); } public UpdateGtmAddressPoolRequest setAddr(java.util.List<UpdateGtmAddressPoolRequestAddr> addr) { this.addr = addr; return this; } public java.util.List<UpdateGtmAddressPoolRequestAddr> getAddr() { return this.addr; } public UpdateGtmAddressPoolRequest setAddrPoolId(String addrPoolId) { this.addrPoolId = addrPoolId; return this; } public String getAddrPoolId() { return this.addrPoolId; } public UpdateGtmAddressPoolRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateGtmAddressPoolRequest setMinAvailableAddrNum(Integer minAvailableAddrNum) { this.minAvailableAddrNum = minAvailableAddrNum; return this; } public Integer getMinAvailableAddrNum() { return this.minAvailableAddrNum; } public UpdateGtmAddressPoolRequest setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public UpdateGtmAddressPoolRequest setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public static class UpdateGtmAddressPoolRequestAddr extends TeaModel { /** * <p>The weight of the address pool that you want to modify.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("LbaWeight") public Integer lbaWeight; /** * <p>The mode of the address pool that you want to modify.</p> * <ul> * <li><strong>SMART</strong>: Intelligent return</li> * <li><strong>ONLINE</strong>: Always online</li> * <li><strong>OFFLINE</strong>: Always offline</li> * </ul> * * <strong>example:</strong> * <p>SMART</p> */ @NameInMap("Mode") public String mode; /** * <p>The addresses in the address pool.</p> * * <strong>example:</strong> * <p>1.1.1.1</p> */ @NameInMap("Value") public String value; public static UpdateGtmAddressPoolRequestAddr build(java.util.Map<String, ?> map) throws Exception { UpdateGtmAddressPoolRequestAddr self = new UpdateGtmAddressPoolRequestAddr(); return TeaModel.build(map, self); } public UpdateGtmAddressPoolRequestAddr setLbaWeight(Integer lbaWeight) { this.lbaWeight = lbaWeight; return this; } public Integer getLbaWeight() { return this.lbaWeight; } public UpdateGtmAddressPoolRequestAddr setMode(String mode) { this.mode = mode; return this; } public String getMode() { return this.mode; } public UpdateGtmAddressPoolRequestAddr setValue(String value) { this.value = value; return this; } public String getValue() { return this.value; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateGtmAddressPoolResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmAddressPoolResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateGtmAddressPoolResponseBody body; public static UpdateGtmAddressPoolResponse build(java.util.Map<String, ?> map) throws Exception { UpdateGtmAddressPoolResponse self = new UpdateGtmAddressPoolResponse(); return TeaModel.build(map, self); } public UpdateGtmAddressPoolResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateGtmAddressPoolResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateGtmAddressPoolResponse setBody(UpdateGtmAddressPoolResponseBody body) { this.body = body; return this; } public UpdateGtmAddressPoolResponseBody 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/UpdateGtmAddressPoolResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmAddressPoolResponseBody 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 UpdateGtmAddressPoolResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateGtmAddressPoolResponseBody self = new UpdateGtmAddressPoolResponseBody(); return TeaModel.build(map, self); } public UpdateGtmAddressPoolResponseBody 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/UpdateGtmInstanceGlobalConfigRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmInstanceGlobalConfigRequest extends TeaModel { /** * <p>The alert group. Only one alert group is supported.</p> * <blockquote> * <p> This parameter is required only for the first modification.</p> * </blockquote> */ @NameInMap("AlertGroup") public String alertGroup; /** * <p>If you set <strong>CnameMode</strong> to <strong>CUSTOM</strong>, you must specify the CnameCustomDomainName parameter, which must be set to a primary domain name.</p> * * <strong>example:</strong> * <p><a href="http://www.example.com">www.example.com</a></p> */ @NameInMap("CnameCustomDomainName") public String cnameCustomDomainName; /** * <p>Specifies whether to use a system-assigned canonical name (CNAME) or a custom CNAME to access GTM. Valid values:</p> * <ul> * <li><strong>SYSTEM_ASSIGN</strong>: system-assigned CNAME</li> * <li><strong>CUSTOM</strong>: custom CNAME</li> * </ul> * * <strong>example:</strong> * <p>SYSTEM_ASSIGN</p> */ @NameInMap("CnameMode") public String cnameMode; /** * <p>The ID of the GTM instance.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>instance1</p> */ @NameInMap("InstanceId") public String instanceId; /** * <p>The name of the GTM instance.</p> * <blockquote> * <p> This parameter is required only for the first modification.</p> * </blockquote> */ @NameInMap("InstanceName") public String instanceName; /** * <p>The language.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The balancing policy. Valid values:</p> * <ul> * <li><strong>ALL_RR</strong>: load balancing</li> * <li><strong>RATIO</strong>: weighted round-robin</li> * </ul> * <blockquote> * <p> This parameter is required only for the first modification.</p> * </blockquote> * * <strong>example:</strong> * <p>RATIO</p> */ @NameInMap("LbaStrategy") public String lbaStrategy; /** * <p>The global time-to-live (TTL).</p> * * <strong>example:</strong> * <p>60</p> */ @NameInMap("Ttl") public Integer ttl; /** * <p>The primary domain name.</p> * <blockquote> * <p> This parameter is required only for the first modification.</p> * </blockquote> * * <strong>example:</strong> * <p><a href="http://www.example.com">www.example.com</a></p> */ @NameInMap("UserDomainName") public String userDomainName; public static UpdateGtmInstanceGlobalConfigRequest build(java.util.Map<String, ?> map) throws Exception { UpdateGtmInstanceGlobalConfigRequest self = new UpdateGtmInstanceGlobalConfigRequest(); return TeaModel.build(map, self); } public UpdateGtmInstanceGlobalConfigRequest setAlertGroup(String alertGroup) { this.alertGroup = alertGroup; return this; } public String getAlertGroup() { return this.alertGroup; } public UpdateGtmInstanceGlobalConfigRequest setCnameCustomDomainName(String cnameCustomDomainName) { this.cnameCustomDomainName = cnameCustomDomainName; return this; } public String getCnameCustomDomainName() { return this.cnameCustomDomainName; } public UpdateGtmInstanceGlobalConfigRequest setCnameMode(String cnameMode) { this.cnameMode = cnameMode; return this; } public String getCnameMode() { return this.cnameMode; } public UpdateGtmInstanceGlobalConfigRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public UpdateGtmInstanceGlobalConfigRequest setInstanceName(String instanceName) { this.instanceName = instanceName; return this; } public String getInstanceName() { return this.instanceName; } public UpdateGtmInstanceGlobalConfigRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateGtmInstanceGlobalConfigRequest setLbaStrategy(String lbaStrategy) { this.lbaStrategy = lbaStrategy; return this; } public String getLbaStrategy() { return this.lbaStrategy; } public UpdateGtmInstanceGlobalConfigRequest setTtl(Integer ttl) { this.ttl = ttl; return this; } public Integer getTtl() { return this.ttl; } public UpdateGtmInstanceGlobalConfigRequest setUserDomainName(String userDomainName) { this.userDomainName = userDomainName; return this; } public String getUserDomainName() { return this.userDomainName; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateGtmInstanceGlobalConfigResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmInstanceGlobalConfigResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateGtmInstanceGlobalConfigResponseBody body; public static UpdateGtmInstanceGlobalConfigResponse build(java.util.Map<String, ?> map) throws Exception { UpdateGtmInstanceGlobalConfigResponse self = new UpdateGtmInstanceGlobalConfigResponse(); return TeaModel.build(map, self); } public UpdateGtmInstanceGlobalConfigResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateGtmInstanceGlobalConfigResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateGtmInstanceGlobalConfigResponse setBody(UpdateGtmInstanceGlobalConfigResponseBody body) { this.body = body; return this; } public UpdateGtmInstanceGlobalConfigResponseBody 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/UpdateGtmInstanceGlobalConfigResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmInstanceGlobalConfigResponseBody extends TeaModel { /** * <p>The request ID.</p> * * <strong>example:</strong> * <p>29D0F8F8-5499-4F6C-9FDC-1EE13BF55925</p> */ @NameInMap("RequestId") public String requestId; public static UpdateGtmInstanceGlobalConfigResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateGtmInstanceGlobalConfigResponseBody self = new UpdateGtmInstanceGlobalConfigResponseBody(); return TeaModel.build(map, self); } public UpdateGtmInstanceGlobalConfigResponseBody 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/UpdateGtmMonitorRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmMonitorRequest extends TeaModel { /** * <p>The maximum number of consecutive exceptions detected. If the number of consecutive exceptions detected reaches the maximum number, the application service is deemed abnormal.</p> * * <strong>example:</strong> * <p>3</p> */ @NameInMap("EvaluationCount") public Integer evaluationCount; /** * <p>The health check interval. Unit: seconds. Set the value to 60.</p> * * <strong>example:</strong> * <p>60</p> */ @NameInMap("Interval") public Integer interval; /** * <p>The monitored nodes.</p> * <p>This parameter is required.</p> */ @NameInMap("IspCityNode") public java.util.List<UpdateGtmMonitorRequestIspCityNode> ispCityNode; /** * <p>The language of the values of specific response parameters.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The ID of the health check configuration.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1234abc</p> */ @NameInMap("MonitorConfigId") public String monitorConfigId; /** * <p>The extended information, that is, the parameters required for the protocol. Different protocols require different parameters:</p> * <p>HTTP or HTTPS:</p> * <ul> * <li>port: the port to check.</li> * <li>failureRate: the failure rate.</li> * <li>code: the status code threshold. If the returned status code is greater than the specified threshold, the application service is deemed abnormal. Valid values: 400 and 500.</li> * <li>host: the host configuration.</li> * <li>path: the health check URL.</li> * </ul> * <p>PING:</p> * <ul> * <li>packetNum: the number of ping packets.</li> * <li>packetLossRate: the loss rate of ping packets.</li> * <li>failureRate: the failure rate.</li> * </ul> * <p>TCP:</p> * <ul> * <li>port: the port to check.</li> * <li>failureRate: the failure rate.</li> * </ul> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>{\&quot;code\&quot;:200,\&quot;path\&quot;:\&quot;\\index.htm\&quot;,\&quot;host\&quot;:\&quot;aliyun.com\&quot;}</p> */ @NameInMap("MonitorExtendInfo") public String monitorExtendInfo; /** * <p>The protocol used for the health check.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>HTTP</p> */ @NameInMap("ProtocolType") public String protocolType; /** * <p>The health check timeout period. Unit: milliseconds. Valid values: 2000, 3000, 5000, and 10000.</p> * * <strong>example:</strong> * <p>3000</p> */ @NameInMap("Timeout") public Integer timeout; public static UpdateGtmMonitorRequest build(java.util.Map<String, ?> map) throws Exception { UpdateGtmMonitorRequest self = new UpdateGtmMonitorRequest(); return TeaModel.build(map, self); } public UpdateGtmMonitorRequest setEvaluationCount(Integer evaluationCount) { this.evaluationCount = evaluationCount; return this; } public Integer getEvaluationCount() { return this.evaluationCount; } public UpdateGtmMonitorRequest setInterval(Integer interval) { this.interval = interval; return this; } public Integer getInterval() { return this.interval; } public UpdateGtmMonitorRequest setIspCityNode(java.util.List<UpdateGtmMonitorRequestIspCityNode> ispCityNode) { this.ispCityNode = ispCityNode; return this; } public java.util.List<UpdateGtmMonitorRequestIspCityNode> getIspCityNode() { return this.ispCityNode; } public UpdateGtmMonitorRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateGtmMonitorRequest setMonitorConfigId(String monitorConfigId) { this.monitorConfigId = monitorConfigId; return this; } public String getMonitorConfigId() { return this.monitorConfigId; } public UpdateGtmMonitorRequest setMonitorExtendInfo(String monitorExtendInfo) { this.monitorExtendInfo = monitorExtendInfo; return this; } public String getMonitorExtendInfo() { return this.monitorExtendInfo; } public UpdateGtmMonitorRequest setProtocolType(String protocolType) { this.protocolType = protocolType; return this; } public String getProtocolType() { return this.protocolType; } public UpdateGtmMonitorRequest setTimeout(Integer timeout) { this.timeout = timeout; return this; } public Integer getTimeout() { return this.timeout; } public static class UpdateGtmMonitorRequestIspCityNode extends TeaModel { /** * <p>The code of the city where the monitored node is deployed.</p> * * <strong>example:</strong> * <p>572</p> */ @NameInMap("CityCode") public String cityCode; /** * <ul> * <li>The code of the Internet service provider (ISP) to which the monitored node belongs. For more information about specific values, see the response parameters of DescribeGtmMonitorAvailableConfig.</li> * <li>If the value of the GroupType parameter is BGP or OVERSEAS, IspCode is optional. The default value is 465.</li> * <li>If the value of the GroupType parameter is not BGP or OVERSEAS, IspCode is required and is used together with CityCode.</li> * </ul> * * <strong>example:</strong> * <p>465</p> */ @NameInMap("IspCode") public String ispCode; public static UpdateGtmMonitorRequestIspCityNode build(java.util.Map<String, ?> map) throws Exception { UpdateGtmMonitorRequestIspCityNode self = new UpdateGtmMonitorRequestIspCityNode(); return TeaModel.build(map, self); } public UpdateGtmMonitorRequestIspCityNode setCityCode(String cityCode) { this.cityCode = cityCode; return this; } public String getCityCode() { return this.cityCode; } public UpdateGtmMonitorRequestIspCityNode setIspCode(String ispCode) { this.ispCode = ispCode; return this; } public String getIspCode() { return this.ispCode; } } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateGtmMonitorResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmMonitorResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateGtmMonitorResponseBody body; public static UpdateGtmMonitorResponse build(java.util.Map<String, ?> map) throws Exception { UpdateGtmMonitorResponse self = new UpdateGtmMonitorResponse(); return TeaModel.build(map, self); } public UpdateGtmMonitorResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateGtmMonitorResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateGtmMonitorResponse setBody(UpdateGtmMonitorResponseBody body) { this.body = body; return this; } public UpdateGtmMonitorResponseBody 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/UpdateGtmMonitorResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmMonitorResponseBody 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 UpdateGtmMonitorResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateGtmMonitorResponseBody self = new UpdateGtmMonitorResponseBody(); return TeaModel.build(map, self); } public UpdateGtmMonitorResponseBody 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/UpdateGtmRecoveryPlanRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmRecoveryPlanRequest extends TeaModel { /** * <p>The list of faulty address pools.</p> * * <strong>example:</strong> * <p>[&quot;hra0or&quot;]</p> */ @NameInMap("FaultAddrPool") public String faultAddrPool; /** * <p>The language in which you want the values of some response parameters to be returned. These response parameters support multiple languages.</p> * * <strong>example:</strong> * <p>en</p> */ @NameInMap("Lang") public String lang; /** * <p>The name of the disaster recovery plan.</p> * * <strong>example:</strong> * <p>abc</p> */ @NameInMap("Name") public String name; /** * <p>The ID of the disaster recovery plan.</p> * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>100</p> */ @NameInMap("RecoveryPlanId") public Long recoveryPlanId; /** * <p>The remarks about the disaster recovery plan.</p> * * <strong>example:</strong> * <p>remark</p> */ @NameInMap("Remark") public String remark; public static UpdateGtmRecoveryPlanRequest build(java.util.Map<String, ?> map) throws Exception { UpdateGtmRecoveryPlanRequest self = new UpdateGtmRecoveryPlanRequest(); return TeaModel.build(map, self); } public UpdateGtmRecoveryPlanRequest setFaultAddrPool(String faultAddrPool) { this.faultAddrPool = faultAddrPool; return this; } public String getFaultAddrPool() { return this.faultAddrPool; } public UpdateGtmRecoveryPlanRequest setLang(String lang) { this.lang = lang; return this; } public String getLang() { return this.lang; } public UpdateGtmRecoveryPlanRequest setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public UpdateGtmRecoveryPlanRequest setRecoveryPlanId(Long recoveryPlanId) { this.recoveryPlanId = recoveryPlanId; return this; } public Long getRecoveryPlanId() { return this.recoveryPlanId; } public UpdateGtmRecoveryPlanRequest setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateGtmRecoveryPlanResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmRecoveryPlanResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateGtmRecoveryPlanResponseBody body; public static UpdateGtmRecoveryPlanResponse build(java.util.Map<String, ?> map) throws Exception { UpdateGtmRecoveryPlanResponse self = new UpdateGtmRecoveryPlanResponse(); return TeaModel.build(map, self); } public UpdateGtmRecoveryPlanResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateGtmRecoveryPlanResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateGtmRecoveryPlanResponse setBody(UpdateGtmRecoveryPlanResponseBody body) { this.body = body; return this; } public UpdateGtmRecoveryPlanResponseBody 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/UpdateGtmRecoveryPlanResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateGtmRecoveryPlanResponseBody 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 UpdateGtmRecoveryPlanResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateGtmRecoveryPlanResponseBody self = new UpdateGtmRecoveryPlanResponseBody(); return TeaModel.build(map, self); } public UpdateGtmRecoveryPlanResponseBody 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/UpdateIspFlushCacheInstanceConfigRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateIspFlushCacheInstanceConfigRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("InstanceId") public String instanceId; /** * <p>This parameter is required.</p> */ @NameInMap("InstanceName") public String instanceName; @NameInMap("Lang") public String lang; public static UpdateIspFlushCacheInstanceConfigRequest build(java.util.Map<String, ?> map) throws Exception { UpdateIspFlushCacheInstanceConfigRequest self = new UpdateIspFlushCacheInstanceConfigRequest(); return TeaModel.build(map, self); } public UpdateIspFlushCacheInstanceConfigRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public UpdateIspFlushCacheInstanceConfigRequest setInstanceName(String instanceName) { this.instanceName = instanceName; return this; } public String getInstanceName() { return this.instanceName; } public UpdateIspFlushCacheInstanceConfigRequest 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/UpdateIspFlushCacheInstanceConfigResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateIspFlushCacheInstanceConfigResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateIspFlushCacheInstanceConfigResponseBody body; public static UpdateIspFlushCacheInstanceConfigResponse build(java.util.Map<String, ?> map) throws Exception { UpdateIspFlushCacheInstanceConfigResponse self = new UpdateIspFlushCacheInstanceConfigResponse(); return TeaModel.build(map, self); } public UpdateIspFlushCacheInstanceConfigResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateIspFlushCacheInstanceConfigResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateIspFlushCacheInstanceConfigResponse setBody(UpdateIspFlushCacheInstanceConfigResponseBody body) { this.body = body; return this; } public UpdateIspFlushCacheInstanceConfigResponseBody 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/UpdateIspFlushCacheInstanceConfigResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateIspFlushCacheInstanceConfigResponseBody extends TeaModel { @NameInMap("RequestId") public String requestId; public static UpdateIspFlushCacheInstanceConfigResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateIspFlushCacheInstanceConfigResponseBody self = new UpdateIspFlushCacheInstanceConfigResponseBody(); return TeaModel.build(map, self); } public UpdateIspFlushCacheInstanceConfigResponseBody 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/UpdateRecursionRecordEnableStatusRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordEnableStatusRequest extends TeaModel { /** * <strong>example:</strong> * <p>21079fa016944979537637959d09bc</p> */ @NameInMap("ClientToken") public String clientToken; /** * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <strong>example:</strong> * <p>1781234321</p> */ @NameInMap("RecordId") public String recordId; public static UpdateRecursionRecordEnableStatusRequest build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordEnableStatusRequest self = new UpdateRecursionRecordEnableStatusRequest(); return TeaModel.build(map, self); } public UpdateRecursionRecordEnableStatusRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateRecursionRecordEnableStatusRequest setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public UpdateRecursionRecordEnableStatusRequest 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/UpdateRecursionRecordEnableStatusResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordEnableStatusResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateRecursionRecordEnableStatusResponseBody body; public static UpdateRecursionRecordEnableStatusResponse build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordEnableStatusResponse self = new UpdateRecursionRecordEnableStatusResponse(); return TeaModel.build(map, self); } public UpdateRecursionRecordEnableStatusResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateRecursionRecordEnableStatusResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateRecursionRecordEnableStatusResponse setBody(UpdateRecursionRecordEnableStatusResponseBody body) { this.body = body; return this; } public UpdateRecursionRecordEnableStatusResponseBody 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/UpdateRecursionRecordEnableStatusResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordEnableStatusResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; public static UpdateRecursionRecordEnableStatusResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordEnableStatusResponseBody self = new UpdateRecursionRecordEnableStatusResponseBody(); return TeaModel.build(map, self); } public UpdateRecursionRecordEnableStatusResponseBody 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/UpdateRecursionRecordRemarkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordRemarkRequest extends TeaModel { /** * <strong>example:</strong> * <p>e432232342423ew423</p> */ @NameInMap("ClientToken") public String clientToken; /** * <p>record id</p> * * <strong>example:</strong> * <p>173671468000010</p> */ @NameInMap("RecordId") public String recordId; /** * <strong>example:</strong> * <p>test</p> */ @NameInMap("Remark") public String remark; public static UpdateRecursionRecordRemarkRequest build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordRemarkRequest self = new UpdateRecursionRecordRemarkRequest(); return TeaModel.build(map, self); } public UpdateRecursionRecordRemarkRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateRecursionRecordRemarkRequest setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public UpdateRecursionRecordRemarkRequest setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionRecordRemarkResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordRemarkResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateRecursionRecordRemarkResponseBody body; public static UpdateRecursionRecordRemarkResponse build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordRemarkResponse self = new UpdateRecursionRecordRemarkResponse(); return TeaModel.build(map, self); } public UpdateRecursionRecordRemarkResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateRecursionRecordRemarkResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateRecursionRecordRemarkResponse setBody(UpdateRecursionRecordRemarkResponseBody body) { this.body = body; return this; } public UpdateRecursionRecordRemarkResponseBody 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/UpdateRecursionRecordRemarkResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordRemarkResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; public static UpdateRecursionRecordRemarkResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordRemarkResponseBody self = new UpdateRecursionRecordRemarkResponseBody(); return TeaModel.build(map, self); } public UpdateRecursionRecordRemarkResponseBody 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/UpdateRecursionRecordRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordRequest extends TeaModel { /** * <strong>example:</strong> * <p>21079fa016944979537637959d09bc</p> */ @NameInMap("ClientToken") public String clientToken; /** * <strong>example:</strong> * <p>5</p> */ @NameInMap("Priority") public Integer priority; /** * <strong>example:</strong> * <p>9*******</p> */ @NameInMap("RecordId") public String recordId; /** * <strong>example:</strong> * <p>WebSDK</p> */ @NameInMap("RequestSource") public String requestSource; /** * <strong>example:</strong> * <p>test</p> */ @NameInMap("Rr") public String rr; /** * <strong>example:</strong> * <p>60</p> */ @NameInMap("Ttl") public Integer ttl; /** * <strong>example:</strong> * <p>A</p> */ @NameInMap("Type") public String type; /** * <strong>example:</strong> * <p>1.1.XX.XX</p> */ @NameInMap("Value") public String value; /** * <strong>example:</strong> * <p>2</p> */ @NameInMap("Weight") public Integer weight; public static UpdateRecursionRecordRequest build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordRequest self = new UpdateRecursionRecordRequest(); return TeaModel.build(map, self); } public UpdateRecursionRecordRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateRecursionRecordRequest setPriority(Integer priority) { this.priority = priority; return this; } public Integer getPriority() { return this.priority; } public UpdateRecursionRecordRequest setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public UpdateRecursionRecordRequest setRequestSource(String requestSource) { this.requestSource = requestSource; return this; } public String getRequestSource() { return this.requestSource; } public UpdateRecursionRecordRequest setRr(String rr) { this.rr = rr; return this; } public String getRr() { return this.rr; } public UpdateRecursionRecordRequest setTtl(Integer ttl) { this.ttl = ttl; return this; } public Integer getTtl() { return this.ttl; } public UpdateRecursionRecordRequest setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public UpdateRecursionRecordRequest setValue(String value) { this.value = value; return this; } public String getValue() { return this.value; } public UpdateRecursionRecordRequest setWeight(Integer weight) { this.weight = weight; return this; } public Integer getWeight() { return this.weight; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionRecordResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateRecursionRecordResponseBody body; public static UpdateRecursionRecordResponse build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordResponse self = new UpdateRecursionRecordResponse(); return TeaModel.build(map, self); } public UpdateRecursionRecordResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateRecursionRecordResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateRecursionRecordResponse setBody(UpdateRecursionRecordResponseBody body) { this.body = body; return this; } public UpdateRecursionRecordResponseBody 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/UpdateRecursionRecordResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>12*****</p> */ @NameInMap("RecordId") public String recordId; /** * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; public static UpdateRecursionRecordResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordResponseBody self = new UpdateRecursionRecordResponseBody(); return TeaModel.build(map, self); } public UpdateRecursionRecordResponseBody setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public UpdateRecursionRecordResponseBody 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/UpdateRecursionRecordWeightEnableStatusRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordWeightEnableStatusRequest extends TeaModel { /** * <strong>example:</strong> * <p>21079fa016944979537637959d09bc</p> */ @NameInMap("ClientToken") public String clientToken; /** * <strong>example:</strong> * <p>enable</p> */ @NameInMap("EnableStatus") public String enableStatus; /** * <strong>example:</strong> * <p>default</p> */ @NameInMap("RequestSource") public String requestSource; /** * <strong>example:</strong> * <p>www</p> */ @NameInMap("Rr") public String rr; /** * <strong>example:</strong> * <p>A</p> */ @NameInMap("Type") public String type; /** * <strong>example:</strong> * <p>176432424234</p> */ @NameInMap("ZoneId") public String zoneId; public static UpdateRecursionRecordWeightEnableStatusRequest build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordWeightEnableStatusRequest self = new UpdateRecursionRecordWeightEnableStatusRequest(); return TeaModel.build(map, self); } public UpdateRecursionRecordWeightEnableStatusRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateRecursionRecordWeightEnableStatusRequest setEnableStatus(String enableStatus) { this.enableStatus = enableStatus; return this; } public String getEnableStatus() { return this.enableStatus; } public UpdateRecursionRecordWeightEnableStatusRequest setRequestSource(String requestSource) { this.requestSource = requestSource; return this; } public String getRequestSource() { return this.requestSource; } public UpdateRecursionRecordWeightEnableStatusRequest setRr(String rr) { this.rr = rr; return this; } public String getRr() { return this.rr; } public UpdateRecursionRecordWeightEnableStatusRequest setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public UpdateRecursionRecordWeightEnableStatusRequest 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/UpdateRecursionRecordWeightEnableStatusResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordWeightEnableStatusResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateRecursionRecordWeightEnableStatusResponseBody body; public static UpdateRecursionRecordWeightEnableStatusResponse build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordWeightEnableStatusResponse self = new UpdateRecursionRecordWeightEnableStatusResponse(); return TeaModel.build(map, self); } public UpdateRecursionRecordWeightEnableStatusResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateRecursionRecordWeightEnableStatusResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateRecursionRecordWeightEnableStatusResponse setBody(UpdateRecursionRecordWeightEnableStatusResponseBody body) { this.body = body; return this; } public UpdateRecursionRecordWeightEnableStatusResponseBody 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/UpdateRecursionRecordWeightEnableStatusResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordWeightEnableStatusResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p> */ @NameInMap("RequestId") public String requestId; public static UpdateRecursionRecordWeightEnableStatusResponseBody build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordWeightEnableStatusResponseBody self = new UpdateRecursionRecordWeightEnableStatusResponseBody(); return TeaModel.build(map, self); } public UpdateRecursionRecordWeightEnableStatusResponseBody 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/UpdateRecursionRecordWeightRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordWeightRequest extends TeaModel { /** * <strong>example:</strong> * <p>21079fa016944979537637959d09bc</p> */ @NameInMap("ClientToken") public String clientToken; /** * <strong>example:</strong> * <p>17363242424</p> */ @NameInMap("RecordId") public String recordId; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("Weight") public Integer weight; public static UpdateRecursionRecordWeightRequest build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordWeightRequest self = new UpdateRecursionRecordWeightRequest(); return TeaModel.build(map, self); } public UpdateRecursionRecordWeightRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public UpdateRecursionRecordWeightRequest setRecordId(String recordId) { this.recordId = recordId; return this; } public String getRecordId() { return this.recordId; } public UpdateRecursionRecordWeightRequest setWeight(Integer weight) { this.weight = weight; return this; } public Integer getWeight() { return this.weight; } }
0
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionRecordWeightResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.alidns20150109.models; import com.aliyun.tea.*; public class UpdateRecursionRecordWeightResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public UpdateRecursionRecordWeightResponseBody body; public static UpdateRecursionRecordWeightResponse build(java.util.Map<String, ?> map) throws Exception { UpdateRecursionRecordWeightResponse self = new UpdateRecursionRecordWeightResponse(); return TeaModel.build(map, self); } public UpdateRecursionRecordWeightResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public UpdateRecursionRecordWeightResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public UpdateRecursionRecordWeightResponse setBody(UpdateRecursionRecordWeightResponseBody body) { this.body = body; return this; } public UpdateRecursionRecordWeightResponseBody getBody() { return this.body; } }