@alicloud/alidns20150109 3.4.3 → 3.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +313 -0
- package/dist/client.js +14 -0
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +323 -0
package/dist/client.d.ts
CHANGED
|
@@ -4775,21 +4775,38 @@ export declare class DescribeCloudGtmInstanceConfigAlertResponse extends $tea.Mo
|
|
|
4775
4775
|
}
|
|
4776
4776
|
export declare class DescribeCloudGtmInstanceConfigFullInfoRequest extends $tea.Model {
|
|
4777
4777
|
/**
|
|
4778
|
+
* @remarks
|
|
4779
|
+
* The language of the response. Valid values:
|
|
4780
|
+
*
|
|
4781
|
+
* * zh-CN: Chinese
|
|
4782
|
+
* * en-US (default): English
|
|
4783
|
+
*
|
|
4778
4784
|
* @example
|
|
4779
4785
|
* en-US
|
|
4780
4786
|
*/
|
|
4781
4787
|
acceptLanguage?: string;
|
|
4782
4788
|
/**
|
|
4789
|
+
* @remarks
|
|
4790
|
+
* 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.
|
|
4791
|
+
*
|
|
4783
4792
|
* @example
|
|
4784
4793
|
* 1ae05db4-10e7-11ef-b126-00163e24**22
|
|
4785
4794
|
*/
|
|
4786
4795
|
clientToken?: string;
|
|
4787
4796
|
/**
|
|
4797
|
+
* @remarks
|
|
4798
|
+
* 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.
|
|
4799
|
+
*
|
|
4800
|
+
* You can call the [ListCloudGtmInstanceConfigs](~~ListCloudGtmInstanceConfigs~~) operation to query the value of ConfigId for the access domain name.
|
|
4801
|
+
*
|
|
4788
4802
|
* @example
|
|
4789
4803
|
* Config-000**11
|
|
4790
4804
|
*/
|
|
4791
4805
|
configId?: string;
|
|
4792
4806
|
/**
|
|
4807
|
+
* @remarks
|
|
4808
|
+
* The ID of the GTM 3.0 instance.
|
|
4809
|
+
*
|
|
4793
4810
|
* @example
|
|
4794
4811
|
* gtm-cn-wwo3a3hbz**
|
|
4795
4812
|
*/
|
|
@@ -4806,118 +4823,227 @@ export declare class DescribeCloudGtmInstanceConfigFullInfoRequest extends $tea.
|
|
|
4806
4823
|
}
|
|
4807
4824
|
export declare class DescribeCloudGtmInstanceConfigFullInfoResponseBody extends $tea.Model {
|
|
4808
4825
|
/**
|
|
4826
|
+
* @remarks
|
|
4827
|
+
* The policy for load balancing between address pools. Valid values:
|
|
4828
|
+
*
|
|
4829
|
+
* * round_robin: All address pools are returned for DNS requests from any source. All address pools are sorted in round-robin mode each time they are returned.
|
|
4830
|
+
* * 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.
|
|
4831
|
+
* * weight: You can set a different weight value for each address pool. This way, address pools are returned based on the weight values.
|
|
4832
|
+
* * source_nearest: GTM returns different addresses based on the sources of DNS requests. This way, users can access nearby addresses.
|
|
4833
|
+
*
|
|
4809
4834
|
* @example
|
|
4810
4835
|
* round_robin
|
|
4811
4836
|
*/
|
|
4812
4837
|
addressPoolLbStrategy?: string;
|
|
4838
|
+
/**
|
|
4839
|
+
* @remarks
|
|
4840
|
+
* The address pools.
|
|
4841
|
+
*/
|
|
4813
4842
|
addressPools?: DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPools;
|
|
4814
4843
|
/**
|
|
4844
|
+
* @remarks
|
|
4845
|
+
* Alert notification configuration.
|
|
4846
|
+
*
|
|
4815
4847
|
* @example
|
|
4816
4848
|
* [{\\"NoticeType\\":\\"addr_alert\\",\\"SmsNotice\\":true,\\"EmailNotice\\":true,\\"DingtalkNotice\\":true},{\\"NoticeType\\":\\"addr_resume\\",\\"SmsNotice\\":true,\\"EmailNotice\\":true,\\"DingtalkNotice\\":true},{\\"NoticeType\\":\\"addr_pool_unavailable\\",\\"SmsNotice\\":true,\\"EmailNotice\\":true,\\"DingtalkNotice\\":true},{\\"NoticeType\\":\\"addr_pool_available\\",\\"SmsNotice\\":true,\\"EmailNotice\\":true,\\"DingtalkNotice\\":true}]"
|
|
4817
4849
|
*/
|
|
4818
4850
|
alertConfig?: string;
|
|
4851
|
+
/**
|
|
4852
|
+
* @remarks
|
|
4853
|
+
* Alert notification group.
|
|
4854
|
+
*
|
|
4855
|
+
* @example
|
|
4856
|
+
* [\\"Default Contact Group\\"]
|
|
4857
|
+
*/
|
|
4819
4858
|
alertGroup?: string;
|
|
4820
4859
|
/**
|
|
4860
|
+
* @remarks
|
|
4861
|
+
* The availability state of the access domain name. Valid values:
|
|
4862
|
+
*
|
|
4863
|
+
* * available: If the access domain name is **enabled** and the health state of the access domain name is **Normal**, the access domain name is deemed **available**.
|
|
4864
|
+
* * unavailable: If the access domain name is **disabled** or the health state of the access domain name is **Abnormal**, the access domain name is deemed **unavailable**.
|
|
4865
|
+
*
|
|
4821
4866
|
* @example
|
|
4822
4867
|
* available
|
|
4823
4868
|
*/
|
|
4824
4869
|
availableStatus?: string;
|
|
4825
4870
|
/**
|
|
4871
|
+
* @remarks
|
|
4872
|
+
* The commodity code. Valid values:
|
|
4873
|
+
*
|
|
4874
|
+
* * dns_gtm_public_cn: the commodity code on the China site (aliyun.com)
|
|
4875
|
+
* * dns_gtm_public_intl: the commodity code on the international site (alibabacloud.com)
|
|
4876
|
+
*
|
|
4826
4877
|
* @example
|
|
4827
4878
|
* dns_gtm_public_cn
|
|
4828
4879
|
*/
|
|
4829
4880
|
commodityCode?: string;
|
|
4830
4881
|
/**
|
|
4882
|
+
* @remarks
|
|
4883
|
+
* 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.
|
|
4884
|
+
*
|
|
4831
4885
|
* @example
|
|
4832
4886
|
* Config-000**11
|
|
4833
4887
|
*/
|
|
4834
4888
|
configId?: string;
|
|
4835
4889
|
/**
|
|
4890
|
+
* @remarks
|
|
4891
|
+
* Instance creation time.
|
|
4892
|
+
*
|
|
4836
4893
|
* @example
|
|
4837
4894
|
* 2024-03-15T01:46Z
|
|
4838
4895
|
*/
|
|
4839
4896
|
createTime?: string;
|
|
4840
4897
|
/**
|
|
4898
|
+
* @remarks
|
|
4899
|
+
* Instance creation time (timestamp).
|
|
4900
|
+
*
|
|
4841
4901
|
* @example
|
|
4842
4902
|
* 1527690629357
|
|
4843
4903
|
*/
|
|
4844
4904
|
createTimestamp?: number;
|
|
4845
4905
|
/**
|
|
4906
|
+
* @remarks
|
|
4907
|
+
* The enabling state of the access domain name. Valid values:
|
|
4908
|
+
*
|
|
4909
|
+
* * enable: The access domain name is enabled and the intelligent scheduling policy of the corresponding GTM instance takes effect.
|
|
4910
|
+
* * disable: The access domain name is disabled and the intelligent scheduling policy of the corresponding GTM instance does not take effect.
|
|
4911
|
+
*
|
|
4846
4912
|
* @example
|
|
4847
4913
|
* enable
|
|
4848
4914
|
*/
|
|
4849
4915
|
enableStatus?: string;
|
|
4850
4916
|
/**
|
|
4917
|
+
* @remarks
|
|
4918
|
+
* The health state of the access domain name. Valid values:
|
|
4919
|
+
*
|
|
4920
|
+
* * ok: The health state of the access domain name is Normal and all address pools that are referenced by the access domain name are available.
|
|
4921
|
+
* * ok_alert: The health state of the access domain name is Warning and some of the address pools that are referenced by the access domain name are unavailable. In this case, the available address pools are normally used for DNS resolution, but the unavailable address pools cannot be used for DNS resolution.
|
|
4922
|
+
* * exceptional: The health state of the access domain name is Abnormal and all address pools that are referenced by the access domain name are unavailable. In this case, addresses in the non-empty address pool with the smallest sequence number are preferentially used for fallback resolution. This returns DNS results for clients as much as possible.
|
|
4923
|
+
*
|
|
4851
4924
|
* @example
|
|
4852
4925
|
* ok
|
|
4853
4926
|
*/
|
|
4854
4927
|
healthStatus?: string;
|
|
4855
4928
|
/**
|
|
4929
|
+
* @remarks
|
|
4930
|
+
* The ID of the GTM 3.0 instance.
|
|
4931
|
+
*
|
|
4856
4932
|
* @example
|
|
4857
4933
|
* gtm-cn-wwo3a3hbz**
|
|
4858
4934
|
*/
|
|
4859
4935
|
instanceId?: string;
|
|
4860
4936
|
/**
|
|
4937
|
+
* @remarks
|
|
4938
|
+
* Schedule instance name.
|
|
4939
|
+
*
|
|
4861
4940
|
* @example
|
|
4862
4941
|
* test
|
|
4863
4942
|
*/
|
|
4864
4943
|
instanceName?: string;
|
|
4865
4944
|
/**
|
|
4945
|
+
* @remarks
|
|
4946
|
+
* Remarks of the configuration of domain instance.
|
|
4947
|
+
*
|
|
4866
4948
|
* @example
|
|
4867
4949
|
* test
|
|
4868
4950
|
*/
|
|
4869
4951
|
remark?: string;
|
|
4870
4952
|
/**
|
|
4953
|
+
* @remarks
|
|
4954
|
+
* Unique request identification code.
|
|
4955
|
+
*
|
|
4871
4956
|
* @example
|
|
4872
4957
|
* 29D0F8F8-5499-4F6C-9FDC-1EE13BF55925
|
|
4873
4958
|
*/
|
|
4874
4959
|
requestId?: string;
|
|
4875
4960
|
/**
|
|
4961
|
+
* @remarks
|
|
4962
|
+
* The GTM access domain name. The value of this parameter is composed of the value of ScheduleHostname and the value of ScheduleZoneName.
|
|
4963
|
+
*
|
|
4876
4964
|
* @example
|
|
4877
4965
|
* www.example.com
|
|
4878
4966
|
*/
|
|
4879
4967
|
scheduleDomainName?: string;
|
|
4880
4968
|
/**
|
|
4969
|
+
* @remarks
|
|
4970
|
+
* Host name of the domain accessed by GTM.
|
|
4971
|
+
*
|
|
4881
4972
|
* @example
|
|
4882
4973
|
* www
|
|
4883
4974
|
*/
|
|
4884
4975
|
scheduleHostname?: string;
|
|
4885
4976
|
/**
|
|
4977
|
+
* @remarks
|
|
4978
|
+
* DNS record types for the ScheduleDomainName:
|
|
4979
|
+
* - A: IPv4 address
|
|
4980
|
+
* - AAAA: IPv6 address
|
|
4981
|
+
* - CNAME: Domain name
|
|
4982
|
+
*
|
|
4886
4983
|
* @example
|
|
4887
4984
|
* A
|
|
4888
4985
|
*/
|
|
4889
4986
|
scheduleRrType?: string;
|
|
4890
4987
|
/**
|
|
4988
|
+
* @remarks
|
|
4989
|
+
* The allocation mode of the access domain name. Valid values:
|
|
4990
|
+
*
|
|
4991
|
+
* * custom: custom allocation. You must specify a custom hostname and associate the hostname with a zone or subzone within the account to which the GTM instance belongs to generate an access domain name.
|
|
4992
|
+
* * sys_assign: The system assigns an access domain name by default. This mode is no longer supported. Do not choose this mode.
|
|
4993
|
+
*
|
|
4891
4994
|
* @example
|
|
4892
4995
|
* custom
|
|
4893
4996
|
*/
|
|
4894
4997
|
scheduleZoneMode?: string;
|
|
4895
4998
|
/**
|
|
4999
|
+
* @remarks
|
|
5000
|
+
* The zone (such as example.com) or subzone (such as a.example.com) associated with the GTM access domain name. In most cases, the zone or subzone is hosted in Authoritative DNS Resolution of the Alibaba Cloud DNS console within the account to which the GTM instance belongs.
|
|
5001
|
+
*
|
|
4896
5002
|
* @example
|
|
4897
5003
|
* example.com
|
|
4898
5004
|
*/
|
|
4899
5005
|
scheduleZoneName?: string;
|
|
4900
5006
|
/**
|
|
5007
|
+
* @remarks
|
|
5008
|
+
* 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:
|
|
5009
|
+
*
|
|
5010
|
+
* * preemptive: The address pool with the smallest sequence number is preferentially used if this address pool is recovered.
|
|
5011
|
+
* * non_preemptive: The current address pool is still used even if the address pool with the smallest sequence number is recovered.
|
|
5012
|
+
*
|
|
4901
5013
|
* @example
|
|
4902
5014
|
* preemptive
|
|
4903
5015
|
*/
|
|
4904
5016
|
sequenceLbStrategyMode?: string;
|
|
4905
5017
|
/**
|
|
5018
|
+
* @remarks
|
|
5019
|
+
* Global TTL (in seconds), the TTL value for resolving the access domain to addresses in the address pool, which affects the caching time of DNS records in the ISP\\"s LocalDNS. Custom TTL values are supported.
|
|
5020
|
+
*
|
|
4906
5021
|
* @example
|
|
4907
5022
|
* 60
|
|
4908
5023
|
*/
|
|
4909
5024
|
ttl?: number;
|
|
4910
5025
|
/**
|
|
5026
|
+
* @remarks
|
|
5027
|
+
* Last modified time.
|
|
5028
|
+
*
|
|
4911
5029
|
* @example
|
|
4912
5030
|
* 2024-03-15T01:46Z
|
|
4913
5031
|
*/
|
|
4914
5032
|
updateTime?: string;
|
|
4915
5033
|
/**
|
|
5034
|
+
* @remarks
|
|
5035
|
+
* Last modified time (timestamp).
|
|
5036
|
+
*
|
|
4916
5037
|
* @example
|
|
4917
5038
|
* 1527690629357
|
|
4918
5039
|
*/
|
|
4919
5040
|
updateTimestamp?: number;
|
|
4920
5041
|
/**
|
|
5042
|
+
* @remarks
|
|
5043
|
+
* Global Traffic Management version 3.0 instances:
|
|
5044
|
+
* - standard: Standard Edition
|
|
5045
|
+
* - ultimate: Ultimate Edition
|
|
5046
|
+
*
|
|
4921
5047
|
* @example
|
|
4922
5048
|
* ultimate
|
|
4923
5049
|
*/
|
|
@@ -22791,93 +22917,188 @@ export declare class DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPo
|
|
|
22791
22917
|
}
|
|
22792
22918
|
export declare class DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddress extends $tea.Model {
|
|
22793
22919
|
/**
|
|
22920
|
+
* @remarks
|
|
22921
|
+
* IP address or domain name.
|
|
22922
|
+
*
|
|
22794
22923
|
* @example
|
|
22795
22924
|
* 223.5.XX.XX
|
|
22796
22925
|
*/
|
|
22797
22926
|
address?: string;
|
|
22798
22927
|
/**
|
|
22928
|
+
* @remarks
|
|
22929
|
+
* The address ID. This ID uniquely identifies the address.
|
|
22930
|
+
*
|
|
22799
22931
|
* @example
|
|
22800
22932
|
* addr-89564712295703**96
|
|
22801
22933
|
*/
|
|
22802
22934
|
addressId?: string;
|
|
22935
|
+
/**
|
|
22936
|
+
* @remarks
|
|
22937
|
+
* Address ownership information, not supported in the current version.
|
|
22938
|
+
*
|
|
22939
|
+
* @example
|
|
22940
|
+
* The current version does not support returning this parameter.
|
|
22941
|
+
*/
|
|
22803
22942
|
attributeInfo?: string;
|
|
22804
22943
|
/**
|
|
22944
|
+
* @remarks
|
|
22945
|
+
* The failover mode that is used when address exceptions are identified. Valid values:
|
|
22946
|
+
*
|
|
22947
|
+
* * auto: the automatic mode. The system determines whether to return an address based on the health check results. If the address fails health checks, the system does not return the address. If the address passes health checks, the system returns the address.
|
|
22948
|
+
* * manual: the manual mode. If an address is in the unavailable state, the address is not returned for DNS requests even if the address passes health checks. If an address is in the available state, the address is returned for DNS requests even if an alert is triggered when the address fails health checks.
|
|
22949
|
+
*
|
|
22805
22950
|
* @example
|
|
22806
22951
|
* auto
|
|
22807
22952
|
*/
|
|
22808
22953
|
availableMode?: string;
|
|
22809
22954
|
/**
|
|
22955
|
+
* @remarks
|
|
22956
|
+
* The availability state of the address. Valid values:
|
|
22957
|
+
*
|
|
22958
|
+
* * available
|
|
22959
|
+
* * unavailable
|
|
22960
|
+
*
|
|
22810
22961
|
* @example
|
|
22811
22962
|
* available
|
|
22812
22963
|
*/
|
|
22813
22964
|
availableStatus?: string;
|
|
22814
22965
|
/**
|
|
22966
|
+
* @remarks
|
|
22967
|
+
* Address creation time.
|
|
22968
|
+
*
|
|
22815
22969
|
* @example
|
|
22816
22970
|
* 2024-03-15T01:46Z
|
|
22817
22971
|
*/
|
|
22818
22972
|
createTime?: string;
|
|
22819
22973
|
/**
|
|
22974
|
+
* @remarks
|
|
22975
|
+
* Address creation time (timestamp).
|
|
22976
|
+
*
|
|
22820
22977
|
* @example
|
|
22821
22978
|
* 1527690629357
|
|
22822
22979
|
*/
|
|
22823
22980
|
createTimestamp?: number;
|
|
22824
22981
|
/**
|
|
22982
|
+
* @remarks
|
|
22983
|
+
* The enabling state of the address. Valid values:
|
|
22984
|
+
*
|
|
22985
|
+
* * enable
|
|
22986
|
+
* * disable
|
|
22987
|
+
*
|
|
22825
22988
|
* @example
|
|
22826
22989
|
* enable
|
|
22827
22990
|
*/
|
|
22828
22991
|
enableStatus?: string;
|
|
22829
22992
|
/**
|
|
22993
|
+
* @remarks
|
|
22994
|
+
* The condition for determining the health state of the address. Valid values:
|
|
22995
|
+
*
|
|
22996
|
+
* * any_ok: The health check results of at least one health check template are normal.
|
|
22997
|
+
* * p30_ok: The health check results of at least 30% of health check templates are normal.
|
|
22998
|
+
* * p50_ok: The health check results of at least 50% of health check templates are normal.
|
|
22999
|
+
* * p70_ok: The health check results of at least 70% of health check templates are normal.
|
|
23000
|
+
* * all_ok: The health check results of all health check templates are normal.
|
|
23001
|
+
*
|
|
22830
23002
|
* @example
|
|
22831
23003
|
* any_ok
|
|
22832
23004
|
*/
|
|
22833
23005
|
healthJudgement?: string;
|
|
22834
23006
|
/**
|
|
23007
|
+
* @remarks
|
|
23008
|
+
* The health check state of the address. Valid values:
|
|
23009
|
+
*
|
|
23010
|
+
* * ok: The address passes all health checks of the referenced health check templates.
|
|
23011
|
+
* * ok_alert: The address fails some health checks of the referenced health check templates but the address is deemed normal.
|
|
23012
|
+
* * ok_no_monitor: The address does not reference any health check template and is normal.
|
|
23013
|
+
* * exceptional: The address fails some or all health checks of the referenced health check templates and the address is deemed abnormal.
|
|
23014
|
+
*
|
|
22835
23015
|
* @example
|
|
22836
23016
|
* ok
|
|
22837
23017
|
*/
|
|
22838
23018
|
healthStatus?: string;
|
|
22839
23019
|
/**
|
|
23020
|
+
* @remarks
|
|
23021
|
+
* The availability state of the address when AvailableMode is set to manual. Valid values:
|
|
23022
|
+
*
|
|
23023
|
+
* * available: The address is normal. In this state, the address is returned for DNS requests even if an alert is triggered when the address fails health checks.
|
|
23024
|
+
* * unavailable: The address is abnormal. In this state, the address is not returned for DNS requests even if the address passes health checks.
|
|
23025
|
+
*
|
|
22840
23026
|
* @example
|
|
22841
23027
|
* available
|
|
22842
23028
|
*/
|
|
22843
23029
|
manualAvailableStatus?: string;
|
|
22844
23030
|
/**
|
|
23031
|
+
* @remarks
|
|
23032
|
+
* Address name.
|
|
23033
|
+
*
|
|
22845
23034
|
* @example
|
|
22846
23035
|
* Address-1
|
|
22847
23036
|
*/
|
|
22848
23037
|
name?: string;
|
|
22849
23038
|
/**
|
|
23039
|
+
* @remarks
|
|
23040
|
+
* The remark of the address.
|
|
23041
|
+
*
|
|
22850
23042
|
* @example
|
|
22851
23043
|
* test
|
|
22852
23044
|
*/
|
|
22853
23045
|
remark?: string;
|
|
23046
|
+
/**
|
|
23047
|
+
* @remarks
|
|
23048
|
+
* Request source list.
|
|
23049
|
+
*/
|
|
22854
23050
|
requestSource?: DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddressesAddressRequestSource;
|
|
22855
23051
|
/**
|
|
23052
|
+
* @remarks
|
|
23053
|
+
* Indicates whether it is a sequential (non-preemptive) mode scheduling object, applicable to hybrid cloud management scenarios:
|
|
23054
|
+
*
|
|
23055
|
+
* - true: yes
|
|
23056
|
+
* - false: no
|
|
23057
|
+
*
|
|
22856
23058
|
* @example
|
|
22857
23059
|
* false
|
|
22858
23060
|
*/
|
|
22859
23061
|
seqNonPreemptiveSchedule?: boolean;
|
|
22860
23062
|
/**
|
|
23063
|
+
* @remarks
|
|
23064
|
+
* Sequence number, indicating the priority of address return, where smaller numbers have higher priority.
|
|
23065
|
+
*
|
|
22861
23066
|
* @example
|
|
22862
23067
|
* 1
|
|
22863
23068
|
*/
|
|
22864
23069
|
serialNumber?: number;
|
|
22865
23070
|
/**
|
|
23071
|
+
* @remarks
|
|
23072
|
+
* The type of the address. Valid values:
|
|
23073
|
+
*
|
|
23074
|
+
* * IPV4: the IPv4 address
|
|
23075
|
+
* * IPv6: the IPv6 address
|
|
23076
|
+
* * domain: the domain name
|
|
23077
|
+
*
|
|
22866
23078
|
* @example
|
|
22867
23079
|
* IPv4
|
|
22868
23080
|
*/
|
|
22869
23081
|
type?: string;
|
|
22870
23082
|
/**
|
|
23083
|
+
* @remarks
|
|
23084
|
+
* Last modified time of the address.
|
|
23085
|
+
*
|
|
22871
23086
|
* @example
|
|
22872
23087
|
* 2024-03-15T01:46Z
|
|
22873
23088
|
*/
|
|
22874
23089
|
updateTime?: string;
|
|
22875
23090
|
/**
|
|
23091
|
+
* @remarks
|
|
23092
|
+
* The last modification time of the address (timestamp).
|
|
23093
|
+
*
|
|
22876
23094
|
* @example
|
|
22877
23095
|
* 1527690629357
|
|
22878
23096
|
*/
|
|
22879
23097
|
updateTimestamp?: number;
|
|
22880
23098
|
/**
|
|
23099
|
+
* @remarks
|
|
23100
|
+
* Weight value (an integer between 1 and 100, inclusive), allowing different weight values to be set for each address, enabling resolution queries to return addresses in proportion to their weights.
|
|
23101
|
+
*
|
|
22881
23102
|
* @example
|
|
22882
23103
|
* 1
|
|
22883
23104
|
*/
|
|
@@ -22918,83 +23139,166 @@ export declare class DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPo
|
|
|
22918
23139
|
}
|
|
22919
23140
|
export declare class DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPool extends $tea.Model {
|
|
22920
23141
|
/**
|
|
23142
|
+
* @remarks
|
|
23143
|
+
* Load balancing policy among addresses in the address pool:
|
|
23144
|
+
* - round_robin: Round-robin, for any source of DNS resolution requests, returns all addresses and rotates their order for each request.
|
|
23145
|
+
* - sequence: Sequential, for any source of DNS resolution requests, returns the address with the smaller sequence number (the sequence number indicates the priority of the address return, with smaller numbers having higher priority). If the address with the smaller sequence number is unavailable, the next address with a smaller sequence number is returned.
|
|
23146
|
+
* - weight: Weighted, supports setting different weight values for each address to realize returning addresses according to the weight ratio for resolution queries.
|
|
23147
|
+
* - source_nearest: Source-nearest, i.e., intelligent resolution function, where GTM can return different addresses based on the source of different DNS resolution requests, achieving the effect of users accessing nearby.
|
|
23148
|
+
*
|
|
22921
23149
|
* @example
|
|
22922
23150
|
* round_robin
|
|
22923
23151
|
*/
|
|
22924
23152
|
addressLbStrategy?: string;
|
|
22925
23153
|
/**
|
|
23154
|
+
* @remarks
|
|
23155
|
+
* The ID of the address pool. This ID uniquely identifies the address pool.
|
|
23156
|
+
*
|
|
22926
23157
|
* @example
|
|
22927
23158
|
* pool-89528023225442**16
|
|
22928
23159
|
*/
|
|
22929
23160
|
addressPoolId?: string;
|
|
22930
23161
|
/**
|
|
23162
|
+
* @remarks
|
|
23163
|
+
* Address pool name.
|
|
23164
|
+
*
|
|
22931
23165
|
* @example
|
|
22932
23166
|
* AddressPool-1
|
|
22933
23167
|
*/
|
|
22934
23168
|
addressPoolName?: string;
|
|
22935
23169
|
/**
|
|
23170
|
+
* @remarks
|
|
23171
|
+
* Address pool type:
|
|
23172
|
+
* - IPv4
|
|
23173
|
+
* - IPv6
|
|
23174
|
+
* - domain
|
|
23175
|
+
*
|
|
22936
23176
|
* @example
|
|
22937
23177
|
* IPv4
|
|
22938
23178
|
*/
|
|
22939
23179
|
addressPoolType?: string;
|
|
23180
|
+
/**
|
|
23181
|
+
* @remarks
|
|
23182
|
+
* The addresses.
|
|
23183
|
+
*/
|
|
22940
23184
|
addresses?: DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolAddresses;
|
|
22941
23185
|
/**
|
|
23186
|
+
* @remarks
|
|
23187
|
+
* The availability state of the address pool. Valid values:
|
|
23188
|
+
*
|
|
23189
|
+
* * Available
|
|
23190
|
+
* * unavailable
|
|
23191
|
+
*
|
|
22942
23192
|
* @example
|
|
22943
23193
|
* available
|
|
22944
23194
|
*/
|
|
22945
23195
|
availableStatus?: string;
|
|
22946
23196
|
/**
|
|
23197
|
+
* @remarks
|
|
23198
|
+
* Address pool creation time.
|
|
23199
|
+
*
|
|
22947
23200
|
* @example
|
|
22948
23201
|
* 2024-03-15T01:46Z
|
|
22949
23202
|
*/
|
|
22950
23203
|
createTime?: string;
|
|
22951
23204
|
/**
|
|
23205
|
+
* @remarks
|
|
23206
|
+
* Address pool creation time (timestamp).
|
|
23207
|
+
*
|
|
22952
23208
|
* @example
|
|
22953
23209
|
* 1527690629357
|
|
22954
23210
|
*/
|
|
22955
23211
|
createTimestamp?: number;
|
|
22956
23212
|
/**
|
|
23213
|
+
* @remarks
|
|
23214
|
+
* The enabling state of the address pool. Valid values:
|
|
23215
|
+
*
|
|
23216
|
+
* * enable
|
|
23217
|
+
* * disable
|
|
23218
|
+
*
|
|
22957
23219
|
* @example
|
|
22958
23220
|
* enable
|
|
22959
23221
|
*/
|
|
22960
23222
|
enableStatus?: string;
|
|
22961
23223
|
/**
|
|
23224
|
+
* @remarks
|
|
23225
|
+
* The condition for determining the health state of the address pool. Valid values:
|
|
23226
|
+
*
|
|
23227
|
+
* * any_ok: At least one address in the address pool is available.
|
|
23228
|
+
* * p30_ok: At least 30% of the addresses in the address pool are available.
|
|
23229
|
+
* * p50_ok: At least 50% of the addresses in the address pool are available.
|
|
23230
|
+
* * p70_ok: At least 70% of the addresses in the address pool are available.
|
|
23231
|
+
* * all_ok: All addresses in the address pool are available.
|
|
23232
|
+
*
|
|
22962
23233
|
* @example
|
|
22963
23234
|
* any_ok
|
|
22964
23235
|
*/
|
|
22965
23236
|
healthJudgement?: string;
|
|
22966
23237
|
/**
|
|
23238
|
+
* @remarks
|
|
23239
|
+
* Address pool health status:
|
|
23240
|
+
* - ok: Normal, all addresses referenced by the address pool are available.
|
|
23241
|
+
* - ok_alert: Warning, some addresses referenced by the address pool are unavailable, but the address pool status is deemed normal. In the warning state, available address pools are resolved normally, while unavailable ones stop resolving.
|
|
23242
|
+
* - exceptional: Abnormal, some or all of the addresses referenced by the address pool are unavailable, and the address pool status is determined to be abnormal.
|
|
23243
|
+
*
|
|
22967
23244
|
* @example
|
|
22968
23245
|
* ok
|
|
22969
23246
|
*/
|
|
22970
23247
|
healthStatus?: string;
|
|
23248
|
+
/**
|
|
23249
|
+
* @remarks
|
|
23250
|
+
* Parse the list of request sources.
|
|
23251
|
+
*/
|
|
22971
23252
|
requestSource?: DescribeCloudGtmInstanceConfigFullInfoResponseBodyAddressPoolsAddressPoolRequestSource;
|
|
22972
23253
|
/**
|
|
23254
|
+
* @remarks
|
|
23255
|
+
* Indicates whether it is a sequential (non-preemptive) scheduling object for hybrid cloud management scenarios:
|
|
23256
|
+
* - true: yes
|
|
23257
|
+
* - false: no
|
|
23258
|
+
*
|
|
22973
23259
|
* @example
|
|
22974
23260
|
* false
|
|
22975
23261
|
*/
|
|
22976
23262
|
seqNonPreemptiveSchedule?: boolean;
|
|
22977
23263
|
/**
|
|
23264
|
+
* @remarks
|
|
23265
|
+
* The mode used if the address with the smallest sequence number is recovered. This parameter is required only when AddressLbStrategy is set to sequence. Valid values:
|
|
23266
|
+
*
|
|
23267
|
+
* * preemptive: The address with the smallest sequence number is preferentially used if this address is recovered.
|
|
23268
|
+
* * non_preemptive: The current address is still used even if the address with the smallest sequence number is recovered.
|
|
23269
|
+
*
|
|
22978
23270
|
* @example
|
|
22979
23271
|
* preemptive
|
|
22980
23272
|
*/
|
|
22981
23273
|
sequenceLbStrategyMode?: string;
|
|
22982
23274
|
/**
|
|
23275
|
+
* @remarks
|
|
23276
|
+
* Sequence number. For any parsing request from any source, the address pool with the smaller sequence number is returned (the sequence number indicates the priority of the address pool returned, with smaller numbers having higher priority).
|
|
23277
|
+
*
|
|
22983
23278
|
* @example
|
|
22984
23279
|
* 1
|
|
22985
23280
|
*/
|
|
22986
23281
|
serialNumber?: number;
|
|
22987
23282
|
/**
|
|
23283
|
+
* @remarks
|
|
23284
|
+
* Last modification time of the address pool.
|
|
23285
|
+
*
|
|
22988
23286
|
* @example
|
|
22989
23287
|
* 2024-03-15T01:46Z
|
|
22990
23288
|
*/
|
|
22991
23289
|
updateTime?: string;
|
|
22992
23290
|
/**
|
|
23291
|
+
* @remarks
|
|
23292
|
+
* Last modification time of the address pool (timestamp).
|
|
23293
|
+
*
|
|
22993
23294
|
* @example
|
|
22994
23295
|
* 1527690629357
|
|
22995
23296
|
*/
|
|
22996
23297
|
updateTimestamp?: number;
|
|
22997
23298
|
/**
|
|
23299
|
+
* @remarks
|
|
23300
|
+
* Weight value (an integer between 1 and 100, inclusive), allowing different weight values to be set for each address pool, enabling resolution queries to return address pools according to the weighted ratio.
|
|
23301
|
+
*
|
|
22998
23302
|
* @example
|
|
22999
23303
|
* 1
|
|
23000
23304
|
*/
|
|
@@ -28204,6 +28508,7 @@ export declare class DescribeInternetDnsLogsResponseBodyLogsLog extends $tea.Mod
|
|
|
28204
28508
|
* 1709196249000
|
|
28205
28509
|
*/
|
|
28206
28510
|
logTime?: number;
|
|
28511
|
+
protocol?: string;
|
|
28207
28512
|
/**
|
|
28208
28513
|
* @example
|
|
28209
28514
|
* example.com
|
|
@@ -28543,9 +28848,12 @@ export declare class DescribePdnsThreatStatisticsResponseBodyData extends $tea.M
|
|
|
28543
28848
|
}
|
|
28544
28849
|
export declare class DescribePdnsUdpIpSegmentsResponseBodyIpSegments extends $tea.Model {
|
|
28545
28850
|
createDate?: string;
|
|
28851
|
+
createTimestamp?: number;
|
|
28852
|
+
id?: string;
|
|
28546
28853
|
ip?: string;
|
|
28547
28854
|
mask?: number;
|
|
28548
28855
|
name?: string;
|
|
28856
|
+
secretKey?: string;
|
|
28549
28857
|
state?: string;
|
|
28550
28858
|
updateDate?: string;
|
|
28551
28859
|
static names(): {
|
|
@@ -28561,6 +28869,7 @@ export declare class DescribePdnsUdpIpSegmentsResponseBodyIpSegments extends $te
|
|
|
28561
28869
|
export declare class DescribePdnsUserInfoResponseBodyUserInfo extends $tea.Model {
|
|
28562
28870
|
availableService?: string;
|
|
28563
28871
|
pdnsId?: number;
|
|
28872
|
+
secretKey?: string;
|
|
28564
28873
|
serviceType?: string;
|
|
28565
28874
|
state?: string;
|
|
28566
28875
|
statisticSwitchStatus?: string;
|
|
@@ -32429,12 +32738,16 @@ export default class Client extends OpenApi {
|
|
|
32429
32738
|
*/
|
|
32430
32739
|
describeCloudGtmInstanceConfigAlert(request: DescribeCloudGtmInstanceConfigAlertRequest): Promise<DescribeCloudGtmInstanceConfigAlertResponse>;
|
|
32431
32740
|
/**
|
|
32741
|
+
* Queries the complete configuration information about a Global Traffic Manager (GTM) instance, including the details about the access domain name, alert notifications, address pools, and addresses.
|
|
32742
|
+
*
|
|
32432
32743
|
* @param request - DescribeCloudGtmInstanceConfigFullInfoRequest
|
|
32433
32744
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
32434
32745
|
* @returns DescribeCloudGtmInstanceConfigFullInfoResponse
|
|
32435
32746
|
*/
|
|
32436
32747
|
describeCloudGtmInstanceConfigFullInfoWithOptions(request: DescribeCloudGtmInstanceConfigFullInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCloudGtmInstanceConfigFullInfoResponse>;
|
|
32437
32748
|
/**
|
|
32749
|
+
* Queries the complete configuration information about a Global Traffic Manager (GTM) instance, including the details about the access domain name, alert notifications, address pools, and addresses.
|
|
32750
|
+
*
|
|
32438
32751
|
* @param request - DescribeCloudGtmInstanceConfigFullInfoRequest
|
|
32439
32752
|
* @returns DescribeCloudGtmInstanceConfigFullInfoResponse
|
|
32440
32753
|
*/
|