@volcengine/pulumi-volcenginecc 0.0.44 → 0.0.45
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/alb/acl.d.ts +20 -20
- package/alb/acl.js +1 -1
- package/alb/certificate.d.ts +19 -3
- package/alb/certificate.js +3 -4
- package/alb/certificate.js.map +1 -1
- package/alb/getAcl.d.ts +11 -11
- package/alb/getCertificate.d.ts +5 -1
- package/alb/getCertificate.js.map +1 -1
- package/alb/getListener.d.ts +20 -20
- package/alb/getServerGroup.d.ts +9 -9
- package/alb/listener.d.ts +52 -52
- package/alb/listener.js +1 -1
- package/alb/serverGroup.d.ts +24 -24
- package/alb/serverGroup.js +1 -1
- package/cbr/backupPolicy.d.ts +2 -2
- package/cbr/backupPolicy.js +2 -2
- package/cloudidentity/userProvisioning.d.ts +2 -2
- package/cloudidentity/userProvisioning.js +2 -2
- package/cloudmonitor/getRule.d.ts +11 -11
- package/cloudmonitor/rule.d.ts +33 -33
- package/cr/getRegistry.d.ts +11 -11
- package/cr/registry.d.ts +28 -28
- package/cr/registry.js +1 -1
- package/directconnect/connection.d.ts +332 -0
- package/directconnect/connection.js +163 -0
- package/directconnect/connection.js.map +1 -0
- package/directconnect/getConnection.d.ts +145 -0
- package/directconnect/getConnection.js +28 -0
- package/directconnect/getConnection.js.map +1 -0
- package/directconnect/getConnections.d.ts +22 -0
- package/directconnect/getConnections.js +24 -0
- package/directconnect/getConnections.js.map +1 -0
- package/directconnect/index.d.ts +9 -0
- package/directconnect/index.js +12 -1
- package/directconnect/index.js.map +1 -1
- package/fwcenter/addressBook.d.ts +210 -0
- package/fwcenter/addressBook.js +115 -0
- package/fwcenter/addressBook.js.map +1 -0
- package/fwcenter/controlPolicy.d.ts +437 -0
- package/fwcenter/controlPolicy.js +183 -0
- package/fwcenter/controlPolicy.js.map +1 -0
- package/fwcenter/getAddressBook.d.ts +93 -0
- package/fwcenter/getAddressBook.js +28 -0
- package/fwcenter/getAddressBook.js.map +1 -0
- package/fwcenter/getAddressBooks.d.ts +22 -0
- package/fwcenter/getAddressBooks.js +24 -0
- package/fwcenter/getAddressBooks.js.map +1 -0
- package/fwcenter/getControlPolicies.d.ts +22 -0
- package/fwcenter/getControlPolicies.js +24 -0
- package/fwcenter/getControlPolicies.js.map +1 -0
- package/fwcenter/getControlPolicy.d.ts +185 -0
- package/fwcenter/getControlPolicy.js +28 -0
- package/fwcenter/getControlPolicy.js.map +1 -0
- package/fwcenter/getVpcFireWallAclRule.d.ts +189 -0
- package/fwcenter/getVpcFireWallAclRule.js +28 -0
- package/fwcenter/getVpcFireWallAclRule.js.map +1 -0
- package/fwcenter/getVpcFireWallAclRules.d.ts +22 -0
- package/fwcenter/getVpcFireWallAclRules.js +24 -0
- package/fwcenter/getVpcFireWallAclRules.js.map +1 -0
- package/fwcenter/index.d.ts +27 -0
- package/fwcenter/index.js +34 -1
- package/fwcenter/index.js.map +1 -1
- package/fwcenter/vpcFireWallAclRule.d.ts +446 -0
- package/fwcenter/vpcFireWallAclRule.js +186 -0
- package/fwcenter/vpcFireWallAclRule.js.map +1 -0
- package/gtm/getGtm.d.ts +9 -0
- package/gtm/getGtm.js.map +1 -1
- package/gtm/gtm.d.ts +18 -0
- package/gtm/gtm.js +4 -0
- package/gtm/gtm.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +0 -22
- package/kafka/allowList.js +0 -22
- package/kafka/allowList.js.map +1 -1
- package/organization/getServiceControlPolicyEnabler.d.ts +48 -0
- package/organization/getServiceControlPolicyEnabler.js +28 -0
- package/organization/getServiceControlPolicyEnabler.js.map +1 -0
- package/organization/getServiceControlPolicyEnablers.d.ts +22 -0
- package/organization/getServiceControlPolicyEnablers.js +24 -0
- package/organization/getServiceControlPolicyEnablers.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +12 -1
- package/organization/index.js.map +1 -1
- package/organization/serviceControlPolicyEnabler.d.ts +78 -0
- package/organization/serviceControlPolicyEnabler.js +71 -0
- package/organization/serviceControlPolicyEnabler.js.map +1 -0
- package/package.json +1 -1
- package/rabbitmq/allowList.d.ts +0 -17
- package/rabbitmq/allowList.js +0 -17
- package/rabbitmq/allowList.js.map +1 -1
- package/rdsmysql/getInstance.d.ts +16 -0
- package/rdsmysql/getInstance.js.map +1 -1
- package/rdsmysql/instance.d.ts +48 -0
- package/rdsmysql/instance.js +8 -0
- package/rdsmysql/instance.js.map +1 -1
- package/redis/getInstance.d.ts +4 -0
- package/redis/getInstance.js.map +1 -1
- package/redis/instance.d.ts +3 -0
- package/redis/instance.js +3 -0
- package/redis/instance.js.map +1 -1
- package/redis/parameterGroup.d.ts +2 -2
- package/redis/parameterGroup.js +2 -2
- package/tls/alarmWebhookIntegrationType.d.ts +159 -0
- package/tls/alarmWebhookIntegrationType.js +108 -0
- package/tls/alarmWebhookIntegrationType.js.map +1 -0
- package/tls/getAlarmWebhookIntegrationType.d.ts +73 -0
- package/tls/getAlarmWebhookIntegrationType.js +28 -0
- package/tls/getAlarmWebhookIntegrationType.js.map +1 -0
- package/tls/getAlarmWebhookIntegrationTypes.d.ts +22 -0
- package/tls/getAlarmWebhookIntegrationTypes.js +24 -0
- package/tls/getAlarmWebhookIntegrationTypes.js.map +1 -0
- package/tls/index.d.ts +9 -0
- package/tls/index.js +13 -2
- package/tls/index.js.map +1 -1
- package/tos/bucketWebsite.d.ts +98 -0
- package/tos/bucketWebsite.js +69 -0
- package/tos/bucketWebsite.js.map +1 -0
- package/tos/getBucketWebsite.d.ts +57 -0
- package/tos/getBucketWebsite.js +28 -0
- package/tos/getBucketWebsite.js.map +1 -0
- package/tos/getBucketWebsites.d.ts +22 -0
- package/tos/getBucketWebsites.js +24 -0
- package/tos/getBucketWebsites.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.js +12 -1
- package/tos/index.js.map +1 -1
- package/types/input.d.ts +639 -41
- package/types/output.d.ts +1323 -89
- package/veenedge/getVpc.d.ts +101 -0
- package/veenedge/getVpc.js +28 -0
- package/veenedge/getVpc.js.map +1 -0
- package/veenedge/getVpcs.d.ts +22 -0
- package/veenedge/getVpcs.js +24 -0
- package/veenedge/getVpcs.js.map +1 -0
- package/veenedge/index.d.ts +9 -0
- package/veenedge/index.js +28 -0
- package/veenedge/index.js.map +1 -0
- package/veenedge/vpc.d.ts +216 -0
- package/veenedge/vpc.js +131 -0
- package/veenedge/vpc.js.map +1 -0
- package/vke/node.d.ts +1 -1
- package/vke/node.js +0 -3
- package/vke/node.js.map +1 -1
- package/vmp/ruleFile.d.ts +2 -2
- package/vmp/ruleFile.js +2 -2
- package/vpc/vpc.d.ts +4 -0
- package/vpc/vpc.js +1 -1
- package/vpc/vpc.js.map +1 -1
- package/waf/getHostGroup.d.ts +69 -0
- package/waf/getHostGroup.js +28 -0
- package/waf/getHostGroup.js.map +1 -0
- package/waf/getHostGroups.d.ts +22 -0
- package/waf/getHostGroups.js +24 -0
- package/waf/getHostGroups.js.map +1 -0
- package/waf/hostGroup.d.ts +135 -0
- package/waf/hostGroup.js +92 -0
- package/waf/hostGroup.js.map +1 -0
- package/waf/index.d.ts +9 -0
- package/waf/index.js +12 -1
- package/waf/index.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -2,17 +2,17 @@ import * as outputs from "../types/output";
|
|
|
2
2
|
export declare namespace alb {
|
|
3
3
|
interface AclAclEntry {
|
|
4
4
|
/**
|
|
5
|
-
* Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces, equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length
|
|
5
|
+
* Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length limit: 1–255 characters. If not specified, defaults to an empty string
|
|
6
6
|
*/
|
|
7
7
|
description: string;
|
|
8
8
|
/**
|
|
9
|
-
* IP entry address range
|
|
9
|
+
* IP entry address range; only CIDR addresses are supported
|
|
10
10
|
*/
|
|
11
11
|
entry: string;
|
|
12
12
|
}
|
|
13
13
|
interface AclListener {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Control mode of the listener for this access control policy group. white: Allowlist mode; black: Denylist mode
|
|
16
16
|
*/
|
|
17
17
|
aclType: string;
|
|
18
18
|
/**
|
|
@@ -34,11 +34,11 @@ export declare namespace alb {
|
|
|
34
34
|
}
|
|
35
35
|
interface AclTag {
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* User tag key. Length limit: 1–128 characters. Case sensitive. Cannot start with any combination of volc: or sys: (case insensitive). Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @. Tag keys for the same resource must be unique
|
|
38
38
|
*/
|
|
39
39
|
key: string;
|
|
40
40
|
/**
|
|
41
|
-
* User tag value. Length
|
|
41
|
+
* User tag value. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @
|
|
42
42
|
*/
|
|
43
43
|
value: string;
|
|
44
44
|
}
|
|
@@ -82,17 +82,17 @@ export declare namespace alb {
|
|
|
82
82
|
}
|
|
83
83
|
interface GetAclAclEntry {
|
|
84
84
|
/**
|
|
85
|
-
* Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces, equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length
|
|
85
|
+
* Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length limit: 1–255 characters. If not specified, defaults to an empty string
|
|
86
86
|
*/
|
|
87
87
|
description: string;
|
|
88
88
|
/**
|
|
89
|
-
* IP entry address range
|
|
89
|
+
* IP entry address range; only CIDR addresses are supported
|
|
90
90
|
*/
|
|
91
91
|
entry: string;
|
|
92
92
|
}
|
|
93
93
|
interface GetAclListener {
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* Control mode of the listener for this access control policy group. white: Allowlist mode; black: Denylist mode
|
|
96
96
|
*/
|
|
97
97
|
aclType: string;
|
|
98
98
|
/**
|
|
@@ -114,11 +114,11 @@ export declare namespace alb {
|
|
|
114
114
|
}
|
|
115
115
|
interface GetAclTag {
|
|
116
116
|
/**
|
|
117
|
-
*
|
|
117
|
+
* User tag key. Length limit: 1–128 characters. Case sensitive. Cannot start with any combination of volc: or sys: (case insensitive). Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @. Tag keys for the same resource must be unique
|
|
118
118
|
*/
|
|
119
119
|
key: string;
|
|
120
120
|
/**
|
|
121
|
-
* User tag value. Length
|
|
121
|
+
* User tag value. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @
|
|
122
122
|
*/
|
|
123
123
|
value: string;
|
|
124
124
|
}
|
|
@@ -172,7 +172,7 @@ export declare namespace alb {
|
|
|
172
172
|
}
|
|
173
173
|
interface GetListenerDomainExtension {
|
|
174
174
|
/**
|
|
175
|
-
* Server certificate ID used by the domain
|
|
175
|
+
* Server certificate ID used by the domain. Effective when the certificate source is cert_center.
|
|
176
176
|
*/
|
|
177
177
|
certCenterCertificateId: string;
|
|
178
178
|
/**
|
|
@@ -180,19 +180,19 @@ export declare namespace alb {
|
|
|
180
180
|
*/
|
|
181
181
|
certificateId: string;
|
|
182
182
|
/**
|
|
183
|
-
* Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded
|
|
183
|
+
* Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded through Volcano Engine Certificate Center.
|
|
184
184
|
*/
|
|
185
185
|
certificateSource: string;
|
|
186
186
|
/**
|
|
187
|
-
* Domain name. Usually cannot be empty. If the instance supports automatic selection of
|
|
187
|
+
* Domain name. Usually cannot be empty. If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain must be an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length must be between 1 and 128 characters. Wildcard domain: use '*' to replace one or more characters. '*' must be at the beginning or end of the domain name. '*' cannot appear twice in the same domain name. No characters except '.' can be before or after '*'. Exact domain: a domain name that meets domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain matching is case-insensitive.
|
|
188
188
|
*/
|
|
189
189
|
domain: string;
|
|
190
190
|
/**
|
|
191
|
-
*
|
|
191
|
+
* Extended domain name ID.
|
|
192
192
|
*/
|
|
193
193
|
domainExtensionId: string;
|
|
194
194
|
/**
|
|
195
|
-
* Listener ID
|
|
195
|
+
* Listener ID to which the extended domain name belongs.
|
|
196
196
|
*/
|
|
197
197
|
listenerId: string;
|
|
198
198
|
/**
|
|
@@ -200,7 +200,7 @@ export declare namespace alb {
|
|
|
200
200
|
*/
|
|
201
201
|
pcaLeafCertificateId: string;
|
|
202
202
|
/**
|
|
203
|
-
* If the instance supports automatic selection of
|
|
203
|
+
* If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain is an empty string. San refers to the extended domain names of the certificate, separated by commas.
|
|
204
204
|
*/
|
|
205
205
|
san: string;
|
|
206
206
|
}
|
|
@@ -216,11 +216,11 @@ export declare namespace alb {
|
|
|
216
216
|
}
|
|
217
217
|
interface GetListenerTag {
|
|
218
218
|
/**
|
|
219
|
-
*
|
|
219
|
+
* Tag key for user tags. Rules are as follows: Length must be between 1 and 128 characters. Case sensitive. Cannot start with any case combination of volc:. Cannot start or end with a space. Can include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource must be unique.
|
|
220
220
|
*/
|
|
221
221
|
key: string;
|
|
222
222
|
/**
|
|
223
|
-
*
|
|
223
|
+
* The value of the user tag. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. May include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
|
|
224
224
|
*/
|
|
225
225
|
value: string;
|
|
226
226
|
}
|
|
@@ -646,31 +646,31 @@ export declare namespace alb {
|
|
|
646
646
|
}
|
|
647
647
|
interface GetServerGroupHealthCheck {
|
|
648
648
|
/**
|
|
649
|
-
*
|
|
649
|
+
* Domain name for health check. Configure this as the actual service address provided by the backend server. This parameter takes effect only when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with '.'. Each level of the domain name can contain letters, digits, '-', and '.' characters, and '-' cannot appear at the beginning or end of any level. Length: 1–128 characters. If this parameter is not specified or no value is provided, the default is empty, meaning the load balancer uses the private IP address of each backend server for health checks.
|
|
650
650
|
*/
|
|
651
651
|
domain: string;
|
|
652
652
|
/**
|
|
653
|
-
* Whether the listener
|
|
653
|
+
* Whether the listener enables health check. Values: on: enabled (default), off: disabled.
|
|
654
654
|
*/
|
|
655
655
|
enabled: string;
|
|
656
656
|
/**
|
|
657
|
-
* Health check threshold. Indicates
|
|
657
|
+
* Health check threshold. Indicates the number of consecutive successful health checks required for a backend server to be considered healthy. Unit: times. Value range: 2–10. Default: 3.
|
|
658
658
|
*/
|
|
659
659
|
healthyThreshold: number;
|
|
660
660
|
/**
|
|
661
|
-
* HTTP status codes
|
|
661
|
+
* HTTP status codes for a successful health check. Separate multiple codes with commas. This parameter is available only when HealthCheck.Protocol is HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
|
|
662
662
|
*/
|
|
663
663
|
httpCode: string;
|
|
664
664
|
/**
|
|
665
|
-
* HTTP protocol version
|
|
665
|
+
* Health check HTTP protocol version. This parameter is available only when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default for API usage), HTTP1.1.
|
|
666
666
|
*/
|
|
667
667
|
httpVersion: string;
|
|
668
668
|
/**
|
|
669
|
-
* After
|
|
669
|
+
* After health checks are enabled, the interval for performing health checks. Unit: seconds. Value range: 1–300s. Default: 2.
|
|
670
670
|
*/
|
|
671
671
|
interval: number;
|
|
672
672
|
/**
|
|
673
|
-
*
|
|
673
|
+
* Health check method after health checks are enabled. This parameter is valid only when HealthCheck.Protocol is set to HTTP. Values: GET: The server must support the GET method. HEAD (default): The server returns only the HEAD header, which reduces backend resource consumption, but the server must support the HEAD method.
|
|
674
674
|
*/
|
|
675
675
|
method: string;
|
|
676
676
|
/**
|
|
@@ -682,15 +682,15 @@ export declare namespace alb {
|
|
|
682
682
|
*/
|
|
683
683
|
protocol: string;
|
|
684
684
|
/**
|
|
685
|
-
* Health check response timeout. If the backend server does not respond correctly within the specified time,
|
|
685
|
+
* Health check response timeout. If the backend server does not respond correctly within the specified time, the health check is considered abnormal. Unit: seconds. Value range: 1–60. Default: 2.
|
|
686
686
|
*/
|
|
687
687
|
timeout: number;
|
|
688
688
|
/**
|
|
689
|
-
* Unhealthy threshold for health checks.
|
|
689
|
+
* Unhealthy threshold for health checks. Indicates that a backend server is considered unhealthy if it fails the specified number of consecutive health checks. Unit: times. Range: 2–10. Default: 3.
|
|
690
690
|
*/
|
|
691
691
|
unhealthyThreshold: number;
|
|
692
692
|
/**
|
|
693
|
-
* Health check path
|
|
693
|
+
* Health check path. Must be configured as the actual path provided by the backend server. This parameter is only effective when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length: 1–128 characters. If this parameter is not specified or specified without a value, the default is '/'.
|
|
694
694
|
*/
|
|
695
695
|
uri: string;
|
|
696
696
|
}
|
|
@@ -706,7 +706,7 @@ export declare namespace alb {
|
|
|
706
706
|
*/
|
|
707
707
|
description: string;
|
|
708
708
|
/**
|
|
709
|
-
* ID of the cloud server instance or network interface.
|
|
709
|
+
* ID of the cloud server instance or network interface card.
|
|
710
710
|
*/
|
|
711
711
|
instanceId: string;
|
|
712
712
|
/**
|
|
@@ -718,7 +718,7 @@ export declare namespace alb {
|
|
|
718
718
|
*/
|
|
719
719
|
port: number;
|
|
720
720
|
/**
|
|
721
|
-
* Enable remote IP feature. This field is valid when the backend server instance type is IP address, that is, when Type is set to ip.
|
|
721
|
+
* Enable remote IP feature. This field is valid only when the backend server instance type is IP address, that is, when Type is set to ip. Parameter values: on: Enable. off (default): Disable.
|
|
722
722
|
*/
|
|
723
723
|
remoteEnabled: string;
|
|
724
724
|
/**
|
|
@@ -726,21 +726,21 @@ export declare namespace alb {
|
|
|
726
726
|
*/
|
|
727
727
|
serverId: string;
|
|
728
728
|
/**
|
|
729
|
-
* Backend server instance type.
|
|
729
|
+
* Backend server instance type. ecs: ECS instance. eni: auxiliary ENI. ip: IP address (valid only for IP-type server groups).
|
|
730
730
|
*/
|
|
731
731
|
type: string;
|
|
732
732
|
/**
|
|
733
|
-
*
|
|
733
|
+
* Weight of the backend server.
|
|
734
734
|
*/
|
|
735
735
|
weight: number;
|
|
736
736
|
}
|
|
737
737
|
interface GetServerGroupStickySessionConfig {
|
|
738
738
|
/**
|
|
739
|
-
*
|
|
739
|
+
* Name of the session persistence Cookie for service configuration. This is only valid when session persistence is enabled and Cookie overwrite is selected. The specific rules are as follows: The Cookie name must be 1–200 characters long. The name can only contain ASCII letters and digits, cannot contain commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). This parameter is required when tickySessionConfig.StickySessionEnabled is set to on and StickySessionConfig.StickySessionType is server. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert.
|
|
740
740
|
*/
|
|
741
741
|
cookie: string;
|
|
742
742
|
/**
|
|
743
|
-
* Session persistence cookie timeout. Only
|
|
743
|
+
* Session persistence cookie timeout. Only valid when session persistence is enabled and the insert cookie option is selected. Unit: seconds. Rules: Timeout range: 1–86400. Default: 1000. This parameter is required when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionType is server.
|
|
744
744
|
*/
|
|
745
745
|
cookieTimeout: number;
|
|
746
746
|
/**
|
|
@@ -748,17 +748,17 @@ export declare namespace alb {
|
|
|
748
748
|
*/
|
|
749
749
|
stickySessionEnabled: string;
|
|
750
750
|
/**
|
|
751
|
-
* Cookie handling method.
|
|
751
|
+
* Cookie handling method. This field is required when StickySessionConfig.StickySessionEnabled is set to on. Parameter values: insert: Inserts a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response. Subsequent client requests carry this Cookie, and ALB forwards the requests to the previously recorded backend server. server: Overwrites the Cookie. When session persistence with Cookie overwrite is enabled, after the client's first request is forwarded to the backend server, if ALB detects your custom Cookie in the response, it overwrites the original Cookie. Subsequent client requests carry the overwritten Cookie, and ALB forwards the requests to the previously recorded backend server.
|
|
752
752
|
*/
|
|
753
753
|
stickySessionType: string;
|
|
754
754
|
}
|
|
755
755
|
interface GetServerGroupTag {
|
|
756
756
|
/**
|
|
757
|
-
* Tag key.
|
|
757
|
+
* Tag key. Tag keys for the same resource must be unique.
|
|
758
758
|
*/
|
|
759
759
|
key: string;
|
|
760
760
|
/**
|
|
761
|
-
* Tag value.
|
|
761
|
+
* Tag value of the tag.
|
|
762
762
|
*/
|
|
763
763
|
value: string;
|
|
764
764
|
}
|
|
@@ -774,7 +774,7 @@ export declare namespace alb {
|
|
|
774
774
|
}
|
|
775
775
|
interface ListenerDomainExtension {
|
|
776
776
|
/**
|
|
777
|
-
* Server certificate ID used by the domain
|
|
777
|
+
* Server certificate ID used by the domain. Effective when the certificate source is cert_center.
|
|
778
778
|
*/
|
|
779
779
|
certCenterCertificateId: string;
|
|
780
780
|
/**
|
|
@@ -782,11 +782,11 @@ export declare namespace alb {
|
|
|
782
782
|
*/
|
|
783
783
|
certificateId: string;
|
|
784
784
|
/**
|
|
785
|
-
* Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded
|
|
785
|
+
* Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded through Volcano Engine Certificate Center.
|
|
786
786
|
*/
|
|
787
787
|
certificateSource: string;
|
|
788
788
|
/**
|
|
789
|
-
* Domain name. Usually cannot be empty. If the instance supports automatic selection of
|
|
789
|
+
* Domain name. Usually cannot be empty. If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain must be an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length must be between 1 and 128 characters. Wildcard domain: use '*' to replace one or more characters. '*' must be at the beginning or end of the domain name. '*' cannot appear twice in the same domain name. No characters except '.' can be before or after '*'. Exact domain: a domain name that meets domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain matching is case-insensitive.
|
|
790
790
|
*/
|
|
791
791
|
domain: string;
|
|
792
792
|
/**
|
|
@@ -794,7 +794,7 @@ export declare namespace alb {
|
|
|
794
794
|
*/
|
|
795
795
|
pcaLeafCertificateId: string;
|
|
796
796
|
/**
|
|
797
|
-
* If the instance supports automatic selection of
|
|
797
|
+
* If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain is an empty string. San refers to the extended domain names of the certificate, separated by commas.
|
|
798
798
|
*/
|
|
799
799
|
san: string;
|
|
800
800
|
}
|
|
@@ -810,11 +810,11 @@ export declare namespace alb {
|
|
|
810
810
|
}
|
|
811
811
|
interface ListenerTag {
|
|
812
812
|
/**
|
|
813
|
-
*
|
|
813
|
+
* Tag key for user tags. Rules are as follows: Length must be between 1 and 128 characters. Case sensitive. Cannot start with any case combination of volc:. Cannot start or end with a space. Can include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource must be unique.
|
|
814
814
|
*/
|
|
815
815
|
key: string;
|
|
816
816
|
/**
|
|
817
|
-
*
|
|
817
|
+
* The value of the user tag. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. May include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
|
|
818
818
|
*/
|
|
819
819
|
value: string;
|
|
820
820
|
}
|
|
@@ -1139,31 +1139,31 @@ export declare namespace alb {
|
|
|
1139
1139
|
}
|
|
1140
1140
|
interface ServerGroupHealthCheck {
|
|
1141
1141
|
/**
|
|
1142
|
-
*
|
|
1142
|
+
* Domain name for health check. Configure this as the actual service address provided by the backend server. This parameter takes effect only when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with '.'. Each level of the domain name can contain letters, digits, '-', and '.' characters, and '-' cannot appear at the beginning or end of any level. Length: 1–128 characters. If this parameter is not specified or no value is provided, the default is empty, meaning the load balancer uses the private IP address of each backend server for health checks.
|
|
1143
1143
|
*/
|
|
1144
1144
|
domain: string;
|
|
1145
1145
|
/**
|
|
1146
|
-
* Whether the listener
|
|
1146
|
+
* Whether the listener enables health check. Values: on: enabled (default), off: disabled.
|
|
1147
1147
|
*/
|
|
1148
1148
|
enabled: string;
|
|
1149
1149
|
/**
|
|
1150
|
-
* Health check threshold. Indicates
|
|
1150
|
+
* Health check threshold. Indicates the number of consecutive successful health checks required for a backend server to be considered healthy. Unit: times. Value range: 2–10. Default: 3.
|
|
1151
1151
|
*/
|
|
1152
1152
|
healthyThreshold: number;
|
|
1153
1153
|
/**
|
|
1154
|
-
* HTTP status codes
|
|
1154
|
+
* HTTP status codes for a successful health check. Separate multiple codes with commas. This parameter is available only when HealthCheck.Protocol is HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
|
|
1155
1155
|
*/
|
|
1156
1156
|
httpCode: string;
|
|
1157
1157
|
/**
|
|
1158
|
-
* HTTP protocol version
|
|
1158
|
+
* Health check HTTP protocol version. This parameter is available only when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default for API usage), HTTP1.1.
|
|
1159
1159
|
*/
|
|
1160
1160
|
httpVersion: string;
|
|
1161
1161
|
/**
|
|
1162
|
-
* After
|
|
1162
|
+
* After health checks are enabled, the interval for performing health checks. Unit: seconds. Value range: 1–300s. Default: 2.
|
|
1163
1163
|
*/
|
|
1164
1164
|
interval: number;
|
|
1165
1165
|
/**
|
|
1166
|
-
*
|
|
1166
|
+
* Health check method after health checks are enabled. This parameter is valid only when HealthCheck.Protocol is set to HTTP. Values: GET: The server must support the GET method. HEAD (default): The server returns only the HEAD header, which reduces backend resource consumption, but the server must support the HEAD method.
|
|
1167
1167
|
*/
|
|
1168
1168
|
method: string;
|
|
1169
1169
|
/**
|
|
@@ -1175,15 +1175,15 @@ export declare namespace alb {
|
|
|
1175
1175
|
*/
|
|
1176
1176
|
protocol: string;
|
|
1177
1177
|
/**
|
|
1178
|
-
* Health check response timeout. If the backend server does not respond correctly within the specified time,
|
|
1178
|
+
* Health check response timeout. If the backend server does not respond correctly within the specified time, the health check is considered abnormal. Unit: seconds. Value range: 1–60. Default: 2.
|
|
1179
1179
|
*/
|
|
1180
1180
|
timeout: number;
|
|
1181
1181
|
/**
|
|
1182
|
-
* Unhealthy threshold for health checks.
|
|
1182
|
+
* Unhealthy threshold for health checks. Indicates that a backend server is considered unhealthy if it fails the specified number of consecutive health checks. Unit: times. Range: 2–10. Default: 3.
|
|
1183
1183
|
*/
|
|
1184
1184
|
unhealthyThreshold: number;
|
|
1185
1185
|
/**
|
|
1186
|
-
* Health check path
|
|
1186
|
+
* Health check path. Must be configured as the actual path provided by the backend server. This parameter is only effective when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length: 1–128 characters. If this parameter is not specified or specified without a value, the default is '/'.
|
|
1187
1187
|
*/
|
|
1188
1188
|
uri: string;
|
|
1189
1189
|
}
|
|
@@ -1199,7 +1199,7 @@ export declare namespace alb {
|
|
|
1199
1199
|
*/
|
|
1200
1200
|
description: string;
|
|
1201
1201
|
/**
|
|
1202
|
-
* ID of the cloud server instance or network interface.
|
|
1202
|
+
* ID of the cloud server instance or network interface card.
|
|
1203
1203
|
*/
|
|
1204
1204
|
instanceId: string;
|
|
1205
1205
|
/**
|
|
@@ -1211,7 +1211,7 @@ export declare namespace alb {
|
|
|
1211
1211
|
*/
|
|
1212
1212
|
port: number;
|
|
1213
1213
|
/**
|
|
1214
|
-
* Enable remote IP feature. This field is valid when the backend server instance type is IP address, that is, when Type is set to ip.
|
|
1214
|
+
* Enable remote IP feature. This field is valid only when the backend server instance type is IP address, that is, when Type is set to ip. Parameter values: on: Enable. off (default): Disable.
|
|
1215
1215
|
*/
|
|
1216
1216
|
remoteEnabled: string;
|
|
1217
1217
|
/**
|
|
@@ -1219,21 +1219,21 @@ export declare namespace alb {
|
|
|
1219
1219
|
*/
|
|
1220
1220
|
serverId: string;
|
|
1221
1221
|
/**
|
|
1222
|
-
* Backend server instance type.
|
|
1222
|
+
* Backend server instance type. ecs: ECS instance. eni: auxiliary ENI. ip: IP address (valid only for IP-type server groups).
|
|
1223
1223
|
*/
|
|
1224
1224
|
type: string;
|
|
1225
1225
|
/**
|
|
1226
|
-
*
|
|
1226
|
+
* Weight of the backend server.
|
|
1227
1227
|
*/
|
|
1228
1228
|
weight: number;
|
|
1229
1229
|
}
|
|
1230
1230
|
interface ServerGroupStickySessionConfig {
|
|
1231
1231
|
/**
|
|
1232
|
-
*
|
|
1232
|
+
* Name of the session persistence Cookie for service configuration. This is only valid when session persistence is enabled and Cookie overwrite is selected. The specific rules are as follows: The Cookie name must be 1–200 characters long. The name can only contain ASCII letters and digits, cannot contain commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). This parameter is required when tickySessionConfig.StickySessionEnabled is set to on and StickySessionConfig.StickySessionType is server. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert.
|
|
1233
1233
|
*/
|
|
1234
1234
|
cookie: string;
|
|
1235
1235
|
/**
|
|
1236
|
-
* Session persistence cookie timeout. Only
|
|
1236
|
+
* Session persistence cookie timeout. Only valid when session persistence is enabled and the insert cookie option is selected. Unit: seconds. Rules: Timeout range: 1–86400. Default: 1000. This parameter is required when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionType is server.
|
|
1237
1237
|
*/
|
|
1238
1238
|
cookieTimeout: number;
|
|
1239
1239
|
/**
|
|
@@ -1241,17 +1241,17 @@ export declare namespace alb {
|
|
|
1241
1241
|
*/
|
|
1242
1242
|
stickySessionEnabled: string;
|
|
1243
1243
|
/**
|
|
1244
|
-
* Cookie handling method.
|
|
1244
|
+
* Cookie handling method. This field is required when StickySessionConfig.StickySessionEnabled is set to on. Parameter values: insert: Inserts a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response. Subsequent client requests carry this Cookie, and ALB forwards the requests to the previously recorded backend server. server: Overwrites the Cookie. When session persistence with Cookie overwrite is enabled, after the client's first request is forwarded to the backend server, if ALB detects your custom Cookie in the response, it overwrites the original Cookie. Subsequent client requests carry the overwritten Cookie, and ALB forwards the requests to the previously recorded backend server.
|
|
1245
1245
|
*/
|
|
1246
1246
|
stickySessionType: string;
|
|
1247
1247
|
}
|
|
1248
1248
|
interface ServerGroupTag {
|
|
1249
1249
|
/**
|
|
1250
|
-
* Tag key.
|
|
1250
|
+
* Tag key. Tag keys for the same resource must be unique.
|
|
1251
1251
|
*/
|
|
1252
1252
|
key: string;
|
|
1253
1253
|
/**
|
|
1254
|
-
* Tag value.
|
|
1254
|
+
* Tag value of the tag.
|
|
1255
1255
|
*/
|
|
1256
1256
|
value: string;
|
|
1257
1257
|
}
|
|
@@ -1497,15 +1497,15 @@ export declare namespace apig {
|
|
|
1497
1497
|
}
|
|
1498
1498
|
interface GetGatewayCustomLog {
|
|
1499
1499
|
/**
|
|
1500
|
-
* Custom
|
|
1500
|
+
* Custom Variable Information
|
|
1501
1501
|
*/
|
|
1502
1502
|
customVariables: outputs.apig.GetGatewayCustomLogCustomVariable[];
|
|
1503
1503
|
/**
|
|
1504
|
-
* Request
|
|
1504
|
+
* Request Header Information
|
|
1505
1505
|
*/
|
|
1506
1506
|
requestHeaders: outputs.apig.GetGatewayCustomLogRequestHeader[];
|
|
1507
1507
|
/**
|
|
1508
|
-
* Response
|
|
1508
|
+
* Response Header Information
|
|
1509
1509
|
*/
|
|
1510
1510
|
responseHeaders: outputs.apig.GetGatewayCustomLogResponseHeader[];
|
|
1511
1511
|
}
|
|
@@ -9411,13 +9411,13 @@ export declare namespace cloudmonitor {
|
|
|
9411
9411
|
*/
|
|
9412
9412
|
condition: string;
|
|
9413
9413
|
/**
|
|
9414
|
-
*
|
|
9414
|
+
* Resource list. Up to 10 resource names can be configured. When Comparator is equal or not*equal, there is no limit on the length of the resource name. When Comparator is contain, not*contain, prefix*match, or suffix*match, the resource name cannot exceed 100 characters.
|
|
9415
9415
|
*/
|
|
9416
9416
|
metas: outputs.cloudmonitor.GetRuleDimensionConditionsMetaConditionMeta[];
|
|
9417
9417
|
}
|
|
9418
9418
|
interface GetRuleDimensionConditionsMetaConditionMeta {
|
|
9419
9419
|
/**
|
|
9420
|
-
*
|
|
9420
|
+
* Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
|
|
9421
9421
|
*/
|
|
9422
9422
|
comparator: string;
|
|
9423
9423
|
/**
|
|
@@ -9447,7 +9447,7 @@ export declare namespace cloudmonitor {
|
|
|
9447
9447
|
}
|
|
9448
9448
|
interface GetRuleDimensionConditionsTagConditionTag {
|
|
9449
9449
|
/**
|
|
9450
|
-
*
|
|
9450
|
+
* Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
|
|
9451
9451
|
*/
|
|
9452
9452
|
comparator: string;
|
|
9453
9453
|
/**
|
|
@@ -9511,7 +9511,7 @@ export declare namespace cloudmonitor {
|
|
|
9511
9511
|
}
|
|
9512
9512
|
interface GetRuleNotifyTemplate {
|
|
9513
9513
|
/**
|
|
9514
|
-
* Notification
|
|
9514
|
+
* Notification channels. Values: email: Email, sms: SMS, phone: Phone, lark: Lark, dingtalk: DingTalk, wecom: WeCom, slack: Slack, api: Callback URL.
|
|
9515
9515
|
*/
|
|
9516
9516
|
channel: string;
|
|
9517
9517
|
/**
|
|
@@ -9602,7 +9602,7 @@ export declare namespace cloudmonitor {
|
|
|
9602
9602
|
}
|
|
9603
9603
|
interface RuleDimensionConditionsMetaConditionMeta {
|
|
9604
9604
|
/**
|
|
9605
|
-
*
|
|
9605
|
+
* Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
|
|
9606
9606
|
*/
|
|
9607
9607
|
comparator: string;
|
|
9608
9608
|
/**
|
|
@@ -9629,7 +9629,7 @@ export declare namespace cloudmonitor {
|
|
|
9629
9629
|
}
|
|
9630
9630
|
interface RuleDimensionConditionsTagConditionTag {
|
|
9631
9631
|
/**
|
|
9632
|
-
*
|
|
9632
|
+
* Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
|
|
9633
9633
|
*/
|
|
9634
9634
|
comparator: string;
|
|
9635
9635
|
/**
|
|
@@ -9690,7 +9690,7 @@ export declare namespace cloudmonitor {
|
|
|
9690
9690
|
}
|
|
9691
9691
|
interface RuleNotifyTemplate {
|
|
9692
9692
|
/**
|
|
9693
|
-
* Notification
|
|
9693
|
+
* Notification channels. Values: email: Email, sms: SMS, phone: Phone, lark: Lark, dingtalk: DingTalk, wecom: WeCom, slack: Slack, api: Callback URL.
|
|
9694
9694
|
*/
|
|
9695
9695
|
channel: string;
|
|
9696
9696
|
/**
|
|
@@ -9754,47 +9754,63 @@ export declare namespace config {
|
|
|
9754
9754
|
export declare namespace cr {
|
|
9755
9755
|
interface GetRegistryEndpoint {
|
|
9756
9756
|
/**
|
|
9757
|
-
* Public IP allowlist
|
|
9757
|
+
* Public IP allowlist list.
|
|
9758
9758
|
*/
|
|
9759
9759
|
aclPolicies: outputs.cr.GetRegistryEndpointAclPolicy[];
|
|
9760
9760
|
/**
|
|
9761
|
-
* Whether to enable the public endpoint.
|
|
9761
|
+
* Whether to enable the public endpoint. Values: false: do not enable. true: enable. Default is false.
|
|
9762
9762
|
*/
|
|
9763
9763
|
enabled: boolean;
|
|
9764
9764
|
/**
|
|
9765
|
-
* Current status of the public endpoint. Parameter values: Enabling:
|
|
9765
|
+
* Current status of the public endpoint. Parameter values: Enabling: being enabled. Enabled: enabled. Disabling: being disabled. Updating: updating. Failed: failed. Disabled: disabled.
|
|
9766
9766
|
*/
|
|
9767
9767
|
status: string;
|
|
9768
9768
|
}
|
|
9769
9769
|
interface GetRegistryEndpointAclPolicy {
|
|
9770
9770
|
/**
|
|
9771
|
-
* IP entry address
|
|
9771
|
+
* IP entry address.
|
|
9772
9772
|
*/
|
|
9773
9773
|
description: string;
|
|
9774
9774
|
/**
|
|
9775
|
-
* IP entry description
|
|
9775
|
+
* IP entry description.
|
|
9776
9776
|
*/
|
|
9777
9777
|
entry: string;
|
|
9778
9778
|
}
|
|
9779
9779
|
interface GetRegistryProxyCache {
|
|
9780
9780
|
/**
|
|
9781
|
-
* Instance types supported by ProxyCache. Parameter
|
|
9781
|
+
* Instance types supported by ProxyCache for container registry. Parameter values are as follows: DockerHub: DockerHub container registry
|
|
9782
9782
|
*/
|
|
9783
9783
|
type: string;
|
|
9784
9784
|
}
|
|
9785
9785
|
interface GetRegistryStatus {
|
|
9786
9786
|
/**
|
|
9787
|
-
* Creating, [ Progressing ]: Creating
|
|
9787
|
+
* Creating, [ Progressing ]: Creating
|
|
9788
|
+
* Running, [ Ok ]: Running
|
|
9789
|
+
* Running, [ Degraded ]: Running
|
|
9790
|
+
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
9791
|
+
* Stopped, [ Released ]: Pending reclamation
|
|
9792
|
+
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
9793
|
+
* Starting, [ Progressing ]: Starting
|
|
9794
|
+
* Deleting, [ Progressing ]: Deleting
|
|
9795
|
+
* Failed, [ Unknown ]: Abnormal
|
|
9788
9796
|
*/
|
|
9789
9797
|
conditions: string[];
|
|
9790
9798
|
/**
|
|
9791
|
-
* Creating, [ Progressing ]: Creating
|
|
9799
|
+
* Creating, [ Progressing ]: Creating
|
|
9800
|
+
* Running, [ Ok ]: Running
|
|
9801
|
+
* Running, [ Degraded ]: Running
|
|
9802
|
+
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
9803
|
+
* Stopped, [ Released ]: Pending reclamation
|
|
9804
|
+
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
9805
|
+
* Starting, [ Progressing ]: Starting
|
|
9806
|
+
* Deleting, [ Progressing ]: Deleting
|
|
9807
|
+
* Failed, [ Unknown ]: Abnormal
|
|
9792
9808
|
*/
|
|
9793
9809
|
phase: string;
|
|
9794
9810
|
}
|
|
9795
9811
|
interface GetRegistryTag {
|
|
9796
9812
|
/**
|
|
9797
|
-
* Tag key
|
|
9813
|
+
* Tag key values
|
|
9798
9814
|
*/
|
|
9799
9815
|
key: string;
|
|
9800
9816
|
/**
|
|
@@ -9835,43 +9851,59 @@ export declare namespace cr {
|
|
|
9835
9851
|
interface RegistryEndpoint {
|
|
9836
9852
|
aclPolicies: outputs.cr.RegistryEndpointAclPolicy[];
|
|
9837
9853
|
/**
|
|
9838
|
-
* Whether to enable the public endpoint.
|
|
9854
|
+
* Whether to enable the public endpoint. Values: false: do not enable. true: enable. Default is false.
|
|
9839
9855
|
*/
|
|
9840
9856
|
enabled: boolean;
|
|
9841
9857
|
/**
|
|
9842
|
-
* Current status of the public endpoint. Parameter values: Enabling:
|
|
9858
|
+
* Current status of the public endpoint. Parameter values: Enabling: being enabled. Enabled: enabled. Disabling: being disabled. Updating: updating. Failed: failed. Disabled: disabled.
|
|
9843
9859
|
*/
|
|
9844
9860
|
status: string;
|
|
9845
9861
|
}
|
|
9846
9862
|
interface RegistryEndpointAclPolicy {
|
|
9847
9863
|
/**
|
|
9848
|
-
* IP entry address
|
|
9864
|
+
* IP entry address.
|
|
9849
9865
|
*/
|
|
9850
9866
|
description: string;
|
|
9851
9867
|
/**
|
|
9852
|
-
* IP entry description
|
|
9868
|
+
* IP entry description.
|
|
9853
9869
|
*/
|
|
9854
9870
|
entry: string;
|
|
9855
9871
|
}
|
|
9856
9872
|
interface RegistryProxyCache {
|
|
9857
9873
|
/**
|
|
9858
|
-
* Instance types supported by ProxyCache. Parameter
|
|
9874
|
+
* Instance types supported by ProxyCache for container registry. Parameter values are as follows: DockerHub: DockerHub container registry
|
|
9859
9875
|
*/
|
|
9860
9876
|
type: string;
|
|
9861
9877
|
}
|
|
9862
9878
|
interface RegistryStatus {
|
|
9863
9879
|
/**
|
|
9864
|
-
* Creating, [ Progressing ]: Creating
|
|
9880
|
+
* Creating, [ Progressing ]: Creating
|
|
9881
|
+
* Running, [ Ok ]: Running
|
|
9882
|
+
* Running, [ Degraded ]: Running
|
|
9883
|
+
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
9884
|
+
* Stopped, [ Released ]: Pending reclamation
|
|
9885
|
+
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
9886
|
+
* Starting, [ Progressing ]: Starting
|
|
9887
|
+
* Deleting, [ Progressing ]: Deleting
|
|
9888
|
+
* Failed, [ Unknown ]: Abnormal
|
|
9865
9889
|
*/
|
|
9866
9890
|
conditions: string[];
|
|
9867
9891
|
/**
|
|
9868
|
-
* Creating, [ Progressing ]: Creating
|
|
9892
|
+
* Creating, [ Progressing ]: Creating
|
|
9893
|
+
* Running, [ Ok ]: Running
|
|
9894
|
+
* Running, [ Degraded ]: Running
|
|
9895
|
+
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
9896
|
+
* Stopped, [ Released ]: Pending reclamation
|
|
9897
|
+
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
9898
|
+
* Starting, [ Progressing ]: Starting
|
|
9899
|
+
* Deleting, [ Progressing ]: Deleting
|
|
9900
|
+
* Failed, [ Unknown ]: Abnormal
|
|
9869
9901
|
*/
|
|
9870
9902
|
phase: string;
|
|
9871
9903
|
}
|
|
9872
9904
|
interface RegistryTag {
|
|
9873
9905
|
/**
|
|
9874
|
-
* Tag key
|
|
9906
|
+
* Tag key values
|
|
9875
9907
|
*/
|
|
9876
9908
|
key: string;
|
|
9877
9909
|
/**
|
|
@@ -9895,6 +9927,16 @@ export declare namespace cr {
|
|
|
9895
9927
|
}
|
|
9896
9928
|
}
|
|
9897
9929
|
export declare namespace directconnect {
|
|
9930
|
+
interface ConnectionTag {
|
|
9931
|
+
/**
|
|
9932
|
+
* Tag key. Cannot start with volc: or sys:. Length range: 1 ~ 128 characters
|
|
9933
|
+
*/
|
|
9934
|
+
key: string;
|
|
9935
|
+
/**
|
|
9936
|
+
* Tag value. Length range: 0 ~ 256 characters. If not specified, defaults to empty
|
|
9937
|
+
*/
|
|
9938
|
+
value: string;
|
|
9939
|
+
}
|
|
9898
9940
|
interface DirectConnectGatewayAssociateCen {
|
|
9899
9941
|
/**
|
|
9900
9942
|
* ID of CEN.
|
|
@@ -9933,6 +9975,16 @@ export declare namespace directconnect {
|
|
|
9933
9975
|
*/
|
|
9934
9976
|
value: string;
|
|
9935
9977
|
}
|
|
9978
|
+
interface GetConnectionTag {
|
|
9979
|
+
/**
|
|
9980
|
+
* Tag key. Cannot start with volc: or sys:. Length range: 1 ~ 128 characters
|
|
9981
|
+
*/
|
|
9982
|
+
key: string;
|
|
9983
|
+
/**
|
|
9984
|
+
* Tag value. Length range: 0 ~ 256 characters. If not specified, defaults to empty
|
|
9985
|
+
*/
|
|
9986
|
+
value: string;
|
|
9987
|
+
}
|
|
9936
9988
|
interface GetDirectConnectGatewayAssociateCen {
|
|
9937
9989
|
/**
|
|
9938
9990
|
* ID of CEN.
|
|
@@ -14088,6 +14140,68 @@ export declare namespace filenas {
|
|
|
14088
14140
|
}
|
|
14089
14141
|
}
|
|
14090
14142
|
export declare namespace fwcenter {
|
|
14143
|
+
interface AddressBookAddressDetailList {
|
|
14144
|
+
/**
|
|
14145
|
+
* Detailed information about the address in the address book. The specific content depends on the address book type. If GroupType is ip, enter an IPv4 address or CIDRv4; if ipv6, enter an IPv6 address or CIDRv6; if port, enter port information (a single port such as 22 or a port range such as 100/200); if domain, enter domain information.
|
|
14146
|
+
*/
|
|
14147
|
+
address: string;
|
|
14148
|
+
/**
|
|
14149
|
+
* Detailed description of a single address in the address book, used to explain the specific purpose or other relevant information for that address.
|
|
14150
|
+
*/
|
|
14151
|
+
description: string;
|
|
14152
|
+
}
|
|
14153
|
+
interface AddressBookTag {
|
|
14154
|
+
/**
|
|
14155
|
+
* Tag key.
|
|
14156
|
+
*/
|
|
14157
|
+
key: string;
|
|
14158
|
+
/**
|
|
14159
|
+
* Tag value.
|
|
14160
|
+
*/
|
|
14161
|
+
value: string;
|
|
14162
|
+
}
|
|
14163
|
+
interface ControlPolicyDestPortListV1 {
|
|
14164
|
+
/**
|
|
14165
|
+
* Detailed address information.
|
|
14166
|
+
*/
|
|
14167
|
+
address: string;
|
|
14168
|
+
/**
|
|
14169
|
+
* Description
|
|
14170
|
+
*/
|
|
14171
|
+
description: string;
|
|
14172
|
+
/**
|
|
14173
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
14174
|
+
*/
|
|
14175
|
+
type: string;
|
|
14176
|
+
}
|
|
14177
|
+
interface ControlPolicyDestinationCidrListV1 {
|
|
14178
|
+
/**
|
|
14179
|
+
* Detailed address information.
|
|
14180
|
+
*/
|
|
14181
|
+
address: string;
|
|
14182
|
+
/**
|
|
14183
|
+
* Description
|
|
14184
|
+
*/
|
|
14185
|
+
description: string;
|
|
14186
|
+
/**
|
|
14187
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
14188
|
+
*/
|
|
14189
|
+
type: string;
|
|
14190
|
+
}
|
|
14191
|
+
interface ControlPolicySourceCidrListV1 {
|
|
14192
|
+
/**
|
|
14193
|
+
* Detailed address information.
|
|
14194
|
+
*/
|
|
14195
|
+
address: string;
|
|
14196
|
+
/**
|
|
14197
|
+
* Description
|
|
14198
|
+
*/
|
|
14199
|
+
description: string;
|
|
14200
|
+
/**
|
|
14201
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
14202
|
+
*/
|
|
14203
|
+
type: string;
|
|
14204
|
+
}
|
|
14091
14205
|
interface DnsControlPolicyDomainListV1 {
|
|
14092
14206
|
/**
|
|
14093
14207
|
* Specific address information.
|
|
@@ -14112,6 +14226,72 @@ export declare namespace fwcenter {
|
|
|
14112
14226
|
*/
|
|
14113
14227
|
vpcId: string;
|
|
14114
14228
|
}
|
|
14229
|
+
interface GetAddressBookAddressDetailList {
|
|
14230
|
+
/**
|
|
14231
|
+
* Detailed information about the address in the address book. The specific content depends on the address book type. If GroupType is ip, enter an IPv4 address or CIDRv4; if ipv6, enter an IPv6 address or CIDRv6; if port, enter port information (a single port such as 22 or a port range such as 100/200); if domain, enter domain information.
|
|
14232
|
+
*/
|
|
14233
|
+
address: string;
|
|
14234
|
+
/**
|
|
14235
|
+
* Detailed description of a single address in the address book, used to explain the specific purpose or other relevant information for that address.
|
|
14236
|
+
*/
|
|
14237
|
+
description: string;
|
|
14238
|
+
/**
|
|
14239
|
+
* Address type, returned during queries. `ip`: IPv4 address; `ipv6`: IPv6 address; `domain`: domain name; `port`: port.
|
|
14240
|
+
*/
|
|
14241
|
+
type: string;
|
|
14242
|
+
}
|
|
14243
|
+
interface GetAddressBookTag {
|
|
14244
|
+
/**
|
|
14245
|
+
* Tag key.
|
|
14246
|
+
*/
|
|
14247
|
+
key: string;
|
|
14248
|
+
/**
|
|
14249
|
+
* Tag value.
|
|
14250
|
+
*/
|
|
14251
|
+
value: string;
|
|
14252
|
+
}
|
|
14253
|
+
interface GetControlPolicyDestPortListV1 {
|
|
14254
|
+
/**
|
|
14255
|
+
* Detailed address information.
|
|
14256
|
+
*/
|
|
14257
|
+
address: string;
|
|
14258
|
+
/**
|
|
14259
|
+
* Description
|
|
14260
|
+
*/
|
|
14261
|
+
description: string;
|
|
14262
|
+
/**
|
|
14263
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
14264
|
+
*/
|
|
14265
|
+
type: string;
|
|
14266
|
+
}
|
|
14267
|
+
interface GetControlPolicyDestinationCidrListV1 {
|
|
14268
|
+
/**
|
|
14269
|
+
* Detailed address information.
|
|
14270
|
+
*/
|
|
14271
|
+
address: string;
|
|
14272
|
+
/**
|
|
14273
|
+
* Description
|
|
14274
|
+
*/
|
|
14275
|
+
description: string;
|
|
14276
|
+
/**
|
|
14277
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
14278
|
+
*/
|
|
14279
|
+
type: string;
|
|
14280
|
+
}
|
|
14281
|
+
interface GetControlPolicySourceCidrListV1 {
|
|
14282
|
+
/**
|
|
14283
|
+
* Detailed address information.
|
|
14284
|
+
*/
|
|
14285
|
+
address: string;
|
|
14286
|
+
/**
|
|
14287
|
+
* Description
|
|
14288
|
+
*/
|
|
14289
|
+
description: string;
|
|
14290
|
+
/**
|
|
14291
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
14292
|
+
*/
|
|
14293
|
+
type: string;
|
|
14294
|
+
}
|
|
14115
14295
|
interface GetDnsControlPolicyDomainListV1 {
|
|
14116
14296
|
/**
|
|
14117
14297
|
* Specific address information.
|
|
@@ -14136,8 +14316,210 @@ export declare namespace fwcenter {
|
|
|
14136
14316
|
*/
|
|
14137
14317
|
vpcId: string;
|
|
14138
14318
|
}
|
|
14319
|
+
interface GetVpcFireWallAclRuleDestPortListV1 {
|
|
14320
|
+
/**
|
|
14321
|
+
* Detailed address information.
|
|
14322
|
+
*/
|
|
14323
|
+
address: string;
|
|
14324
|
+
/**
|
|
14325
|
+
* Description.
|
|
14326
|
+
*/
|
|
14327
|
+
description: string;
|
|
14328
|
+
/**
|
|
14329
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
14330
|
+
*/
|
|
14331
|
+
type: string;
|
|
14332
|
+
}
|
|
14333
|
+
interface GetVpcFireWallAclRuleDestinationCidrListV1 {
|
|
14334
|
+
/**
|
|
14335
|
+
* Detailed address information.
|
|
14336
|
+
*/
|
|
14337
|
+
address: string;
|
|
14338
|
+
/**
|
|
14339
|
+
* Description.
|
|
14340
|
+
*/
|
|
14341
|
+
description: string;
|
|
14342
|
+
/**
|
|
14343
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
14344
|
+
*/
|
|
14345
|
+
type: string;
|
|
14346
|
+
}
|
|
14347
|
+
interface GetVpcFireWallAclRuleSourceCidrListV1 {
|
|
14348
|
+
/**
|
|
14349
|
+
* Detailed address information.
|
|
14350
|
+
*/
|
|
14351
|
+
address: string;
|
|
14352
|
+
/**
|
|
14353
|
+
* Description.
|
|
14354
|
+
*/
|
|
14355
|
+
description: string;
|
|
14356
|
+
/**
|
|
14357
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
14358
|
+
*/
|
|
14359
|
+
type: string;
|
|
14360
|
+
}
|
|
14361
|
+
interface VpcFireWallAclRuleDestPortListV1 {
|
|
14362
|
+
/**
|
|
14363
|
+
* Detailed address information.
|
|
14364
|
+
*/
|
|
14365
|
+
address: string;
|
|
14366
|
+
/**
|
|
14367
|
+
* Description.
|
|
14368
|
+
*/
|
|
14369
|
+
description: string;
|
|
14370
|
+
/**
|
|
14371
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
14372
|
+
*/
|
|
14373
|
+
type: string;
|
|
14374
|
+
}
|
|
14375
|
+
interface VpcFireWallAclRuleDestinationCidrListV1 {
|
|
14376
|
+
/**
|
|
14377
|
+
* Detailed address information.
|
|
14378
|
+
*/
|
|
14379
|
+
address: string;
|
|
14380
|
+
/**
|
|
14381
|
+
* Description.
|
|
14382
|
+
*/
|
|
14383
|
+
description: string;
|
|
14384
|
+
/**
|
|
14385
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
14386
|
+
*/
|
|
14387
|
+
type: string;
|
|
14388
|
+
}
|
|
14389
|
+
interface VpcFireWallAclRuleSourceCidrListV1 {
|
|
14390
|
+
/**
|
|
14391
|
+
* Detailed address information.
|
|
14392
|
+
*/
|
|
14393
|
+
address: string;
|
|
14394
|
+
/**
|
|
14395
|
+
* Description.
|
|
14396
|
+
*/
|
|
14397
|
+
description: string;
|
|
14398
|
+
/**
|
|
14399
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
14400
|
+
*/
|
|
14401
|
+
type: string;
|
|
14402
|
+
}
|
|
14139
14403
|
}
|
|
14140
14404
|
export declare namespace gtm {
|
|
14405
|
+
interface GetGtmPolicy {
|
|
14406
|
+
/**
|
|
14407
|
+
* If the current address pool set is unavailable, does Cloud Scheduling GTM only trigger an alert notification without automatically switching to an available address pool? true: Cloud Scheduling GTM only triggers an alert notification. false: Cloud Scheduling GTM automatically switches to an available address pool.
|
|
14408
|
+
*/
|
|
14409
|
+
alarmOnly: boolean;
|
|
14410
|
+
/**
|
|
14411
|
+
* Routing mode for intelligent routing policies. perf: Performance first. capacity: Capacity first. feedback: Load feedback.
|
|
14412
|
+
*/
|
|
14413
|
+
perfMode: string;
|
|
14414
|
+
/**
|
|
14415
|
+
* Routing mode. The parameter values are: lb: Routes user traffic proportionally to different IDC data centers based on load balancing. geo: Routes user traffic to the nearest IDC data center on the same carrier line based on the user's geographic location and carrier. geo-lb (default): First routes user traffic to the nearest IDC data center access line on the same carrier based on the user's geographic location and carrier, then distributes user traffic proportionally to multiple IDC data centers based on load balancing.
|
|
14416
|
+
*/
|
|
14417
|
+
routingMode: string;
|
|
14418
|
+
/**
|
|
14419
|
+
* Statistics for addresses associated with the scheduling policy.
|
|
14420
|
+
*/
|
|
14421
|
+
statistics: outputs.gtm.GetGtmPolicyStatistics;
|
|
14422
|
+
/**
|
|
14423
|
+
* List of target address pools associated with the scheduling policy.
|
|
14424
|
+
*/
|
|
14425
|
+
targets: outputs.gtm.GetGtmPolicyTarget[];
|
|
14426
|
+
}
|
|
14427
|
+
interface GetGtmPolicyStatistics {
|
|
14428
|
+
/**
|
|
14429
|
+
* Number of available addresses.
|
|
14430
|
+
*/
|
|
14431
|
+
activeAddr: number;
|
|
14432
|
+
/**
|
|
14433
|
+
* Number of unavailable addresses.
|
|
14434
|
+
*/
|
|
14435
|
+
inactiveAddr: number;
|
|
14436
|
+
}
|
|
14437
|
+
interface GetGtmPolicyTarget {
|
|
14438
|
+
/**
|
|
14439
|
+
* Target address pool ID.
|
|
14440
|
+
*/
|
|
14441
|
+
poolId: string;
|
|
14442
|
+
}
|
|
14443
|
+
interface GetGtmProbe {
|
|
14444
|
+
/**
|
|
14445
|
+
* Recommended number of health check probe points.
|
|
14446
|
+
*/
|
|
14447
|
+
advisedNodeCount: number;
|
|
14448
|
+
/**
|
|
14449
|
+
* Whether health check is disabled. true: disabled. false: enabled.
|
|
14450
|
+
*/
|
|
14451
|
+
disable: boolean;
|
|
14452
|
+
/**
|
|
14453
|
+
* DNS record type for the health check.
|
|
14454
|
+
*/
|
|
14455
|
+
dnsRecordType: string;
|
|
14456
|
+
/**
|
|
14457
|
+
* Threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address will be marked as faulty after 3 consecutive health check failures. Default value: 3.
|
|
14458
|
+
*/
|
|
14459
|
+
failedCount: number;
|
|
14460
|
+
/**
|
|
14461
|
+
* Full domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
14462
|
+
*/
|
|
14463
|
+
host: string;
|
|
14464
|
+
/**
|
|
14465
|
+
* HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
14466
|
+
*/
|
|
14467
|
+
httpMethod: string;
|
|
14468
|
+
/**
|
|
14469
|
+
* Customize a range of HTTP status codes. After a probe initiates a health check, if the target address returns an HTTP status code outside the specified range, the health check at that probe is considered failed. If you do not set the HttpUsabilityCodes parameter for the policy, this parameter will not be returned.
|
|
14470
|
+
*/
|
|
14471
|
+
httpUsabilityCodes: outputs.gtm.GetGtmProbeHttpUsabilityCode[];
|
|
14472
|
+
/**
|
|
14473
|
+
* Interval between each health check, in seconds.
|
|
14474
|
+
*/
|
|
14475
|
+
interval: number;
|
|
14476
|
+
/**
|
|
14477
|
+
* Whether to manually configure health check probe points. true: Manually configure health check probe points. false: Use recommended health check probe points.
|
|
14478
|
+
*/
|
|
14479
|
+
isManualNodes: boolean;
|
|
14480
|
+
/**
|
|
14481
|
+
* List of probe nodes used for health checks.
|
|
14482
|
+
*/
|
|
14483
|
+
nodes: string[];
|
|
14484
|
+
/**
|
|
14485
|
+
* Number of packets sent. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
|
|
14486
|
+
*/
|
|
14487
|
+
pingCount: number;
|
|
14488
|
+
/**
|
|
14489
|
+
* Packet loss rate. Unit: percent. If the packet loss rate exceeds this parameter value, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during a health check is greater than 10, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
|
|
14490
|
+
*/
|
|
14491
|
+
pingLossPercent: number;
|
|
14492
|
+
/**
|
|
14493
|
+
* Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
14494
|
+
*/
|
|
14495
|
+
port: number;
|
|
14496
|
+
/**
|
|
14497
|
+
* Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
|
|
14498
|
+
*/
|
|
14499
|
+
protocol: string;
|
|
14500
|
+
/**
|
|
14501
|
+
* Timeout for establishing a single TCP connection. For example, if you set this parameter to 2 seconds, a TCP connection will be considered failed if it is not established within 2 seconds during a health check. This parameter is only valid when the health check protocol is set to tcp.
|
|
14502
|
+
*/
|
|
14503
|
+
tcpConnTimeout: number;
|
|
14504
|
+
/**
|
|
14505
|
+
* Timeout for the health check task. Unit: seconds.
|
|
14506
|
+
*/
|
|
14507
|
+
timeout: number;
|
|
14508
|
+
/**
|
|
14509
|
+
* Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
14510
|
+
*/
|
|
14511
|
+
url: string;
|
|
14512
|
+
}
|
|
14513
|
+
interface GetGtmProbeHttpUsabilityCode {
|
|
14514
|
+
/**
|
|
14515
|
+
* List of HTTP status codes.
|
|
14516
|
+
*/
|
|
14517
|
+
codes: number[];
|
|
14518
|
+
/**
|
|
14519
|
+
* Operator. interval: matches values within the range. include: matches specified values. exclude: matches values other than the specified ones.
|
|
14520
|
+
*/
|
|
14521
|
+
operator: string;
|
|
14522
|
+
}
|
|
14141
14523
|
interface GetPolicyStatistics {
|
|
14142
14524
|
/**
|
|
14143
14525
|
* Number of available addresses
|
|
@@ -14330,6 +14712,118 @@ export declare namespace gtm {
|
|
|
14330
14712
|
*/
|
|
14331
14713
|
operator: string;
|
|
14332
14714
|
}
|
|
14715
|
+
interface GtmPolicy {
|
|
14716
|
+
/**
|
|
14717
|
+
* If the current address pool set is unavailable, does Cloud Scheduling GTM only trigger an alert notification without automatically switching to an available address pool? true: Cloud Scheduling GTM only triggers an alert notification. false: Cloud Scheduling GTM automatically switches to an available address pool.
|
|
14718
|
+
*/
|
|
14719
|
+
alarmOnly: boolean;
|
|
14720
|
+
/**
|
|
14721
|
+
* Routing mode for intelligent routing policies. perf: Performance first. capacity: Capacity first. feedback: Load feedback.
|
|
14722
|
+
*/
|
|
14723
|
+
perfMode: string;
|
|
14724
|
+
/**
|
|
14725
|
+
* Routing mode. The parameter values are: lb: Routes user traffic proportionally to different IDC data centers based on load balancing. geo: Routes user traffic to the nearest IDC data center on the same carrier line based on the user's geographic location and carrier. geo-lb (default): First routes user traffic to the nearest IDC data center access line on the same carrier based on the user's geographic location and carrier, then distributes user traffic proportionally to multiple IDC data centers based on load balancing.
|
|
14726
|
+
*/
|
|
14727
|
+
routingMode: string;
|
|
14728
|
+
/**
|
|
14729
|
+
* Statistics for addresses associated with the scheduling policy.
|
|
14730
|
+
*/
|
|
14731
|
+
statistics: outputs.gtm.GtmPolicyStatistics;
|
|
14732
|
+
targets: outputs.gtm.GtmPolicyTarget[];
|
|
14733
|
+
}
|
|
14734
|
+
interface GtmPolicyStatistics {
|
|
14735
|
+
/**
|
|
14736
|
+
* Number of available addresses.
|
|
14737
|
+
*/
|
|
14738
|
+
activeAddr: number;
|
|
14739
|
+
/**
|
|
14740
|
+
* Number of unavailable addresses.
|
|
14741
|
+
*/
|
|
14742
|
+
inactiveAddr: number;
|
|
14743
|
+
}
|
|
14744
|
+
interface GtmPolicyTarget {
|
|
14745
|
+
/**
|
|
14746
|
+
* Target address pool ID.
|
|
14747
|
+
*/
|
|
14748
|
+
poolId: string;
|
|
14749
|
+
}
|
|
14750
|
+
interface GtmProbe {
|
|
14751
|
+
/**
|
|
14752
|
+
* Recommended number of health check probe points.
|
|
14753
|
+
*/
|
|
14754
|
+
advisedNodeCount: number;
|
|
14755
|
+
/**
|
|
14756
|
+
* Whether health check is disabled. true: disabled. false: enabled.
|
|
14757
|
+
*/
|
|
14758
|
+
disable: boolean;
|
|
14759
|
+
/**
|
|
14760
|
+
* DNS record type for the health check.
|
|
14761
|
+
*/
|
|
14762
|
+
dnsRecordType: string;
|
|
14763
|
+
/**
|
|
14764
|
+
* Threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address will be marked as faulty after 3 consecutive health check failures. Default value: 3.
|
|
14765
|
+
*/
|
|
14766
|
+
failedCount: number;
|
|
14767
|
+
/**
|
|
14768
|
+
* Full domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
14769
|
+
*/
|
|
14770
|
+
host: string;
|
|
14771
|
+
/**
|
|
14772
|
+
* HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
14773
|
+
*/
|
|
14774
|
+
httpMethod: string;
|
|
14775
|
+
httpUsabilityCodes: outputs.gtm.GtmProbeHttpUsabilityCode[];
|
|
14776
|
+
/**
|
|
14777
|
+
* Interval between each health check, in seconds.
|
|
14778
|
+
*/
|
|
14779
|
+
interval: number;
|
|
14780
|
+
/**
|
|
14781
|
+
* Whether to manually configure health check probe points. true: Manually configure health check probe points. false: Use recommended health check probe points.
|
|
14782
|
+
*/
|
|
14783
|
+
isManualNodes: boolean;
|
|
14784
|
+
/**
|
|
14785
|
+
* List of probe nodes used for health checks.
|
|
14786
|
+
*/
|
|
14787
|
+
nodes: string[];
|
|
14788
|
+
/**
|
|
14789
|
+
* Number of packets sent. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
|
|
14790
|
+
*/
|
|
14791
|
+
pingCount: number;
|
|
14792
|
+
/**
|
|
14793
|
+
* Packet loss rate. Unit: percent. If the packet loss rate exceeds this parameter value, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during a health check is greater than 10, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
|
|
14794
|
+
*/
|
|
14795
|
+
pingLossPercent: number;
|
|
14796
|
+
/**
|
|
14797
|
+
* Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
14798
|
+
*/
|
|
14799
|
+
port: number;
|
|
14800
|
+
/**
|
|
14801
|
+
* Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
|
|
14802
|
+
*/
|
|
14803
|
+
protocol: string;
|
|
14804
|
+
/**
|
|
14805
|
+
* Timeout for establishing a single TCP connection. For example, if you set this parameter to 2 seconds, a TCP connection will be considered failed if it is not established within 2 seconds during a health check. This parameter is only valid when the health check protocol is set to tcp.
|
|
14806
|
+
*/
|
|
14807
|
+
tcpConnTimeout: number;
|
|
14808
|
+
/**
|
|
14809
|
+
* Timeout for the health check task. Unit: seconds.
|
|
14810
|
+
*/
|
|
14811
|
+
timeout: number;
|
|
14812
|
+
/**
|
|
14813
|
+
* Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
14814
|
+
*/
|
|
14815
|
+
url: string;
|
|
14816
|
+
}
|
|
14817
|
+
interface GtmProbeHttpUsabilityCode {
|
|
14818
|
+
/**
|
|
14819
|
+
* List of HTTP status codes.
|
|
14820
|
+
*/
|
|
14821
|
+
codes: number[];
|
|
14822
|
+
/**
|
|
14823
|
+
* Operator. interval: matches values within the range. include: matches specified values. exclude: matches values other than the specified ones.
|
|
14824
|
+
*/
|
|
14825
|
+
operator: string;
|
|
14826
|
+
}
|
|
14333
14827
|
interface PolicyStatistics {
|
|
14334
14828
|
/**
|
|
14335
14829
|
* Number of available addresses
|
|
@@ -18600,6 +19094,10 @@ export declare namespace rdsmysql {
|
|
|
18600
19094
|
* Whether to enable automatic scaling for the instance. Values: true: Yes. false: No.
|
|
18601
19095
|
*/
|
|
18602
19096
|
enableStorageAutoScale: boolean;
|
|
19097
|
+
/**
|
|
19098
|
+
* Node range for automatic scaling detection. Values: MasterNode: primary node. MasterSlaveNodes: primary and secondary nodes. AllNodes: all nodes. Note: When used as a request parameter, the default is MasterNode. For multi-node instances, MasterSlaveNodes and AllNodes have the same effect. For single-node instances, MasterNode, MasterSlaveNodes, and AllNodes have the same effect.
|
|
19099
|
+
*/
|
|
19100
|
+
scalingDetectNode: string;
|
|
18603
19101
|
/**
|
|
18604
19102
|
* Percentage of available storage space that triggers automatic scaling. Value range: 10–50, default: 10, unit: %
|
|
18605
19103
|
*/
|
|
@@ -18609,6 +19107,152 @@ export declare namespace rdsmysql {
|
|
|
18609
19107
|
*/
|
|
18610
19108
|
storageUpperBound: number;
|
|
18611
19109
|
}
|
|
19110
|
+
interface GetInstanceBackupPolicy {
|
|
19111
|
+
/**
|
|
19112
|
+
* List of destination regions available for cross-region backup.
|
|
19113
|
+
*/
|
|
19114
|
+
availableCrossRegions: string[];
|
|
19115
|
+
/**
|
|
19116
|
+
* Basic backup policy.
|
|
19117
|
+
*/
|
|
19118
|
+
backupPolicyBase: outputs.rdsmysql.GetInstanceBackupPolicyBackupPolicyBase;
|
|
19119
|
+
/**
|
|
19120
|
+
* Cross-region backup policy.
|
|
19121
|
+
*/
|
|
19122
|
+
crossBackupPolicy: outputs.rdsmysql.GetInstanceBackupPolicyCrossBackupPolicy;
|
|
19123
|
+
}
|
|
19124
|
+
interface GetInstanceBackupPolicyBackupPolicyBase {
|
|
19125
|
+
/**
|
|
19126
|
+
* Retain all log backups before releasing the instance. Values: true: yes. false: no.
|
|
19127
|
+
*/
|
|
19128
|
+
binlogBackupAllRetention: boolean;
|
|
19129
|
+
/**
|
|
19130
|
+
* Enable log backup feature. Values: true: yes. false: no.
|
|
19131
|
+
*/
|
|
19132
|
+
binlogBackupEnabled: boolean;
|
|
19133
|
+
/**
|
|
19134
|
+
* Whether to enable encryption for log backups. Values: true: Yes. false: No.
|
|
19135
|
+
*/
|
|
19136
|
+
binlogBackupEncryptionEnabled: boolean;
|
|
19137
|
+
/**
|
|
19138
|
+
* Enable local Binlog retention limit. Values: true: enabled. false: disabled.
|
|
19139
|
+
*/
|
|
19140
|
+
binlogFileCountsEnable: boolean;
|
|
19141
|
+
/**
|
|
19142
|
+
* Number of local Binlog files to retain, values range from 6 to 1000. Files exceeding the retention count are automatically deleted.
|
|
19143
|
+
*/
|
|
19144
|
+
binlogLimitCount: number;
|
|
19145
|
+
/**
|
|
19146
|
+
* Local Binlog retention period. Value: 0–168. Unit: hours. Local logs exceeding the retention period are automatically deleted. When set to 0, local logs are not deleted automatically.
|
|
19147
|
+
*/
|
|
19148
|
+
binlogLocalRetentionHour: number;
|
|
19149
|
+
/**
|
|
19150
|
+
* Enable automatic Binlog cleanup when storage is excessive. When total instance storage usage exceeds 80% or available space is less than 5 GiB, the system automatically deletes the oldest local Binlog files until usage drops below 80% and available space exceeds 5 GiB. true: enabled. false: disabled.
|
|
19151
|
+
*/
|
|
19152
|
+
binlogSpaceLimitEnable: boolean;
|
|
19153
|
+
/**
|
|
19154
|
+
* Maximum storage space usage. Can be set to 20%–50%. When exceeded, the earliest Binlog files are automatically deleted until usage falls below this threshold. Note: Local Binlog space usage = local Binlog size / total available (purchased) instance space.
|
|
19155
|
+
*/
|
|
19156
|
+
binlogStoragePercentage: number;
|
|
19157
|
+
/**
|
|
19158
|
+
* Retain all data backups before releasing the instance. Values: true: yes. false: no.
|
|
19159
|
+
*/
|
|
19160
|
+
dataBackupAllRetention: boolean;
|
|
19161
|
+
/**
|
|
19162
|
+
* Enable encryption for data backups of local disk instances. Values: true: yes. false: no. Note: This feature is not supported for cloud disk instances.
|
|
19163
|
+
*/
|
|
19164
|
+
dataBackupEncryptionEnabled: boolean;
|
|
19165
|
+
/**
|
|
19166
|
+
* Number of days to retain data backups. Valid values: 7–3650 days. Default: 7 days.
|
|
19167
|
+
*/
|
|
19168
|
+
dataBackupRetentionDay: number;
|
|
19169
|
+
/**
|
|
19170
|
+
* Full backup cycle. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday.
|
|
19171
|
+
*/
|
|
19172
|
+
dataFullBackupPeriods: string[];
|
|
19173
|
+
/**
|
|
19174
|
+
* Start time of the full backup task time window (UTC). The time window is 1 hour. Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
|
|
19175
|
+
*/
|
|
19176
|
+
dataFullBackupStartUtcHour: number;
|
|
19177
|
+
/**
|
|
19178
|
+
* Time window for executing backup tasks, with a duration of 1 hour. Format: HH:mmZ-HH:mmZ (UTC). Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
|
|
19179
|
+
*/
|
|
19180
|
+
dataFullBackupTime: string;
|
|
19181
|
+
/**
|
|
19182
|
+
* Incremental backup cycle for local disk instances. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday. Note: When high-frequency incremental backup is enabled (that is, when HourlyIncrBackupEnable is set to true), this field is not returned.
|
|
19183
|
+
*/
|
|
19184
|
+
dataIncrBackupPeriods: string[];
|
|
19185
|
+
/**
|
|
19186
|
+
* Number of days to retain data after instance release.
|
|
19187
|
+
*/
|
|
19188
|
+
dataKeepDaysAfterReleased: number;
|
|
19189
|
+
/**
|
|
19190
|
+
* Policy for retaining instance backups after the instance is released. Values: Last: retain the last backup (default). All: retain all backups of the instance.
|
|
19191
|
+
*/
|
|
19192
|
+
dataKeepPolicyAfterReleased: string;
|
|
19193
|
+
/**
|
|
19194
|
+
* Whether high-frequency incremental snapshot backup is enabled for cloud disk instances. Values: true: Yes. false: No. Note: For local disk instances, this field returns false.
|
|
19195
|
+
*/
|
|
19196
|
+
highFrequencySnapshotBackupEnable: boolean;
|
|
19197
|
+
/**
|
|
19198
|
+
* Frequency of high-frequency incremental snapshot backups for cloud disk instances, in seconds. Values: 3600: every 1 hour. 7200: every 2 hours. 10800: every 3 hours. 14400: every 4 hours. 19200: every 6 hours. 28800: every 8 hours. 38400: every 12 hours. Note: If the instance is a local disk instance or the high-frequency incremental snapshot backup feature for the cloud disk instance is not enabled, this field returns 0.
|
|
19199
|
+
*/
|
|
19200
|
+
highFrequencySnapshotBackupSecondPeriod: number;
|
|
19201
|
+
/**
|
|
19202
|
+
* Whether to enable high-frequency backup for local disk instances. Values: true: Yes. false: No.
|
|
19203
|
+
*/
|
|
19204
|
+
hourlyIncrBackupEnable: boolean;
|
|
19205
|
+
/**
|
|
19206
|
+
* Frequency of high-frequency incremental backups for local disk instances. Values: 0: no high-frequency incremental backup. In this case, HourlyIncrBackupEnable is false. 2: incremental backup every 2 hours. 4: incremental backup every 4 hours. 6: incremental backup every 6 hours. 12: incremental backup every 12 hours.
|
|
19207
|
+
*/
|
|
19208
|
+
incrBackupHourPeriod: number;
|
|
19209
|
+
/**
|
|
19210
|
+
* Whether to retain cross-region backups. Values: true: Yes. false: No. Note: This feature is not supported for cloud disk instances.
|
|
19211
|
+
*/
|
|
19212
|
+
keepCrossBackupEnableAfterReleased: boolean;
|
|
19213
|
+
/**
|
|
19214
|
+
* Maximum DDL wait time. Default value is 30, minimum is 10, maximum is 1440, in minutes.
|
|
19215
|
+
*/
|
|
19216
|
+
lockDdlTime: number;
|
|
19217
|
+
/**
|
|
19218
|
+
* Maximum DDL wait time. Default value: 1800. Minimum: 1. Maximum: 86400. Unit: seconds. Note: The backup process will block DDL. If the blocking time exceeds the specified value, the backup will stop automatically. Only MySQL 8.0 instances support this setting.
|
|
19219
|
+
*/
|
|
19220
|
+
lockDdlTimeSecond: number;
|
|
19221
|
+
/**
|
|
19222
|
+
* Binlog backup retention period. Value range: 7–3650 days. Default retention is 7 days. Note: This parameter is not returned when RetentionPolicySynced is set to true.
|
|
19223
|
+
*/
|
|
19224
|
+
logBackupRetentionDay: number;
|
|
19225
|
+
/**
|
|
19226
|
+
* Whether to allow downloading instance backup data from a public network environment. Values: true: Yes. false: No.
|
|
19227
|
+
*/
|
|
19228
|
+
publicDownloadEnable: boolean;
|
|
19229
|
+
/**
|
|
19230
|
+
* Whether the retention policy for log backups is the same as that for data backups. Values: true: Yes. false: No.
|
|
19231
|
+
*/
|
|
19232
|
+
retentionPolicySynced: boolean;
|
|
19233
|
+
}
|
|
19234
|
+
interface GetInstanceBackupPolicyCrossBackupPolicy {
|
|
19235
|
+
/**
|
|
19236
|
+
* Enable cross-region backup. true: enabled. false: disabled. Default value (unspecified).
|
|
19237
|
+
*/
|
|
19238
|
+
backupEnabled: boolean;
|
|
19239
|
+
/**
|
|
19240
|
+
* Retain cross-region backups long-term before instance release. Values: true: yes. false: no.
|
|
19241
|
+
*/
|
|
19242
|
+
crossBackupAllRetention: boolean;
|
|
19243
|
+
/**
|
|
19244
|
+
* Destination region ID for cross-region backups. This parameter is required when BackupEnabled is true.
|
|
19245
|
+
*/
|
|
19246
|
+
crossBackupRegion: string;
|
|
19247
|
+
/**
|
|
19248
|
+
* Whether to enable cross-region log backup. true: Enable. false: Disable (default). Note: Cross-region log backup can only be enabled when cross-region backup is enabled.
|
|
19249
|
+
*/
|
|
19250
|
+
logBackupEnabled: boolean;
|
|
19251
|
+
/**
|
|
19252
|
+
* Cross-region backup retention days. Value range: 7–3650. Default: 7. Unit: days. Note: When CrossBackupAllRetention is set to true, this field does not need to be set.
|
|
19253
|
+
*/
|
|
19254
|
+
retention: number;
|
|
19255
|
+
}
|
|
18612
19256
|
interface GetInstanceChargeDetail {
|
|
18613
19257
|
/**
|
|
18614
19258
|
* Enable auto-renewal for prepaid scenarios. Values: true: auto-renewal. false: do not auto-renew
|
|
@@ -18686,6 +19330,10 @@ export declare namespace rdsmysql {
|
|
|
18686
19330
|
secondsBehindMaster: number;
|
|
18687
19331
|
}
|
|
18688
19332
|
interface GetInstanceEndpoint {
|
|
19333
|
+
/**
|
|
19334
|
+
* Address list.
|
|
19335
|
+
*/
|
|
19336
|
+
addresses: outputs.rdsmysql.GetInstanceEndpointAddress[];
|
|
18689
19337
|
/**
|
|
18690
19338
|
* When the endpoint type is read/write or read-only, you can set whether new nodes join automatically. Values: Enable: auto join. Disable: do not auto join (default)
|
|
18691
19339
|
*/
|
|
@@ -18702,6 +19350,10 @@ export declare namespace rdsmysql {
|
|
|
18702
19350
|
* Connection pool type for proxy terminal. Values: Transaction: Transaction-level connection pool. Default value. Direct: Direct mode.
|
|
18703
19351
|
*/
|
|
18704
19352
|
connectionPoolType: string;
|
|
19353
|
+
/**
|
|
19354
|
+
* Custom routing and forwarding rules for connected terminals.
|
|
19355
|
+
*/
|
|
19356
|
+
customRouteStrategies: outputs.rdsmysql.GetInstanceEndpointCustomRouteStrategy[];
|
|
18705
19357
|
/**
|
|
18706
19358
|
* Description of the connection endpoint
|
|
18707
19359
|
*/
|
|
@@ -18771,6 +19423,54 @@ export declare namespace rdsmysql {
|
|
|
18771
19423
|
*/
|
|
18772
19424
|
readWriteMode: string;
|
|
18773
19425
|
}
|
|
19426
|
+
interface GetInstanceEndpointAddress {
|
|
19427
|
+
/**
|
|
19428
|
+
* false: Private network resolution (default). true: Private and public network resolution.
|
|
19429
|
+
*/
|
|
19430
|
+
dnsVisibility: boolean;
|
|
19431
|
+
/**
|
|
19432
|
+
* Connection domain name.
|
|
19433
|
+
*/
|
|
19434
|
+
domain: string;
|
|
19435
|
+
/**
|
|
19436
|
+
* EIP ID, valid only for Public addresses.
|
|
19437
|
+
*/
|
|
19438
|
+
eipId: string;
|
|
19439
|
+
/**
|
|
19440
|
+
* Whether the EIP used by the connected terminal is suspended due to overdue payment. Values: true: Yes. false: No.
|
|
19441
|
+
*/
|
|
19442
|
+
eipLocked: boolean;
|
|
19443
|
+
/**
|
|
19444
|
+
* IP protocol version. Value: IPv4.
|
|
19445
|
+
*/
|
|
19446
|
+
internetProtocol: string;
|
|
19447
|
+
/**
|
|
19448
|
+
* IP address.
|
|
19449
|
+
*/
|
|
19450
|
+
ipAddress: string;
|
|
19451
|
+
/**
|
|
19452
|
+
* Network address type. Values: Private: private address. Public: public address.
|
|
19453
|
+
*/
|
|
19454
|
+
networkType: string;
|
|
19455
|
+
/**
|
|
19456
|
+
* Port.
|
|
19457
|
+
*/
|
|
19458
|
+
port: string;
|
|
19459
|
+
/**
|
|
19460
|
+
* Subnet ID, valid only for Private addresses.
|
|
19461
|
+
*/
|
|
19462
|
+
subnetId: string;
|
|
19463
|
+
}
|
|
19464
|
+
interface GetInstanceEndpointCustomRouteStrategy {
|
|
19465
|
+
/**
|
|
19466
|
+
* SQL forwarding rule target. Values: Primary: primary node. Secondary: secondary node. ReadOnly: read-only node. Note: For dual-node instances, you can select the primary node or read-only node. For multi-node instances, you can select the primary node or secondary node.
|
|
19467
|
+
*/
|
|
19468
|
+
nodeType: string;
|
|
19469
|
+
/**
|
|
19470
|
+
* Forwarding rule keywords. SQL keyword setting rules are as follows: Each rule can contain up to 20 keywords. Maximum length is 64 characters. Can include English letters, numbers, underscores (_), @, #, :=, and Chinese characters.
|
|
19471
|
+
*/
|
|
19472
|
+
sqlKeyword: string;
|
|
19473
|
+
}
|
|
18774
19474
|
interface GetInstanceEndpointReadOnlyNodeWeight {
|
|
18775
19475
|
/**
|
|
18776
19476
|
* Read-only nodes require NodeId. Primary nodes do not require it
|
|
@@ -18948,6 +19648,10 @@ export declare namespace rdsmysql {
|
|
|
18948
19648
|
* Whether to enable automatic scaling for the instance. Values: true: Yes. false: No.
|
|
18949
19649
|
*/
|
|
18950
19650
|
enableStorageAutoScale: boolean;
|
|
19651
|
+
/**
|
|
19652
|
+
* Node range for automatic scaling detection. Values: MasterNode: primary node. MasterSlaveNodes: primary and secondary nodes. AllNodes: all nodes. Note: When used as a request parameter, the default is MasterNode. For multi-node instances, MasterSlaveNodes and AllNodes have the same effect. For single-node instances, MasterNode, MasterSlaveNodes, and AllNodes have the same effect.
|
|
19653
|
+
*/
|
|
19654
|
+
scalingDetectNode: string;
|
|
18951
19655
|
/**
|
|
18952
19656
|
* Percentage of available storage space that triggers automatic scaling. Value range: 10–50, default: 10, unit: %
|
|
18953
19657
|
*/
|
|
@@ -18957,6 +19661,152 @@ export declare namespace rdsmysql {
|
|
|
18957
19661
|
*/
|
|
18958
19662
|
storageUpperBound: number;
|
|
18959
19663
|
}
|
|
19664
|
+
interface InstanceBackupPolicy {
|
|
19665
|
+
/**
|
|
19666
|
+
* List of destination regions available for cross-region backup.
|
|
19667
|
+
*/
|
|
19668
|
+
availableCrossRegions: string[];
|
|
19669
|
+
/**
|
|
19670
|
+
* Basic backup policy.
|
|
19671
|
+
*/
|
|
19672
|
+
backupPolicyBase: outputs.rdsmysql.InstanceBackupPolicyBackupPolicyBase;
|
|
19673
|
+
/**
|
|
19674
|
+
* Cross-region backup policy.
|
|
19675
|
+
*/
|
|
19676
|
+
crossBackupPolicy: outputs.rdsmysql.InstanceBackupPolicyCrossBackupPolicy;
|
|
19677
|
+
}
|
|
19678
|
+
interface InstanceBackupPolicyBackupPolicyBase {
|
|
19679
|
+
/**
|
|
19680
|
+
* Retain all log backups before releasing the instance. Values: true: yes. false: no.
|
|
19681
|
+
*/
|
|
19682
|
+
binlogBackupAllRetention: boolean;
|
|
19683
|
+
/**
|
|
19684
|
+
* Enable log backup feature. Values: true: yes. false: no.
|
|
19685
|
+
*/
|
|
19686
|
+
binlogBackupEnabled: boolean;
|
|
19687
|
+
/**
|
|
19688
|
+
* Whether to enable encryption for log backups. Values: true: Yes. false: No.
|
|
19689
|
+
*/
|
|
19690
|
+
binlogBackupEncryptionEnabled: boolean;
|
|
19691
|
+
/**
|
|
19692
|
+
* Enable local Binlog retention limit. Values: true: enabled. false: disabled.
|
|
19693
|
+
*/
|
|
19694
|
+
binlogFileCountsEnable: boolean;
|
|
19695
|
+
/**
|
|
19696
|
+
* Number of local Binlog files to retain, values range from 6 to 1000. Files exceeding the retention count are automatically deleted.
|
|
19697
|
+
*/
|
|
19698
|
+
binlogLimitCount: number;
|
|
19699
|
+
/**
|
|
19700
|
+
* Local Binlog retention period. Value: 0–168. Unit: hours. Local logs exceeding the retention period are automatically deleted. When set to 0, local logs are not deleted automatically.
|
|
19701
|
+
*/
|
|
19702
|
+
binlogLocalRetentionHour: number;
|
|
19703
|
+
/**
|
|
19704
|
+
* Enable automatic Binlog cleanup when storage is excessive. When total instance storage usage exceeds 80% or available space is less than 5 GiB, the system automatically deletes the oldest local Binlog files until usage drops below 80% and available space exceeds 5 GiB. true: enabled. false: disabled.
|
|
19705
|
+
*/
|
|
19706
|
+
binlogSpaceLimitEnable: boolean;
|
|
19707
|
+
/**
|
|
19708
|
+
* Maximum storage space usage. Can be set to 20%–50%. When exceeded, the earliest Binlog files are automatically deleted until usage falls below this threshold. Note: Local Binlog space usage = local Binlog size / total available (purchased) instance space.
|
|
19709
|
+
*/
|
|
19710
|
+
binlogStoragePercentage: number;
|
|
19711
|
+
/**
|
|
19712
|
+
* Retain all data backups before releasing the instance. Values: true: yes. false: no.
|
|
19713
|
+
*/
|
|
19714
|
+
dataBackupAllRetention: boolean;
|
|
19715
|
+
/**
|
|
19716
|
+
* Enable encryption for data backups of local disk instances. Values: true: yes. false: no. Note: This feature is not supported for cloud disk instances.
|
|
19717
|
+
*/
|
|
19718
|
+
dataBackupEncryptionEnabled: boolean;
|
|
19719
|
+
/**
|
|
19720
|
+
* Number of days to retain data backups. Valid values: 7–3650 days. Default: 7 days.
|
|
19721
|
+
*/
|
|
19722
|
+
dataBackupRetentionDay: number;
|
|
19723
|
+
/**
|
|
19724
|
+
* Full backup cycle. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday.
|
|
19725
|
+
*/
|
|
19726
|
+
dataFullBackupPeriods: string[];
|
|
19727
|
+
/**
|
|
19728
|
+
* Start time of the full backup task time window (UTC). The time window is 1 hour. Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
|
|
19729
|
+
*/
|
|
19730
|
+
dataFullBackupStartUtcHour: number;
|
|
19731
|
+
/**
|
|
19732
|
+
* Time window for executing backup tasks, with a duration of 1 hour. Format: HH:mmZ-HH:mmZ (UTC). Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
|
|
19733
|
+
*/
|
|
19734
|
+
dataFullBackupTime: string;
|
|
19735
|
+
/**
|
|
19736
|
+
* Incremental backup cycle for local disk instances. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday. Note: When high-frequency incremental backup is enabled (that is, when HourlyIncrBackupEnable is set to true), this field is not returned.
|
|
19737
|
+
*/
|
|
19738
|
+
dataIncrBackupPeriods: string[];
|
|
19739
|
+
/**
|
|
19740
|
+
* Number of days to retain data after instance release.
|
|
19741
|
+
*/
|
|
19742
|
+
dataKeepDaysAfterReleased: number;
|
|
19743
|
+
/**
|
|
19744
|
+
* Policy for retaining instance backups after the instance is released. Values: Last: retain the last backup (default). All: retain all backups of the instance.
|
|
19745
|
+
*/
|
|
19746
|
+
dataKeepPolicyAfterReleased: string;
|
|
19747
|
+
/**
|
|
19748
|
+
* Whether high-frequency incremental snapshot backup is enabled for cloud disk instances. Values: true: Yes. false: No. Note: For local disk instances, this field returns false.
|
|
19749
|
+
*/
|
|
19750
|
+
highFrequencySnapshotBackupEnable: boolean;
|
|
19751
|
+
/**
|
|
19752
|
+
* Frequency of high-frequency incremental snapshot backups for cloud disk instances, in seconds. Values: 3600: every 1 hour. 7200: every 2 hours. 10800: every 3 hours. 14400: every 4 hours. 19200: every 6 hours. 28800: every 8 hours. 38400: every 12 hours. Note: If the instance is a local disk instance or the high-frequency incremental snapshot backup feature for the cloud disk instance is not enabled, this field returns 0.
|
|
19753
|
+
*/
|
|
19754
|
+
highFrequencySnapshotBackupSecondPeriod: number;
|
|
19755
|
+
/**
|
|
19756
|
+
* Whether to enable high-frequency backup for local disk instances. Values: true: Yes. false: No.
|
|
19757
|
+
*/
|
|
19758
|
+
hourlyIncrBackupEnable: boolean;
|
|
19759
|
+
/**
|
|
19760
|
+
* Frequency of high-frequency incremental backups for local disk instances. Values: 0: no high-frequency incremental backup. In this case, HourlyIncrBackupEnable is false. 2: incremental backup every 2 hours. 4: incremental backup every 4 hours. 6: incremental backup every 6 hours. 12: incremental backup every 12 hours.
|
|
19761
|
+
*/
|
|
19762
|
+
incrBackupHourPeriod: number;
|
|
19763
|
+
/**
|
|
19764
|
+
* Whether to retain cross-region backups. Values: true: Yes. false: No. Note: This feature is not supported for cloud disk instances.
|
|
19765
|
+
*/
|
|
19766
|
+
keepCrossBackupEnableAfterReleased: boolean;
|
|
19767
|
+
/**
|
|
19768
|
+
* Maximum DDL wait time. Default value is 30, minimum is 10, maximum is 1440, in minutes.
|
|
19769
|
+
*/
|
|
19770
|
+
lockDdlTime: number;
|
|
19771
|
+
/**
|
|
19772
|
+
* Maximum DDL wait time. Default value: 1800. Minimum: 1. Maximum: 86400. Unit: seconds. Note: The backup process will block DDL. If the blocking time exceeds the specified value, the backup will stop automatically. Only MySQL 8.0 instances support this setting.
|
|
19773
|
+
*/
|
|
19774
|
+
lockDdlTimeSecond: number;
|
|
19775
|
+
/**
|
|
19776
|
+
* Binlog backup retention period. Value range: 7–3650 days. Default retention is 7 days. Note: This parameter is not returned when RetentionPolicySynced is set to true.
|
|
19777
|
+
*/
|
|
19778
|
+
logBackupRetentionDay: number;
|
|
19779
|
+
/**
|
|
19780
|
+
* Whether to allow downloading instance backup data from a public network environment. Values: true: Yes. false: No.
|
|
19781
|
+
*/
|
|
19782
|
+
publicDownloadEnable: boolean;
|
|
19783
|
+
/**
|
|
19784
|
+
* Whether the retention policy for log backups is the same as that for data backups. Values: true: Yes. false: No.
|
|
19785
|
+
*/
|
|
19786
|
+
retentionPolicySynced: boolean;
|
|
19787
|
+
}
|
|
19788
|
+
interface InstanceBackupPolicyCrossBackupPolicy {
|
|
19789
|
+
/**
|
|
19790
|
+
* Enable cross-region backup. true: enabled. false: disabled. Default value (unspecified).
|
|
19791
|
+
*/
|
|
19792
|
+
backupEnabled: boolean;
|
|
19793
|
+
/**
|
|
19794
|
+
* Retain cross-region backups long-term before instance release. Values: true: yes. false: no.
|
|
19795
|
+
*/
|
|
19796
|
+
crossBackupAllRetention: boolean;
|
|
19797
|
+
/**
|
|
19798
|
+
* Destination region ID for cross-region backups. This parameter is required when BackupEnabled is true.
|
|
19799
|
+
*/
|
|
19800
|
+
crossBackupRegion: string;
|
|
19801
|
+
/**
|
|
19802
|
+
* Whether to enable cross-region log backup. true: Enable. false: Disable (default). Note: Cross-region log backup can only be enabled when cross-region backup is enabled.
|
|
19803
|
+
*/
|
|
19804
|
+
logBackupEnabled: boolean;
|
|
19805
|
+
/**
|
|
19806
|
+
* Cross-region backup retention days. Value range: 7–3650. Default: 7. Unit: days. Note: When CrossBackupAllRetention is set to true, this field does not need to be set.
|
|
19807
|
+
*/
|
|
19808
|
+
retention: number;
|
|
19809
|
+
}
|
|
18960
19810
|
interface InstanceChargeDetail {
|
|
18961
19811
|
/**
|
|
18962
19812
|
* Enable auto-renewal for prepaid scenarios. Values: true: auto-renewal. false: do not auto-renew
|
|
@@ -19034,6 +19884,7 @@ export declare namespace rdsmysql {
|
|
|
19034
19884
|
secondsBehindMaster: number;
|
|
19035
19885
|
}
|
|
19036
19886
|
interface InstanceEndpoint {
|
|
19887
|
+
addresses: outputs.rdsmysql.InstanceEndpointAddress[];
|
|
19037
19888
|
/**
|
|
19038
19889
|
* When the endpoint type is read/write or read-only, you can set whether new nodes join automatically. Values: Enable: auto join. Disable: do not auto join (default)
|
|
19039
19890
|
*/
|
|
@@ -19050,6 +19901,7 @@ export declare namespace rdsmysql {
|
|
|
19050
19901
|
* Connection pool type for proxy terminal. Values: Transaction: Transaction-level connection pool. Default value. Direct: Direct mode.
|
|
19051
19902
|
*/
|
|
19052
19903
|
connectionPoolType: string;
|
|
19904
|
+
customRouteStrategies: outputs.rdsmysql.InstanceEndpointCustomRouteStrategy[];
|
|
19053
19905
|
/**
|
|
19054
19906
|
* Description of the connection endpoint
|
|
19055
19907
|
*/
|
|
@@ -19116,6 +19968,54 @@ export declare namespace rdsmysql {
|
|
|
19116
19968
|
*/
|
|
19117
19969
|
readWriteMode: string;
|
|
19118
19970
|
}
|
|
19971
|
+
interface InstanceEndpointAddress {
|
|
19972
|
+
/**
|
|
19973
|
+
* false: Private network resolution (default). true: Private and public network resolution.
|
|
19974
|
+
*/
|
|
19975
|
+
dnsVisibility: boolean;
|
|
19976
|
+
/**
|
|
19977
|
+
* Connection domain name.
|
|
19978
|
+
*/
|
|
19979
|
+
domain: string;
|
|
19980
|
+
/**
|
|
19981
|
+
* EIP ID, valid only for Public addresses.
|
|
19982
|
+
*/
|
|
19983
|
+
eipId: string;
|
|
19984
|
+
/**
|
|
19985
|
+
* Whether the EIP used by the connected terminal is suspended due to overdue payment. Values: true: Yes. false: No.
|
|
19986
|
+
*/
|
|
19987
|
+
eipLocked: boolean;
|
|
19988
|
+
/**
|
|
19989
|
+
* IP protocol version. Value: IPv4.
|
|
19990
|
+
*/
|
|
19991
|
+
internetProtocol: string;
|
|
19992
|
+
/**
|
|
19993
|
+
* IP address.
|
|
19994
|
+
*/
|
|
19995
|
+
ipAddress: string;
|
|
19996
|
+
/**
|
|
19997
|
+
* Network address type. Values: Private: private address. Public: public address.
|
|
19998
|
+
*/
|
|
19999
|
+
networkType: string;
|
|
20000
|
+
/**
|
|
20001
|
+
* Port.
|
|
20002
|
+
*/
|
|
20003
|
+
port: string;
|
|
20004
|
+
/**
|
|
20005
|
+
* Subnet ID, valid only for Private addresses.
|
|
20006
|
+
*/
|
|
20007
|
+
subnetId: string;
|
|
20008
|
+
}
|
|
20009
|
+
interface InstanceEndpointCustomRouteStrategy {
|
|
20010
|
+
/**
|
|
20011
|
+
* SQL forwarding rule target. Values: Primary: primary node. Secondary: secondary node. ReadOnly: read-only node. Note: For dual-node instances, you can select the primary node or read-only node. For multi-node instances, you can select the primary node or secondary node.
|
|
20012
|
+
*/
|
|
20013
|
+
nodeType: string;
|
|
20014
|
+
/**
|
|
20015
|
+
* Forwarding rule keywords. SQL keyword setting rules are as follows: Each rule can contain up to 20 keywords. Maximum length is 64 characters. Can include English letters, numbers, underscores (_), @, #, :=, and Chinese characters.
|
|
20016
|
+
*/
|
|
20017
|
+
sqlKeyword: string;
|
|
20018
|
+
}
|
|
19119
20019
|
interface InstanceEndpointReadOnlyNodeWeight {
|
|
19120
20020
|
/**
|
|
19121
20021
|
* Read-only nodes require NodeId. Primary nodes do not require it
|
|
@@ -20308,6 +21208,44 @@ export declare namespace redis {
|
|
|
20308
21208
|
*/
|
|
20309
21209
|
securityGroupName: string;
|
|
20310
21210
|
}
|
|
21211
|
+
interface GetInstanceBackup {
|
|
21212
|
+
/**
|
|
21213
|
+
* Backup point ID
|
|
21214
|
+
*/
|
|
21215
|
+
backupPointId: string;
|
|
21216
|
+
/**
|
|
21217
|
+
* Backup point name
|
|
21218
|
+
*/
|
|
21219
|
+
backupPointName: string;
|
|
21220
|
+
/**
|
|
21221
|
+
* Backup policy
|
|
21222
|
+
*/
|
|
21223
|
+
backupStrategy: string;
|
|
21224
|
+
/**
|
|
21225
|
+
* Backup type
|
|
21226
|
+
*/
|
|
21227
|
+
backupType: string;
|
|
21228
|
+
/**
|
|
21229
|
+
* Backup end time
|
|
21230
|
+
*/
|
|
21231
|
+
endTime: string;
|
|
21232
|
+
/**
|
|
21233
|
+
* Instance ID
|
|
21234
|
+
*/
|
|
21235
|
+
instanceId: string;
|
|
21236
|
+
/**
|
|
21237
|
+
* Backup size (unit: Byte)
|
|
21238
|
+
*/
|
|
21239
|
+
size: number;
|
|
21240
|
+
/**
|
|
21241
|
+
* Backup start time
|
|
21242
|
+
*/
|
|
21243
|
+
startTime: string;
|
|
21244
|
+
/**
|
|
21245
|
+
* Backup status
|
|
21246
|
+
*/
|
|
21247
|
+
status: string;
|
|
21248
|
+
}
|
|
20311
21249
|
interface GetInstanceBackupRestore {
|
|
20312
21250
|
/**
|
|
20313
21251
|
* Backup ID, used to specify which backup to use when restoring from a backup set
|
|
@@ -20446,6 +21384,44 @@ export declare namespace redis {
|
|
|
20446
21384
|
*/
|
|
20447
21385
|
unit: string;
|
|
20448
21386
|
}
|
|
21387
|
+
interface InstanceBackup {
|
|
21388
|
+
/**
|
|
21389
|
+
* Backup point ID
|
|
21390
|
+
*/
|
|
21391
|
+
backupPointId: string;
|
|
21392
|
+
/**
|
|
21393
|
+
* Backup point name
|
|
21394
|
+
*/
|
|
21395
|
+
backupPointName: string;
|
|
21396
|
+
/**
|
|
21397
|
+
* Backup policy
|
|
21398
|
+
*/
|
|
21399
|
+
backupStrategy: string;
|
|
21400
|
+
/**
|
|
21401
|
+
* Backup type
|
|
21402
|
+
*/
|
|
21403
|
+
backupType: string;
|
|
21404
|
+
/**
|
|
21405
|
+
* Backup end time
|
|
21406
|
+
*/
|
|
21407
|
+
endTime: string;
|
|
21408
|
+
/**
|
|
21409
|
+
* Instance ID
|
|
21410
|
+
*/
|
|
21411
|
+
instanceId: string;
|
|
21412
|
+
/**
|
|
21413
|
+
* Backup size (unit: Byte)
|
|
21414
|
+
*/
|
|
21415
|
+
size: number;
|
|
21416
|
+
/**
|
|
21417
|
+
* Backup start time
|
|
21418
|
+
*/
|
|
21419
|
+
startTime: string;
|
|
21420
|
+
/**
|
|
21421
|
+
* Backup status
|
|
21422
|
+
*/
|
|
21423
|
+
status: string;
|
|
21424
|
+
}
|
|
20449
21425
|
interface InstanceBackupRestore {
|
|
20450
21426
|
/**
|
|
20451
21427
|
* Backup ID, used to specify which backup to use when restoring from a backup set
|
|
@@ -21569,6 +22545,16 @@ export declare namespace tls {
|
|
|
21569
22545
|
*/
|
|
21570
22546
|
severity: string;
|
|
21571
22547
|
}
|
|
22548
|
+
interface AlarmWebhookIntegrationTypeWebhookHeader {
|
|
22549
|
+
/**
|
|
22550
|
+
* Key for custom request header
|
|
22551
|
+
*/
|
|
22552
|
+
key: string;
|
|
22553
|
+
/**
|
|
22554
|
+
* Value for custom request header
|
|
22555
|
+
*/
|
|
22556
|
+
value: string;
|
|
22557
|
+
}
|
|
21572
22558
|
interface EtlTargetResource {
|
|
21573
22559
|
/**
|
|
21574
22560
|
* Name of the custom output target. You must use this name to refer to the output target in the data processing rules
|
|
@@ -22051,6 +23037,16 @@ export declare namespace tls {
|
|
|
22051
23037
|
*/
|
|
22052
23038
|
severity: string;
|
|
22053
23039
|
}
|
|
23040
|
+
interface GetAlarmWebhookIntegrationTypeWebhookHeader {
|
|
23041
|
+
/**
|
|
23042
|
+
* Key for custom request header
|
|
23043
|
+
*/
|
|
23044
|
+
key: string;
|
|
23045
|
+
/**
|
|
23046
|
+
* Value for custom request header
|
|
23047
|
+
*/
|
|
23048
|
+
value: string;
|
|
23049
|
+
}
|
|
22054
23050
|
interface GetEtlTargetResource {
|
|
22055
23051
|
/**
|
|
22056
23052
|
* Name of the custom output target. You must use this name to refer to the output target in the data processing rules
|
|
@@ -25579,6 +26575,74 @@ export declare namespace tos {
|
|
|
25579
26575
|
*/
|
|
25580
26576
|
value: string;
|
|
25581
26577
|
}
|
|
26578
|
+
interface BucketWebsiteErrorDocument {
|
|
26579
|
+
/**
|
|
26580
|
+
* When a 4xx error occurs, this page is returned
|
|
26581
|
+
*/
|
|
26582
|
+
key: string;
|
|
26583
|
+
}
|
|
26584
|
+
interface BucketWebsiteIndexDocument {
|
|
26585
|
+
/**
|
|
26586
|
+
* Whether to support redirecting to the default homepage of a subdirectory. Value description: false (default): Does not support redirecting to the default homepage of a subdirectory. true: Supports redirecting to the default homepage of a subdirectory
|
|
26587
|
+
*/
|
|
26588
|
+
forbiddenSubDir: boolean;
|
|
26589
|
+
/**
|
|
26590
|
+
* When requesting a directory (ending with /), returns the object specified by Suffix in that directory. For example, if Suffix is set to index.html, accessing document/ returns document/index.html
|
|
26591
|
+
*/
|
|
26592
|
+
suffix: string;
|
|
26593
|
+
}
|
|
26594
|
+
interface BucketWebsiteRedirectAllRequestsTo {
|
|
26595
|
+
/**
|
|
26596
|
+
* Redirect site name
|
|
26597
|
+
*/
|
|
26598
|
+
hostName: string;
|
|
26599
|
+
/**
|
|
26600
|
+
* Protocol used for redirect requests. Supports http and https. Default is http
|
|
26601
|
+
*/
|
|
26602
|
+
protocol: string;
|
|
26603
|
+
}
|
|
26604
|
+
interface BucketWebsiteRoutingRule {
|
|
26605
|
+
/**
|
|
26606
|
+
* Set the matching conditions for the redirect rule. The redirect rule only takes effect when all specified conditions are met
|
|
26607
|
+
*/
|
|
26608
|
+
condition: outputs.tos.BucketWebsiteRoutingRuleCondition;
|
|
26609
|
+
/**
|
|
26610
|
+
* Set redirect rule
|
|
26611
|
+
*/
|
|
26612
|
+
redirect: outputs.tos.BucketWebsiteRoutingRuleRedirect;
|
|
26613
|
+
}
|
|
26614
|
+
interface BucketWebsiteRoutingRuleCondition {
|
|
26615
|
+
/**
|
|
26616
|
+
* Set the HTTP error code that triggers the redirect rule. For example, if HttpErrorCodeReturnedEquals is set to 404, the rule takes effect when the specified object does not exist. If KeyPrefixEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
|
|
26617
|
+
*/
|
|
26618
|
+
httpErrorCodeReturnedEquals: number;
|
|
26619
|
+
/**
|
|
26620
|
+
* Set the object name prefix for the redirect rule to take effect. If HttpErrorCodeReturnedEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
|
|
26621
|
+
*/
|
|
26622
|
+
keyPrefixEquals: string;
|
|
26623
|
+
}
|
|
26624
|
+
interface BucketWebsiteRoutingRuleRedirect {
|
|
26625
|
+
/**
|
|
26626
|
+
* Set the redirect site name
|
|
26627
|
+
*/
|
|
26628
|
+
hostName: string;
|
|
26629
|
+
/**
|
|
26630
|
+
* Status code returned during redirect. Only 3XX status codes can be set; 300 cannot be set. Default is 301
|
|
26631
|
+
*/
|
|
26632
|
+
httpRedirectCode: number;
|
|
26633
|
+
/**
|
|
26634
|
+
* Protocol used for redirect requests, including http and https. Default is http
|
|
26635
|
+
*/
|
|
26636
|
+
protocol: string;
|
|
26637
|
+
/**
|
|
26638
|
+
* Object name prefix used for redirect
|
|
26639
|
+
*/
|
|
26640
|
+
replaceKeyPrefixWith: string;
|
|
26641
|
+
/**
|
|
26642
|
+
* Object name used for redirect
|
|
26643
|
+
*/
|
|
26644
|
+
replaceKeyWith: string;
|
|
26645
|
+
}
|
|
25582
26646
|
interface GetBucketAcl {
|
|
25583
26647
|
/**
|
|
25584
26648
|
* Enable object default bucket ACL inheritance. true: Enable object default bucket ACL inheritance. false: Disable object default bucket ACL inheritance.
|
|
@@ -26269,6 +27333,74 @@ export declare namespace tos {
|
|
|
26269
27333
|
*/
|
|
26270
27334
|
value: string;
|
|
26271
27335
|
}
|
|
27336
|
+
interface GetBucketWebsiteErrorDocument {
|
|
27337
|
+
/**
|
|
27338
|
+
* When a 4xx error occurs, this page is returned
|
|
27339
|
+
*/
|
|
27340
|
+
key: string;
|
|
27341
|
+
}
|
|
27342
|
+
interface GetBucketWebsiteIndexDocument {
|
|
27343
|
+
/**
|
|
27344
|
+
* Whether to support redirecting to the default homepage of a subdirectory. Value description: false (default): Does not support redirecting to the default homepage of a subdirectory. true: Supports redirecting to the default homepage of a subdirectory
|
|
27345
|
+
*/
|
|
27346
|
+
forbiddenSubDir: boolean;
|
|
27347
|
+
/**
|
|
27348
|
+
* When requesting a directory (ending with /), returns the object specified by Suffix in that directory. For example, if Suffix is set to index.html, accessing document/ returns document/index.html
|
|
27349
|
+
*/
|
|
27350
|
+
suffix: string;
|
|
27351
|
+
}
|
|
27352
|
+
interface GetBucketWebsiteRedirectAllRequestsTo {
|
|
27353
|
+
/**
|
|
27354
|
+
* Redirect site name
|
|
27355
|
+
*/
|
|
27356
|
+
hostName: string;
|
|
27357
|
+
/**
|
|
27358
|
+
* Protocol used for redirect requests. Supports http and https. Default is http
|
|
27359
|
+
*/
|
|
27360
|
+
protocol: string;
|
|
27361
|
+
}
|
|
27362
|
+
interface GetBucketWebsiteRoutingRule {
|
|
27363
|
+
/**
|
|
27364
|
+
* Set the matching conditions for the redirect rule. The redirect rule only takes effect when all specified conditions are met
|
|
27365
|
+
*/
|
|
27366
|
+
condition: outputs.tos.GetBucketWebsiteRoutingRuleCondition;
|
|
27367
|
+
/**
|
|
27368
|
+
* Set redirect rule
|
|
27369
|
+
*/
|
|
27370
|
+
redirect: outputs.tos.GetBucketWebsiteRoutingRuleRedirect;
|
|
27371
|
+
}
|
|
27372
|
+
interface GetBucketWebsiteRoutingRuleCondition {
|
|
27373
|
+
/**
|
|
27374
|
+
* Set the HTTP error code that triggers the redirect rule. For example, if HttpErrorCodeReturnedEquals is set to 404, the rule takes effect when the specified object does not exist. If KeyPrefixEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
|
|
27375
|
+
*/
|
|
27376
|
+
httpErrorCodeReturnedEquals: number;
|
|
27377
|
+
/**
|
|
27378
|
+
* Set the object name prefix for the redirect rule to take effect. If HttpErrorCodeReturnedEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
|
|
27379
|
+
*/
|
|
27380
|
+
keyPrefixEquals: string;
|
|
27381
|
+
}
|
|
27382
|
+
interface GetBucketWebsiteRoutingRuleRedirect {
|
|
27383
|
+
/**
|
|
27384
|
+
* Set the redirect site name
|
|
27385
|
+
*/
|
|
27386
|
+
hostName: string;
|
|
27387
|
+
/**
|
|
27388
|
+
* Status code returned during redirect. Only 3XX status codes can be set; 300 cannot be set. Default is 301
|
|
27389
|
+
*/
|
|
27390
|
+
httpRedirectCode: number;
|
|
27391
|
+
/**
|
|
27392
|
+
* Protocol used for redirect requests, including http and https. Default is http
|
|
27393
|
+
*/
|
|
27394
|
+
protocol: string;
|
|
27395
|
+
/**
|
|
27396
|
+
* Object name prefix used for redirect
|
|
27397
|
+
*/
|
|
27398
|
+
replaceKeyPrefixWith: string;
|
|
27399
|
+
/**
|
|
27400
|
+
* Object name used for redirect
|
|
27401
|
+
*/
|
|
27402
|
+
replaceKeyWith: string;
|
|
27403
|
+
}
|
|
26272
27404
|
}
|
|
26273
27405
|
export declare namespace transitrouter {
|
|
26274
27406
|
interface DirectConnectGatewayAttachmentTag {
|
|
@@ -27164,6 +28296,80 @@ export declare namespace vedbm {
|
|
|
27164
28296
|
value: string;
|
|
27165
28297
|
}
|
|
27166
28298
|
}
|
|
28299
|
+
export declare namespace veenedge {
|
|
28300
|
+
interface GetVpcSubnet {
|
|
28301
|
+
/**
|
|
28302
|
+
* Subnet CIDR Block, e.g. 10.1.0.0/16
|
|
28303
|
+
*/
|
|
28304
|
+
cidr: string;
|
|
28305
|
+
/**
|
|
28306
|
+
* Subnet IP Segment, e.g. 10.1.0.0
|
|
28307
|
+
*/
|
|
28308
|
+
cidrIp: string;
|
|
28309
|
+
/**
|
|
28310
|
+
* Subnet Mask Length, e.g. 16
|
|
28311
|
+
*/
|
|
28312
|
+
cidrMask: number;
|
|
28313
|
+
/**
|
|
28314
|
+
* Subnet Creation Time, Unix Timestamp
|
|
28315
|
+
*/
|
|
28316
|
+
createTime: number;
|
|
28317
|
+
/**
|
|
28318
|
+
* Subnet Description
|
|
28319
|
+
*/
|
|
28320
|
+
desc: string;
|
|
28321
|
+
/**
|
|
28322
|
+
* Subnet Name
|
|
28323
|
+
*/
|
|
28324
|
+
name: string;
|
|
28325
|
+
/**
|
|
28326
|
+
* Subnet Status
|
|
28327
|
+
*/
|
|
28328
|
+
status: string;
|
|
28329
|
+
/**
|
|
28330
|
+
* Unique Identifier of Subnet
|
|
28331
|
+
*/
|
|
28332
|
+
subnetIdentity: string;
|
|
28333
|
+
/**
|
|
28334
|
+
* Subnet Update Time, Unix Timestamp
|
|
28335
|
+
*/
|
|
28336
|
+
updateTime: number;
|
|
28337
|
+
}
|
|
28338
|
+
interface GetVpcTag {
|
|
28339
|
+
/**
|
|
28340
|
+
* Tag Key
|
|
28341
|
+
*/
|
|
28342
|
+
key: string;
|
|
28343
|
+
/**
|
|
28344
|
+
* Tag Value
|
|
28345
|
+
*/
|
|
28346
|
+
value: string;
|
|
28347
|
+
}
|
|
28348
|
+
interface VpcSubnet {
|
|
28349
|
+
/**
|
|
28350
|
+
* Subnet CIDR Block, e.g. 10.1.0.0/16
|
|
28351
|
+
*/
|
|
28352
|
+
cidr: string;
|
|
28353
|
+
/**
|
|
28354
|
+
* Subnet Description
|
|
28355
|
+
*/
|
|
28356
|
+
desc: string;
|
|
28357
|
+
/**
|
|
28358
|
+
* Subnet Name
|
|
28359
|
+
*/
|
|
28360
|
+
name: string;
|
|
28361
|
+
}
|
|
28362
|
+
interface VpcTag {
|
|
28363
|
+
/**
|
|
28364
|
+
* Tag Key
|
|
28365
|
+
*/
|
|
28366
|
+
key: string;
|
|
28367
|
+
/**
|
|
28368
|
+
* Tag Value
|
|
28369
|
+
*/
|
|
28370
|
+
value: string;
|
|
28371
|
+
}
|
|
28372
|
+
}
|
|
27167
28373
|
export declare namespace vefaas {
|
|
27168
28374
|
interface FunctionAsyncTaskConfig {
|
|
27169
28375
|
/**
|
|
@@ -32952,4 +34158,32 @@ export declare namespace waf {
|
|
|
32952
34158
|
*/
|
|
32953
34159
|
statisticalKeyLists: string[];
|
|
32954
34160
|
}
|
|
34161
|
+
interface GetHostGroupRelatedRule {
|
|
34162
|
+
/**
|
|
34163
|
+
* Rule name.
|
|
34164
|
+
*/
|
|
34165
|
+
ruleName: string;
|
|
34166
|
+
/**
|
|
34167
|
+
* Rule ID.
|
|
34168
|
+
*/
|
|
34169
|
+
ruleTag: string;
|
|
34170
|
+
/**
|
|
34171
|
+
* Rule type. Allow indicates an allowlist, Block indicates a blocklist.
|
|
34172
|
+
*/
|
|
34173
|
+
ruleType: string;
|
|
34174
|
+
}
|
|
34175
|
+
interface HostGroupRelatedRule {
|
|
34176
|
+
/**
|
|
34177
|
+
* Rule name.
|
|
34178
|
+
*/
|
|
34179
|
+
ruleName: string;
|
|
34180
|
+
/**
|
|
34181
|
+
* Rule ID.
|
|
34182
|
+
*/
|
|
34183
|
+
ruleTag: string;
|
|
34184
|
+
/**
|
|
34185
|
+
* Rule type. Allow indicates an allowlist, Block indicates a blocklist.
|
|
34186
|
+
*/
|
|
34187
|
+
ruleType: string;
|
|
34188
|
+
}
|
|
32955
34189
|
}
|