@volcengine/pulumi-volcenginecc 0.0.35 → 0.0.38

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.
Files changed (101) hide show
  1. package/directconnect/gatewayRoute.d.ts +142 -0
  2. package/directconnect/gatewayRoute.js +96 -0
  3. package/directconnect/gatewayRoute.js.map +1 -0
  4. package/directconnect/getGatewayRoute.d.ts +72 -0
  5. package/directconnect/getGatewayRoute.js +28 -0
  6. package/directconnect/getGatewayRoute.js.map +1 -0
  7. package/directconnect/getGatewayRoutes.d.ts +22 -0
  8. package/directconnect/getGatewayRoutes.js +24 -0
  9. package/directconnect/getGatewayRoutes.js.map +1 -0
  10. package/directconnect/getVirtualInterface.d.ts +133 -0
  11. package/directconnect/getVirtualInterface.js +28 -0
  12. package/directconnect/getVirtualInterface.js.map +1 -0
  13. package/directconnect/getVirtualInterfaces.d.ts +22 -0
  14. package/directconnect/getVirtualInterfaces.js +24 -0
  15. package/directconnect/getVirtualInterfaces.js.map +1 -0
  16. package/directconnect/index.d.ts +18 -0
  17. package/directconnect/index.js +23 -1
  18. package/directconnect/index.js.map +1 -1
  19. package/directconnect/virtualInterface.d.ts +336 -0
  20. package/directconnect/virtualInterface.js +149 -0
  21. package/directconnect/virtualInterface.js.map +1 -0
  22. package/gtm/getPool.d.ts +81 -0
  23. package/gtm/getPool.js +28 -0
  24. package/gtm/getPool.js.map +1 -0
  25. package/gtm/getPools.d.ts +22 -0
  26. package/gtm/getPools.js +24 -0
  27. package/gtm/getPools.js.map +1 -0
  28. package/gtm/index.d.ts +9 -0
  29. package/gtm/index.js +28 -0
  30. package/gtm/index.js.map +1 -0
  31. package/gtm/pool.d.ts +154 -0
  32. package/gtm/pool.js +87 -0
  33. package/gtm/pool.js.map +1 -0
  34. package/index.d.ts +2 -1
  35. package/index.js +3 -1
  36. package/index.js.map +1 -1
  37. package/kms/getSecret.d.ts +128 -0
  38. package/kms/getSecret.js +28 -0
  39. package/kms/getSecret.js.map +1 -0
  40. package/kms/getSecrets.d.ts +22 -0
  41. package/kms/getSecrets.js +24 -0
  42. package/kms/getSecrets.js.map +1 -0
  43. package/kms/index.d.ts +9 -0
  44. package/kms/index.js +12 -1
  45. package/kms/index.js.map +1 -1
  46. package/kms/secret.d.ts +289 -0
  47. package/kms/secret.js +131 -0
  48. package/kms/secret.js.map +1 -0
  49. package/package.json +1 -1
  50. package/privatezone/getPrivateZone.d.ts +85 -0
  51. package/privatezone/getPrivateZone.js +28 -0
  52. package/privatezone/getPrivateZone.js.map +1 -0
  53. package/privatezone/getPrivateZones.d.ts +22 -0
  54. package/privatezone/getPrivateZones.js +24 -0
  55. package/privatezone/getPrivateZones.js.map +1 -0
  56. package/privatezone/index.d.ts +9 -0
  57. package/privatezone/index.js +12 -1
  58. package/privatezone/index.js.map +1 -1
  59. package/privatezone/privateZone.d.ts +153 -0
  60. package/privatezone/privateZone.js +83 -0
  61. package/privatezone/privateZone.js.map +1 -0
  62. package/rdspostgresql/dbEndpoint.d.ts +36 -18
  63. package/rdspostgresql/dbEndpoint.js +6 -17
  64. package/rdspostgresql/dbEndpoint.js.map +1 -1
  65. package/rdspostgresql/getDbEndpoint.d.ts +12 -4
  66. package/rdspostgresql/getDbEndpoint.js.map +1 -1
  67. package/tls/alarm.d.ts +215 -0
  68. package/tls/alarm.js +110 -0
  69. package/tls/alarm.js.map +1 -0
  70. package/tls/getAlarm.d.ts +109 -0
  71. package/tls/getAlarm.js +28 -0
  72. package/tls/getAlarm.js.map +1 -0
  73. package/tls/getAlarms.d.ts +22 -0
  74. package/tls/getAlarms.js +24 -0
  75. package/tls/getAlarms.js.map +1 -0
  76. package/tls/index.d.ts +9 -0
  77. package/tls/index.js +12 -1
  78. package/tls/index.js.map +1 -1
  79. package/types/input.d.ts +296 -2
  80. package/types/output.d.ts +926 -162
  81. package/vpn/getSslVpnServer.d.ts +109 -0
  82. package/vpn/getSslVpnServer.js +28 -0
  83. package/vpn/getSslVpnServer.js.map +1 -0
  84. package/vpn/getSslVpnServers.d.ts +22 -0
  85. package/vpn/getSslVpnServers.js +24 -0
  86. package/vpn/getSslVpnServers.js.map +1 -0
  87. package/vpn/getVpnGatewayRoute.d.ts +77 -0
  88. package/vpn/getVpnGatewayRoute.js +28 -0
  89. package/vpn/getVpnGatewayRoute.js.map +1 -0
  90. package/vpn/getVpnGatewayRoutes.d.ts +22 -0
  91. package/vpn/getVpnGatewayRoutes.js +24 -0
  92. package/vpn/getVpnGatewayRoutes.js.map +1 -0
  93. package/vpn/index.d.ts +18 -0
  94. package/vpn/index.js +23 -1
  95. package/vpn/index.js.map +1 -1
  96. package/vpn/sslVpnServer.d.ts +263 -0
  97. package/vpn/sslVpnServer.js +130 -0
  98. package/vpn/sslVpnServer.js.map +1 -0
  99. package/vpn/vpnGatewayRoute.d.ts +146 -0
  100. package/vpn/vpnGatewayRoute.js +98 -0
  101. package/vpn/vpnGatewayRoute.js.map +1 -0
package/types/output.d.ts CHANGED
@@ -9847,6 +9847,26 @@ export declare namespace directconnect {
9847
9847
  */
9848
9848
  value: string;
9849
9849
  }
9850
+ interface GetVirtualInterfaceTag {
9851
+ /**
9852
+ * Tag key (Key) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag key (Key), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag keys (Key) are separated by &. Cannot start with sys: in any case. sys: is reserved for system tags and cannot be created. Length range: 1–128 characters. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@).
9853
+ */
9854
+ key: string;
9855
+ /**
9856
+ * Tag value (Value) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag value (Value), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag values (Value) are separated by &. Length range: 0–256 characters. If not specified, the default is empty. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@). Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
9857
+ */
9858
+ value: string;
9859
+ }
9860
+ interface VirtualInterfaceTag {
9861
+ /**
9862
+ * Tag key (Key) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag key (Key), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag keys (Key) are separated by &. Cannot start with sys: in any case. sys: is reserved for system tags and cannot be created. Length range: 1–128 characters. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@).
9863
+ */
9864
+ key: string;
9865
+ /**
9866
+ * Tag value (Value) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag value (Value), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag values (Value) are separated by &. Length range: 0–256 characters. If not specified, the default is empty. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@). Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
9867
+ */
9868
+ value: string;
9869
+ }
9850
9870
  }
9851
9871
  export declare namespace dns {
9852
9872
  interface GetZoneTag {
@@ -13993,6 +14013,56 @@ export declare namespace fwcenter {
13993
14013
  vpcId: string;
13994
14014
  }
13995
14015
  }
14016
+ export declare namespace gtm {
14017
+ interface GetPoolAddress {
14018
+ /**
14019
+ * Address capacity
14020
+ */
14021
+ capacity: number;
14022
+ /**
14023
+ * Geographic location of the address, returned only in queries
14024
+ */
14025
+ geo: string;
14026
+ /**
14027
+ * Address availability mode
14028
+ */
14029
+ mode: string;
14030
+ /**
14031
+ * List of geographic route codes to be corrected
14032
+ */
14033
+ rectifiedGeos: string[];
14034
+ /**
14035
+ * Target address value
14036
+ */
14037
+ value: string;
14038
+ /**
14039
+ * Address weight
14040
+ */
14041
+ weight: number;
14042
+ }
14043
+ interface PoolAddress {
14044
+ /**
14045
+ * Address capacity
14046
+ */
14047
+ capacity: number;
14048
+ /**
14049
+ * Address availability mode
14050
+ */
14051
+ mode: string;
14052
+ /**
14053
+ * List of geographic route codes to be corrected
14054
+ */
14055
+ rectifiedGeos: string[];
14056
+ /**
14057
+ * Target address value
14058
+ */
14059
+ value: string;
14060
+ /**
14061
+ * Address weight
14062
+ */
14063
+ weight: number;
14064
+ }
14065
+ }
13996
14066
  export declare namespace hbase {
13997
14067
  interface GetInstanceEndpoint {
13998
14068
  /**
@@ -15752,7 +15822,7 @@ export declare namespace privatelink {
15752
15822
  */
15753
15823
  name: string;
15754
15824
  /**
15755
- * Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
15825
+ * Domain verification status. PendingVerification: Pending verification, Verifying: In progress, Verified: Verified, Failed: Verification failed
15756
15826
  */
15757
15827
  status: string;
15758
15828
  /**
@@ -15790,7 +15860,7 @@ export declare namespace privatelink {
15790
15860
  */
15791
15861
  name: string;
15792
15862
  /**
15793
- * Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
15863
+ * Domain verification status. PendingVerification: Pending verification, Verifying: In progress, Verified: Verified, Failed: Verification failed
15794
15864
  */
15795
15865
  status: string;
15796
15866
  /**
@@ -16000,6 +16070,34 @@ export declare namespace privatelink {
16000
16070
  }
16001
16071
  }
16002
16072
  export declare namespace privatezone {
16073
+ interface GetPrivateZoneTag {
16074
+ /**
16075
+ * Tag key
16076
+ */
16077
+ key: string;
16078
+ /**
16079
+ * Tag value
16080
+ */
16081
+ value: string;
16082
+ }
16083
+ interface GetPrivateZoneVpc {
16084
+ /**
16085
+ * Account ID to which the VPC belongs
16086
+ */
16087
+ accountId: string;
16088
+ /**
16089
+ * Region where the VPC is located
16090
+ */
16091
+ region: string;
16092
+ /**
16093
+ * Name of the region where the VPC is located
16094
+ */
16095
+ regionName: string;
16096
+ /**
16097
+ * VPC ID
16098
+ */
16099
+ vpcId: string;
16100
+ }
16003
16101
  interface GetRecordRecordSet {
16004
16102
  /**
16005
16103
  * Full domain name
@@ -16092,6 +16190,26 @@ export declare namespace privatezone {
16092
16190
  */
16093
16191
  vpcId: string;
16094
16192
  }
16193
+ interface PrivateZoneTag {
16194
+ /**
16195
+ * Tag key
16196
+ */
16197
+ key: string;
16198
+ /**
16199
+ * Tag value
16200
+ */
16201
+ value: string;
16202
+ }
16203
+ interface PrivateZoneVpc {
16204
+ /**
16205
+ * Region where the VPC is located
16206
+ */
16207
+ region: string;
16208
+ /**
16209
+ * VPC ID
16210
+ */
16211
+ vpcId: string;
16212
+ }
16095
16213
  interface RecordRecordSet {
16096
16214
  /**
16097
16215
  * Full domain name
@@ -17905,19 +18023,131 @@ export declare namespace rdspostgresql {
17905
18023
  */
17906
18024
  walLogSpaceLimitEnable: boolean;
17907
18025
  }
17908
- interface DbEndpointAddress {
18026
+ interface DbEndpointInnerAddresses {
18027
+ /**
18028
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
18029
+ */
18030
+ crossRegionDomain: string;
18031
+ /**
18032
+ * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
18033
+ */
18034
+ dnsVisibility: boolean;
18035
+ /**
18036
+ * Connection domain name
18037
+ */
18038
+ domain: string;
18039
+ /**
18040
+ * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
18041
+ */
18042
+ domainPrefix: string;
18043
+ /**
18044
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
18045
+ */
18046
+ domainVisibilitySetting: string;
18047
+ /**
18048
+ * EIP ID, valid only for Public addresses.
18049
+ */
18050
+ eipId: string;
18051
+ /**
18052
+ * IP address
18053
+ */
18054
+ ipAddress: string;
18055
+ /**
18056
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
18057
+ */
18058
+ networkType: string;
18059
+ /**
18060
+ * Port number.
18061
+ */
18062
+ port: string;
18063
+ /**
18064
+ * Subnet ID
18065
+ */
18066
+ subnetId: string;
18067
+ }
18068
+ interface DbEndpointPrivateAddresses {
18069
+ /**
18070
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
18071
+ */
18072
+ crossRegionDomain: string;
18073
+ /**
18074
+ * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
18075
+ */
18076
+ dnsVisibility: boolean;
18077
+ /**
18078
+ * Connection domain name
18079
+ */
18080
+ domain: string;
18081
+ /**
18082
+ * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
18083
+ */
18084
+ domainPrefix: string;
18085
+ /**
18086
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
18087
+ */
18088
+ domainVisibilitySetting: string;
18089
+ /**
18090
+ * EIP ID, valid only for Public addresses.
18091
+ */
18092
+ eipId: string;
18093
+ /**
18094
+ * IP address
18095
+ */
18096
+ ipAddress: string;
18097
+ /**
18098
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
18099
+ */
18100
+ networkType: string;
18101
+ /**
18102
+ * Port number.
18103
+ */
18104
+ port: string;
18105
+ /**
18106
+ * Subnet ID
18107
+ */
18108
+ subnetId: string;
18109
+ }
18110
+ interface DbEndpointPublicAddresses {
18111
+ /**
18112
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
18113
+ */
18114
+ crossRegionDomain: string;
17909
18115
  /**
17910
18116
  * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
17911
18117
  */
17912
18118
  dnsVisibility: boolean;
18119
+ /**
18120
+ * Connection domain name
18121
+ */
18122
+ domain: string;
17913
18123
  /**
17914
18124
  * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
17915
18125
  */
17916
18126
  domainPrefix: string;
18127
+ /**
18128
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
18129
+ */
18130
+ domainVisibilitySetting: string;
18131
+ /**
18132
+ * EIP ID, valid only for Public addresses.
18133
+ */
18134
+ eipId: string;
18135
+ /**
18136
+ * IP address
18137
+ */
18138
+ ipAddress: string;
18139
+ /**
18140
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
18141
+ */
18142
+ networkType: string;
17917
18143
  /**
17918
18144
  * Port number.
17919
18145
  */
17920
18146
  port: string;
18147
+ /**
18148
+ * Subnet ID
18149
+ */
18150
+ subnetId: string;
17921
18151
  }
17922
18152
  interface DbEndpointReadOnlyNodeWeight {
17923
18153
  /**
@@ -18001,7 +18231,7 @@ export declare namespace rdspostgresql {
18001
18231
  */
18002
18232
  walLogSpaceLimitEnable: boolean;
18003
18233
  }
18004
- interface GetDbEndpointAddress {
18234
+ interface GetDbEndpointInnerAddresses {
18005
18235
  /**
18006
18236
  * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
18007
18237
  */
@@ -18043,67 +18273,151 @@ export declare namespace rdspostgresql {
18043
18273
  */
18044
18274
  subnetId: string;
18045
18275
  }
18046
- interface GetDbEndpointReadOnlyNodeWeight {
18276
+ interface GetDbEndpointPrivateAddresses {
18047
18277
  /**
18048
- * Read-only nodes require the NodeId to be provided.
18278
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
18049
18279
  */
18050
- nodeId: string;
18280
+ crossRegionDomain: string;
18051
18281
  /**
18052
- * Node type. Values: Primary: primary node. ReadOnly: read-only node.
18282
+ * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
18053
18283
  */
18054
- nodeType: string;
18284
+ dnsVisibility: boolean;
18055
18285
  /**
18056
- * Read weight of the node, increases in increments of 100, maximum value is 40000. Note: Weights cannot all be set to 0.
18286
+ * Connection domain name
18057
18287
  */
18058
- weight: number;
18059
- }
18060
- interface GetInstanceChargeDetail {
18288
+ domain: string;
18061
18289
  /**
18062
- * Enable auto-renewal for prepaid scenarios
18290
+ * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
18063
18291
  */
18064
- autoRenew: boolean;
18292
+ domainPrefix: string;
18065
18293
  /**
18066
- * Billing expiration time for yearly/monthly instances
18294
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
18067
18295
  */
18068
- chargeEndTime: string;
18296
+ domainVisibilitySetting: string;
18069
18297
  /**
18070
- * Instance billing start time
18298
+ * EIP ID, valid only for Public addresses.
18071
18299
  */
18072
- chargeStartTime: string;
18300
+ eipId: string;
18073
18301
  /**
18074
- * Payment status. Value: - `Normal`: Normal - `Overdue`: Overdue and suspended - `Unpaid`: Unpaid
18302
+ * IP address
18075
18303
  */
18076
- chargeStatus: string;
18304
+ ipAddress: string;
18077
18305
  /**
18078
- * Payment type. Value: - `PostPaid`: Postpaid - `PrePaid`: Prepaid
18306
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
18079
18307
  */
18080
- chargeType: string;
18308
+ networkType: string;
18081
18309
  /**
18082
- * Estimated release time after instance suspension due to overdue payment
18310
+ * Port number.
18083
18311
  */
18084
- overdueReclaimTime: string;
18312
+ port: string;
18085
18313
  /**
18086
- * Instance shutdown time due to overdue payment
18314
+ * Subnet ID
18087
18315
  */
18088
- overdueTime: string;
18316
+ subnetId: string;
18317
+ }
18318
+ interface GetDbEndpointPublicAddresses {
18089
18319
  /**
18090
- * Purchase duration for prepaid scenarios
18320
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
18091
18321
  */
18092
- period: number;
18322
+ crossRegionDomain: string;
18093
18323
  /**
18094
- * Purchase period for prepaid scenarios. Values: - `Month`: month - `Year`: year
18324
+ * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
18095
18325
  */
18096
- periodUnit: string;
18326
+ dnsVisibility: boolean;
18097
18327
  /**
18098
- * Rollback time for temporary upgrade
18328
+ * Connection domain name
18099
18329
  */
18100
- tempModifyEndTime: string;
18330
+ domain: string;
18101
18331
  /**
18102
- * Start time of temporary scaling
18332
+ * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
18103
18333
  */
18104
- tempModifyStartTime: string;
18105
- }
18106
- interface GetInstanceEndpoint {
18334
+ domainPrefix: string;
18335
+ /**
18336
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
18337
+ */
18338
+ domainVisibilitySetting: string;
18339
+ /**
18340
+ * EIP ID, valid only for Public addresses.
18341
+ */
18342
+ eipId: string;
18343
+ /**
18344
+ * IP address
18345
+ */
18346
+ ipAddress: string;
18347
+ /**
18348
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
18349
+ */
18350
+ networkType: string;
18351
+ /**
18352
+ * Port number.
18353
+ */
18354
+ port: string;
18355
+ /**
18356
+ * Subnet ID
18357
+ */
18358
+ subnetId: string;
18359
+ }
18360
+ interface GetDbEndpointReadOnlyNodeWeight {
18361
+ /**
18362
+ * Read-only nodes require the NodeId to be provided.
18363
+ */
18364
+ nodeId: string;
18365
+ /**
18366
+ * Node type. Values: Primary: primary node. ReadOnly: read-only node.
18367
+ */
18368
+ nodeType: string;
18369
+ /**
18370
+ * Read weight of the node, increases in increments of 100, maximum value is 40000. Note: Weights cannot all be set to 0.
18371
+ */
18372
+ weight: number;
18373
+ }
18374
+ interface GetInstanceChargeDetail {
18375
+ /**
18376
+ * Enable auto-renewal for prepaid scenarios
18377
+ */
18378
+ autoRenew: boolean;
18379
+ /**
18380
+ * Billing expiration time for yearly/monthly instances
18381
+ */
18382
+ chargeEndTime: string;
18383
+ /**
18384
+ * Instance billing start time
18385
+ */
18386
+ chargeStartTime: string;
18387
+ /**
18388
+ * Payment status. Value: - `Normal`: Normal - `Overdue`: Overdue and suspended - `Unpaid`: Unpaid
18389
+ */
18390
+ chargeStatus: string;
18391
+ /**
18392
+ * Payment type. Value: - `PostPaid`: Postpaid - `PrePaid`: Prepaid
18393
+ */
18394
+ chargeType: string;
18395
+ /**
18396
+ * Estimated release time after instance suspension due to overdue payment
18397
+ */
18398
+ overdueReclaimTime: string;
18399
+ /**
18400
+ * Instance shutdown time due to overdue payment
18401
+ */
18402
+ overdueTime: string;
18403
+ /**
18404
+ * Purchase duration for prepaid scenarios
18405
+ */
18406
+ period: number;
18407
+ /**
18408
+ * Purchase period for prepaid scenarios. Values: - `Month`: month - `Year`: year
18409
+ */
18410
+ periodUnit: string;
18411
+ /**
18412
+ * Rollback time for temporary upgrade
18413
+ */
18414
+ tempModifyEndTime: string;
18415
+ /**
18416
+ * Start time of temporary scaling
18417
+ */
18418
+ tempModifyStartTime: string;
18419
+ }
18420
+ interface GetInstanceEndpoint {
18107
18421
  /**
18108
18422
  * Address list.
18109
18423
  */
@@ -19395,312 +19709,644 @@ export declare namespace storageebs {
19395
19709
  */
19396
19710
  creationTime: string;
19397
19711
  /**
19398
- * Snapshot description
19712
+ * Snapshot description
19713
+ */
19714
+ description: string;
19715
+ /**
19716
+ * Image ID
19717
+ */
19718
+ imageId: string;
19719
+ /**
19720
+ * Whether the snapshot has enabled ultra-fast availability. Values are as follows: - true: Ultra-fast availability enabled - false: Ultra-fast availability not enabled
19721
+ */
19722
+ instantAccess: boolean;
19723
+ /**
19724
+ * Dump progress
19725
+ */
19726
+ progress: number;
19727
+ /**
19728
+ * Project of the snapshot
19729
+ */
19730
+ projectName: string;
19731
+ /**
19732
+ * Retention days for automatic snapshots
19733
+ */
19734
+ retentionDays: number;
19735
+ /**
19736
+ * Whether the snapshot is shared with others. Values are as follows: - true: Snapshot is shared with others - false: Snapshot is not shared with others
19737
+ */
19738
+ shared: boolean;
19739
+ /**
19740
+ * Snapshot consistency group ID
19741
+ */
19742
+ snapshotGroupId: string;
19743
+ /**
19744
+ * Snapshot ID
19745
+ */
19746
+ snapshotId: string;
19747
+ /**
19748
+ * Snapshot name
19749
+ */
19750
+ snapshotName: string;
19751
+ /**
19752
+ * Snapshot type. Values are as follows: - user: Manual snapshot - auto: Automatic snapshot
19753
+ */
19754
+ snapshotType: string;
19755
+ /**
19756
+ * Snapshot status. Values are as follows: - available: Available - creating: Creating - rollbacking: Rolling back - deleted: Deleted - failed: Error
19757
+ */
19758
+ status: string;
19759
+ tags: outputs.storageebs.SnapshotGroupSnapshotTag[];
19760
+ /**
19761
+ * Cloud disk ID
19762
+ */
19763
+ volumeId: string;
19764
+ /**
19765
+ * Cloud disk category. Values are as follows: - system: System disk - data: Data disk
19766
+ */
19767
+ volumeKind: string;
19768
+ /**
19769
+ * Cloud disk name
19770
+ */
19771
+ volumeName: string;
19772
+ /**
19773
+ * Cloud disk size (GiB)
19774
+ */
19775
+ volumeSize: number;
19776
+ /**
19777
+ * Cloud disk status. Values are as follows: - available: Available - attaching: Attaching - attached: Attached - detaching: Detaching - creating: Creating - deleting: Deleting - error: Error - extending: Expanding
19778
+ */
19779
+ volumeStatus: string;
19780
+ /**
19781
+ * Cloud disk type. Values are as follows: - ESSD*PL0: Ultra-fast SSD cloud disk, PL0 specification - ESSD*FlexPL: Ultra-fast SSD cloud disk, FlexPL specification - TSSD_TL0: Throughput SSD cloud disk
19782
+ */
19783
+ volumeType: string;
19784
+ /**
19785
+ * Zone ID. If ultra-fast availability is enabled for the snapshot, you can create a cloud disk in this zone using the ultra-fast available snapshot
19786
+ */
19787
+ zoneId: string;
19788
+ }
19789
+ interface SnapshotGroupSnapshotTag {
19790
+ /**
19791
+ * Tag key
19792
+ */
19793
+ key: string;
19794
+ /**
19795
+ * Tag value
19796
+ */
19797
+ value: string;
19798
+ }
19799
+ interface SnapshotGroupTag {
19800
+ /**
19801
+ * Tag key
19802
+ */
19803
+ key: string;
19804
+ /**
19805
+ * Tag value
19806
+ */
19807
+ value: string;
19808
+ }
19809
+ interface SnapshotTag {
19810
+ /**
19811
+ * User tag key added to the resource. Naming rules: Cannot start with volc: or sys: in any case. Keys starting with volc: or sys: are reserved system tag keys and cannot be created. Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
19812
+ */
19813
+ key: string;
19814
+ /**
19815
+ * User tag value added to the resource. Naming rules: Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length must be between 0 and 256 characters.
19816
+ */
19817
+ value: string;
19818
+ }
19819
+ interface VolumeBaselinePerformance {
19820
+ /**
19821
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
19822
+ */
19823
+ iops: number;
19824
+ /**
19825
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
19826
+ */
19827
+ throughput: number;
19828
+ }
19829
+ interface VolumeExtraPerformance {
19830
+ /**
19831
+ * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
19832
+ */
19833
+ extraPerformanceTypeId: string;
19834
+ /**
19835
+ * Extra IOPS of the disk.
19836
+ */
19837
+ iops: number;
19838
+ /**
19839
+ * Extra throughput of the disk.
19840
+ */
19841
+ throughput: number;
19842
+ }
19843
+ interface VolumeTag {
19844
+ /**
19845
+ * Tag key.
19846
+ */
19847
+ key: string;
19848
+ /**
19849
+ * Tag value.
19850
+ */
19851
+ value: string;
19852
+ }
19853
+ interface VolumeTotalPerformance {
19854
+ /**
19855
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
19856
+ */
19857
+ iops: number;
19858
+ /**
19859
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
19860
+ */
19861
+ throughput: number;
19862
+ }
19863
+ }
19864
+ export declare namespace tls {
19865
+ interface AlarmAlarmNotifyGroup {
19866
+ /**
19867
+ * Alert notification group ID.
19868
+ */
19869
+ alarmNotifyGroupId: string;
19870
+ }
19871
+ interface AlarmAlarmPeriodDetail {
19872
+ /**
19873
+ * Email alert interval, in minutes. Value range: 1–1440
19874
+ */
19875
+ email: number;
19876
+ /**
19877
+ * Custom Webhook alert interval, in minutes. Value range: 1–1440.
19878
+ */
19879
+ generalWebhook: number;
19880
+ /**
19881
+ * Phone alert cycle, in minutes. Value range: 10–1440.
19882
+ */
19883
+ phone: number;
19884
+ /**
19885
+ * SMS alert interval, in minutes. Value range: 10–1440
19886
+ */
19887
+ sms: number;
19888
+ }
19889
+ interface AlarmJoinConfiguration {
19890
+ /**
19891
+ * Expression used for left join or right join.
19892
+ */
19893
+ condition: string;
19894
+ /**
19895
+ * Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
19896
+ */
19897
+ setOperationType: string;
19898
+ }
19899
+ interface AlarmNotifyGroupNoticeRule {
19900
+ /**
19901
+ * Whether there is an end node afterwards.
19902
+ */
19903
+ hasEndNode: boolean;
19904
+ /**
19905
+ * Condition for whether to proceed to the next level.
19906
+ */
19907
+ hasNext: boolean;
19908
+ receiverInfos: outputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfo[];
19909
+ /**
19910
+ * Rule node. JSON format.
19911
+ */
19912
+ ruleNode: string;
19913
+ }
19914
+ interface AlarmNotifyGroupNoticeRuleReceiverInfo {
19915
+ /**
19916
+ * Alarm content template ID.
19917
+ */
19918
+ alarmContentTemplateId: string;
19919
+ /**
19920
+ * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19921
+ */
19922
+ alarmWebhookAtGroups: string[];
19923
+ /**
19924
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19925
+ */
19926
+ alarmWebhookAtUsers: string[];
19927
+ /**
19928
+ * Alarm webhook integration configuration ID.
19929
+ */
19930
+ alarmWebhookIntegrationId: string;
19931
+ /**
19932
+ * Name of the alarm Webhook integration configuration.
19933
+ */
19934
+ alarmWebhookIntegrationName: string;
19935
+ /**
19936
+ * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19937
+ */
19938
+ alarmWebhookIsAtAll: boolean;
19939
+ /**
19940
+ * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
19941
+ */
19942
+ endTime: string;
19943
+ /**
19944
+ * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
19945
+ */
19946
+ generalWebhookBody: string;
19947
+ generalWebhookHeaders: outputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader[];
19948
+ /**
19949
+ * Custom callback method for the interface. Only POST or PUT is supported.
19950
+ */
19951
+ generalWebhookMethod: string;
19952
+ /**
19953
+ * Custom callback URL for the interface.
19954
+ */
19955
+ generalWebhookUrl: string;
19956
+ /**
19957
+ * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
19958
+ */
19959
+ receiverChannels: string[];
19960
+ /**
19961
+ * IAM user or user group name.
19962
+ */
19963
+ receiverNames: string[];
19964
+ /**
19965
+ * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
19966
+ */
19967
+ receiverType: string;
19968
+ /**
19969
+ * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
19970
+ */
19971
+ startTime: string;
19972
+ }
19973
+ interface AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
19974
+ /**
19975
+ * Custom request header key.
19976
+ */
19977
+ key: string;
19978
+ /**
19979
+ * Custom request header value.
19980
+ */
19981
+ value: string;
19982
+ }
19983
+ interface AlarmNotifyGroupReceiver {
19984
+ /**
19985
+ * Alarm content template ID.
19986
+ */
19987
+ alarmContentTemplateId: string;
19988
+ /**
19989
+ * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19990
+ */
19991
+ alarmWebhookAtGroups: string[];
19992
+ /**
19993
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19994
+ */
19995
+ alarmWebhookAtUsers: string[];
19996
+ /**
19997
+ * Alarm webhook integration configuration ID.
19998
+ */
19999
+ alarmWebhookIntegrationId: string;
20000
+ /**
20001
+ * Name of the alarm Webhook integration configuration.
20002
+ */
20003
+ alarmWebhookIntegrationName: string;
20004
+ /**
20005
+ * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
20006
+ */
20007
+ alarmWebhookIsAtAll: boolean;
20008
+ /**
20009
+ * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
19399
20010
  */
19400
- description: string;
20011
+ endTime: string;
19401
20012
  /**
19402
- * Image ID
20013
+ * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
19403
20014
  */
19404
- imageId: string;
20015
+ generalWebhookBody: string;
20016
+ generalWebhookHeaders: outputs.tls.AlarmNotifyGroupReceiverGeneralWebhookHeader[];
19405
20017
  /**
19406
- * Whether the snapshot has enabled ultra-fast availability. Values are as follows: - true: Ultra-fast availability enabled - false: Ultra-fast availability not enabled
20018
+ * Custom callback method for the interface. Only POST or PUT is supported.
19407
20019
  */
19408
- instantAccess: boolean;
20020
+ generalWebhookMethod: string;
19409
20021
  /**
19410
- * Dump progress
20022
+ * Custom callback URL for the interface.
19411
20023
  */
19412
- progress: number;
20024
+ generalWebhookUrl: string;
19413
20025
  /**
19414
- * Project of the snapshot
20026
+ * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
19415
20027
  */
19416
- projectName: string;
20028
+ receiverChannels: string[];
19417
20029
  /**
19418
- * Retention days for automatic snapshots
20030
+ * IAM user or user group name.
19419
20031
  */
19420
- retentionDays: number;
20032
+ receiverNames: string[];
19421
20033
  /**
19422
- * Whether the snapshot is shared with others. Values are as follows: - true: Snapshot is shared with others - false: Snapshot is not shared with others
20034
+ * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
19423
20035
  */
19424
- shared: boolean;
20036
+ receiverType: string;
19425
20037
  /**
19426
- * Snapshot consistency group ID
20038
+ * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
19427
20039
  */
19428
- snapshotGroupId: string;
20040
+ startTime: string;
20041
+ }
20042
+ interface AlarmNotifyGroupReceiverGeneralWebhookHeader {
19429
20043
  /**
19430
- * Snapshot ID
20044
+ * Custom request header key.
19431
20045
  */
19432
- snapshotId: string;
20046
+ key: string;
19433
20047
  /**
19434
- * Snapshot name
20048
+ * Custom request header value.
19435
20049
  */
19436
- snapshotName: string;
20050
+ value: string;
20051
+ }
20052
+ interface AlarmQueryRequest {
19437
20053
  /**
19438
- * Snapshot type. Values are as follows: - user: Manual snapshot - auto: Automatic snapshot
20054
+ * Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
19439
20055
  */
19440
- snapshotType: string;
20056
+ endTimeOffset: number;
19441
20057
  /**
19442
- * Snapshot status. Values are as follows: - available: Available - creating: Creating - rollbacking: Rolling back - deleted: Deleted - failed: Error
20058
+ * Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
19443
20059
  */
19444
- status: string;
19445
- tags: outputs.storageebs.SnapshotGroupSnapshotTag[];
20060
+ endTimeOffsetUnit: string;
19446
20061
  /**
19447
- * Cloud disk ID
20062
+ * Query analysis statement, with a maximum supported length of 1024 characters.
19448
20063
  */
19449
- volumeId: string;
20064
+ query: string;
19450
20065
  /**
19451
- * Cloud disk category. Values are as follows: - system: System disk - data: Data disk
20066
+ * Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
19452
20067
  */
19453
- volumeKind: string;
20068
+ startTimeOffset: number;
19454
20069
  /**
19455
- * Cloud disk name
20070
+ * Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
19456
20071
  */
19457
- volumeName: string;
20072
+ startTimeOffsetUnit: string;
19458
20073
  /**
19459
- * Cloud disk size (GiB)
20074
+ * Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
19460
20075
  */
19461
- volumeSize: number;
20076
+ timeSpanType: string;
19462
20077
  /**
19463
- * Cloud disk status. Values are as follows: - available: Available - attaching: Attaching - attached: Attached - detaching: Detaching - creating: Creating - deleting: Deleting - error: Error - extending: Expanding
20078
+ * Log topic ID monitored by the alert policy.
19464
20079
  */
19465
- volumeStatus: string;
20080
+ topicId: string;
19466
20081
  /**
19467
- * Cloud disk type. Values are as follows: - ESSD*PL0: Ultra-fast SSD cloud disk, PL0 specification - ESSD*FlexPL: Ultra-fast SSD cloud disk, FlexPL specification - TSSD_TL0: Throughput SSD cloud disk
20082
+ * Name of the log topic monitored by the alert policy.
19468
20083
  */
19469
- volumeType: string;
20084
+ topicName: string;
19470
20085
  /**
19471
- * Zone ID. If ultra-fast availability is enabled for the snapshot, you can create a cloud disk in this zone using the ultra-fast available snapshot
20086
+ * Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
19472
20087
  */
19473
- zoneId: string;
20088
+ truncatedTime: string;
19474
20089
  }
19475
- interface SnapshotGroupSnapshotTag {
20090
+ interface AlarmRequestCycle {
19476
20091
  /**
19477
- * Tag key
20092
+ * Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
19478
20093
  */
19479
- key: string;
20094
+ cronTab: string;
19480
20095
  /**
19481
- * Tag value
20096
+ * Time zone in which the Cron expression takes effect.
19482
20097
  */
19483
- value: string;
19484
- }
19485
- interface SnapshotGroupTag {
20098
+ cronTimeZone: string;
19486
20099
  /**
19487
- * Tag key
20100
+ * Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
19488
20101
  */
19489
- key: string;
20102
+ time: number;
19490
20103
  /**
19491
- * Tag value
20104
+ * Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
19492
20105
  */
19493
- value: string;
20106
+ type: string;
19494
20107
  }
19495
- interface SnapshotTag {
20108
+ interface AlarmTriggerCondition {
19496
20109
  /**
19497
- * User tag key added to the resource. Naming rules: Cannot start with volc: or sys: in any case. Keys starting with volc: or sys: are reserved system tag keys and cannot be created. Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
20110
+ * Alert trigger condition expression.
19498
20111
  */
19499
- key: string;
20112
+ condition: string;
19500
20113
  /**
19501
- * User tag value added to the resource. Naming rules: Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length must be between 0 and 256 characters.
20114
+ * Numerical expression for scenarios with data or specific entries, implemented using **count**.
19502
20115
  */
19503
- value: string;
19504
- }
19505
- interface VolumeBaselinePerformance {
20116
+ countCondition: string;
19506
20117
  /**
19507
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
20118
+ * When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
19508
20119
  */
19509
- iops: number;
20120
+ noData: boolean;
19510
20121
  /**
19511
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
20122
+ * Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
19512
20123
  */
19513
- throughput: number;
20124
+ severity: string;
19514
20125
  }
19515
- interface VolumeExtraPerformance {
20126
+ interface GetAlarmAlarmNotifyGroup {
19516
20127
  /**
19517
- * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
20128
+ * Alert notification group ID.
19518
20129
  */
19519
- extraPerformanceTypeId: string;
20130
+ alarmNotifyGroupId: string;
19520
20131
  /**
19521
- * Extra IOPS of the disk.
20132
+ * Alert notification group name.
19522
20133
  */
19523
- iops: number;
20134
+ alarmNotifyGroupName: string;
19524
20135
  /**
19525
- * Extra throughput of the disk.
20136
+ * Alert notification group creation time.
19526
20137
  */
19527
- throughput: number;
19528
- }
19529
- interface VolumeTag {
20138
+ createTime: string;
19530
20139
  /**
19531
- * Tag key.
20140
+ * IAM project to which the alert group belongs.
19532
20141
  */
19533
- key: string;
20142
+ iamProjectName: string;
19534
20143
  /**
19535
- * Tag value.
20144
+ * Time when the alert notification group was modified.
19536
20145
  */
19537
- value: string;
19538
- }
19539
- interface VolumeTotalPerformance {
20146
+ modifyTime: string;
19540
20147
  /**
19541
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
20148
+ * Notification group rule
19542
20149
  */
19543
- iops: number;
20150
+ noticeRules: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRule[];
19544
20151
  /**
19545
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
20152
+ * Type of alert notification. Optional values, select one or more: Trigger - when an alert is triggered. Recovery - when an alert is recovered.
19546
20153
  */
19547
- throughput: number;
20154
+ notifyTypes: string[];
20155
+ /**
20156
+ * List of IAM users who receive alerts.
20157
+ */
20158
+ receivers: outputs.tls.GetAlarmAlarmNotifyGroupReceiver[];
19548
20159
  }
19549
- }
19550
- export declare namespace tls {
19551
- interface AlarmNotifyGroupNoticeRule {
20160
+ interface GetAlarmAlarmNotifyGroupNoticeRule {
19552
20161
  /**
19553
- * Whether there is an end node afterwards.
20162
+ * Whether a subsequent end node exists.
19554
20163
  */
19555
20164
  hasEndNode: boolean;
19556
20165
  /**
19557
- * Condition for whether to proceed to the next level.
20166
+ * Whether to continue to the next level of condition evaluation
19558
20167
  */
19559
20168
  hasNext: boolean;
19560
- receiverInfos: outputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfo[];
19561
20169
  /**
19562
- * Rule node. JSON format.
20170
+ * Notification group rule
20171
+ */
20172
+ receiverInfos: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfo[];
20173
+ /**
20174
+ * Rule node, in JSON format.
19563
20175
  */
19564
20176
  ruleNode: string;
19565
20177
  }
19566
- interface AlarmNotifyGroupNoticeRuleReceiverInfo {
20178
+ interface GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfo {
19567
20179
  /**
19568
- * Alarm content template ID.
20180
+ * Alert content template ID.
19569
20181
  */
19570
20182
  alarmContentTemplateId: string;
19571
20183
  /**
19572
- * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
20184
+ * Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
19573
20185
  */
19574
20186
  alarmWebhookAtGroups: string[];
19575
20187
  /**
19576
- * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
20188
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
19577
20189
  */
19578
20190
  alarmWebhookAtUsers: string[];
19579
20191
  /**
19580
- * Alarm webhook integration configuration ID.
20192
+ * ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
19581
20193
  */
19582
20194
  alarmWebhookIntegrationId: string;
19583
20195
  /**
19584
- * Name of the alarm Webhook integration configuration.
20196
+ * Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
19585
20197
  */
19586
20198
  alarmWebhookIntegrationName: string;
19587
20199
  /**
19588
- * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
20200
+ * Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
19589
20201
  */
19590
20202
  alarmWebhookIsAtAll: boolean;
19591
20203
  /**
19592
- * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
20204
+ * End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
19593
20205
  */
19594
20206
  endTime: string;
19595
20207
  /**
19596
- * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
20208
+ * Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
19597
20209
  */
19598
20210
  generalWebhookBody: string;
19599
- generalWebhookHeaders: outputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader[];
19600
20211
  /**
19601
- * Custom callback method for the interface. Only POST or PUT is supported.
20212
+ * Custom interface callback request header.
20213
+ */
20214
+ generalWebhookHeaders: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader[];
20215
+ /**
20216
+ * Custom interface callback method. Only POST or PUT is supported.
19602
20217
  */
19603
20218
  generalWebhookMethod: string;
19604
20219
  /**
19605
- * Custom callback URL for the interface.
20220
+ * Custom callback URL for the interface
19606
20221
  */
19607
20222
  generalWebhookUrl: string;
19608
20223
  /**
19609
- * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
20224
+ * Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
19610
20225
  */
19611
20226
  receiverChannels: string[];
19612
20227
  /**
19613
- * IAM user or user group name.
20228
+ * IAM user or user group name
19614
20229
  */
19615
20230
  receiverNames: string[];
19616
20231
  /**
19617
- * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
20232
+ * Recipient type. Options: User: IAM user. UserGroup: IAM user group.
19618
20233
  */
19619
20234
  receiverType: string;
19620
20235
  /**
19621
- * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
20236
+ * Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
19622
20237
  */
19623
20238
  startTime: string;
19624
20239
  }
19625
- interface AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
20240
+ interface GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
19626
20241
  /**
19627
- * Custom request header key.
20242
+ * Key of the custom request header.
19628
20243
  */
19629
20244
  key: string;
19630
20245
  /**
19631
- * Custom request header value.
20246
+ * Value of the custom request header.
19632
20247
  */
19633
20248
  value: string;
19634
20249
  }
19635
- interface AlarmNotifyGroupReceiver {
20250
+ interface GetAlarmAlarmNotifyGroupReceiver {
19636
20251
  /**
19637
- * Alarm content template ID.
20252
+ * Alert content template ID.
19638
20253
  */
19639
20254
  alarmContentTemplateId: string;
19640
20255
  /**
19641
- * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
20256
+ * Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
19642
20257
  */
19643
20258
  alarmWebhookAtGroups: string[];
19644
20259
  /**
19645
- * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
20260
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
19646
20261
  */
19647
20262
  alarmWebhookAtUsers: string[];
19648
20263
  /**
19649
- * Alarm webhook integration configuration ID.
20264
+ * ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
19650
20265
  */
19651
20266
  alarmWebhookIntegrationId: string;
19652
20267
  /**
19653
- * Name of the alarm Webhook integration configuration.
20268
+ * Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
19654
20269
  */
19655
20270
  alarmWebhookIntegrationName: string;
19656
20271
  /**
19657
- * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
20272
+ * Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
19658
20273
  */
19659
20274
  alarmWebhookIsAtAll: boolean;
19660
20275
  /**
19661
- * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
20276
+ * End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
19662
20277
  */
19663
20278
  endTime: string;
19664
20279
  /**
19665
- * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
20280
+ * Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
19666
20281
  */
19667
20282
  generalWebhookBody: string;
19668
- generalWebhookHeaders: outputs.tls.AlarmNotifyGroupReceiverGeneralWebhookHeader[];
19669
20283
  /**
19670
- * Custom callback method for the interface. Only POST or PUT is supported.
20284
+ * Custom interface callback request header.
20285
+ */
20286
+ generalWebhookHeaders: outputs.tls.GetAlarmAlarmNotifyGroupReceiverGeneralWebhookHeader[];
20287
+ /**
20288
+ * Custom interface callback method. Only POST or PUT is supported.
19671
20289
  */
19672
20290
  generalWebhookMethod: string;
19673
20291
  /**
19674
- * Custom callback URL for the interface.
20292
+ * Custom callback URL for the interface
19675
20293
  */
19676
20294
  generalWebhookUrl: string;
19677
20295
  /**
19678
- * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
20296
+ * Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
19679
20297
  */
19680
20298
  receiverChannels: string[];
19681
20299
  /**
19682
- * IAM user or user group name.
20300
+ * IAM user or user group name
19683
20301
  */
19684
20302
  receiverNames: string[];
19685
20303
  /**
19686
- * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
20304
+ * Recipient type. Options: User: IAM user. UserGroup: IAM user group.
19687
20305
  */
19688
20306
  receiverType: string;
19689
20307
  /**
19690
- * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
20308
+ * Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
19691
20309
  */
19692
20310
  startTime: string;
19693
20311
  }
19694
- interface AlarmNotifyGroupReceiverGeneralWebhookHeader {
20312
+ interface GetAlarmAlarmNotifyGroupReceiverGeneralWebhookHeader {
19695
20313
  /**
19696
- * Custom request header key.
20314
+ * Key of the custom request header.
19697
20315
  */
19698
20316
  key: string;
19699
20317
  /**
19700
- * Custom request header value.
20318
+ * Value of the custom request header.
19701
20319
  */
19702
20320
  value: string;
19703
20321
  }
20322
+ interface GetAlarmAlarmPeriodDetail {
20323
+ /**
20324
+ * Email alert interval, in minutes. Value range: 1–1440
20325
+ */
20326
+ email: number;
20327
+ /**
20328
+ * Custom Webhook alert interval, in minutes. Value range: 1–1440.
20329
+ */
20330
+ generalWebhook: number;
20331
+ /**
20332
+ * Phone alert cycle, in minutes. Value range: 10–1440.
20333
+ */
20334
+ phone: number;
20335
+ /**
20336
+ * SMS alert interval, in minutes. Value range: 10–1440
20337
+ */
20338
+ sms: number;
20339
+ }
20340
+ interface GetAlarmJoinConfiguration {
20341
+ /**
20342
+ * Expression used for left join or right join.
20343
+ */
20344
+ condition: string;
20345
+ /**
20346
+ * Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
20347
+ */
20348
+ setOperationType: string;
20349
+ }
19704
20350
  interface GetAlarmNotifyGroupNoticeRule {
19705
20351
  /**
19706
20352
  * Whether there is an end node afterwards.
@@ -19863,6 +20509,84 @@ export declare namespace tls {
19863
20509
  */
19864
20510
  value: string;
19865
20511
  }
20512
+ interface GetAlarmQueryRequest {
20513
+ /**
20514
+ * Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
20515
+ */
20516
+ endTimeOffset: number;
20517
+ /**
20518
+ * Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
20519
+ */
20520
+ endTimeOffsetUnit: string;
20521
+ /**
20522
+ * Alert object sequence number, starting from 1 and incrementing by 1
20523
+ */
20524
+ number: number;
20525
+ /**
20526
+ * Query analysis statement, with a maximum supported length of 1024 characters.
20527
+ */
20528
+ query: string;
20529
+ /**
20530
+ * Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
20531
+ */
20532
+ startTimeOffset: number;
20533
+ /**
20534
+ * Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
20535
+ */
20536
+ startTimeOffsetUnit: string;
20537
+ /**
20538
+ * Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
20539
+ */
20540
+ timeSpanType: string;
20541
+ /**
20542
+ * Log topic ID monitored by the alert policy.
20543
+ */
20544
+ topicId: string;
20545
+ /**
20546
+ * Name of the log topic monitored by the alert policy.
20547
+ */
20548
+ topicName: string;
20549
+ /**
20550
+ * Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
20551
+ */
20552
+ truncatedTime: string;
20553
+ }
20554
+ interface GetAlarmRequestCycle {
20555
+ /**
20556
+ * Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
20557
+ */
20558
+ cronTab: string;
20559
+ /**
20560
+ * Time zone in which the Cron expression takes effect.
20561
+ */
20562
+ cronTimeZone: string;
20563
+ /**
20564
+ * Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
20565
+ */
20566
+ time: number;
20567
+ /**
20568
+ * Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
20569
+ */
20570
+ type: string;
20571
+ }
20572
+ interface GetAlarmTriggerCondition {
20573
+ /**
20574
+ * Alert trigger condition expression.
20575
+ */
20576
+ condition: string;
20577
+ /**
20578
+ * Numerical expression for scenarios with data or specific entries, implemented using **count**.
20579
+ */
20580
+ countCondition: string;
20581
+ /**
20582
+ * When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
20583
+ */
20584
+ noData: boolean;
20585
+ /**
20586
+ * Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
20587
+ */
20588
+ severity: string;
20589
+ }
19866
20590
  interface GetImportTaskImportSourceInfo {
19867
20591
  /**
19868
20592
  * Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
@@ -28299,6 +29023,16 @@ export declare namespace vpn {
28299
29023
  */
28300
29024
  value: string;
28301
29025
  }
29026
+ interface GetSslVpnServerTag {
29027
+ /**
29028
+ * Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
29029
+ */
29030
+ key: string;
29031
+ /**
29032
+ * Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
29033
+ */
29034
+ value: string;
29035
+ }
28302
29036
  interface GetVpnConnectionBgpInfo {
28303
29037
  /**
28304
29038
  * Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
@@ -28553,6 +29287,16 @@ export declare namespace vpn {
28553
29287
  */
28554
29288
  tunnelCidr: string;
28555
29289
  }
29290
+ interface GetVpnGatewayRouteAsPath {
29291
+ /**
29292
+ * AS path sequence. If the AS path type is Sequence, the returned data is the original ASN sequence, such as [65533]. If the AS path type is Set, it indicates that the AS path has been aggregated, and the returned data is the aggregated ASN sequence, such as [4,5].
29293
+ */
29294
+ numbers: number[];
29295
+ /**
29296
+ * AS path type. Sequence: normal ordered sequence; Set: aggregated sequence.
29297
+ */
29298
+ type: string;
29299
+ }
28556
29300
  interface GetVpnGatewayTag {
28557
29301
  /**
28558
29302
  * VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.
@@ -28573,6 +29317,16 @@ export declare namespace vpn {
28573
29317
  */
28574
29318
  value: string;
28575
29319
  }
29320
+ interface SslVpnServerTag {
29321
+ /**
29322
+ * Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
29323
+ */
29324
+ key: string;
29325
+ /**
29326
+ * Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
29327
+ */
29328
+ value: string;
29329
+ }
28576
29330
  interface VpnConnectionBgpInfo {
28577
29331
  /**
28578
29332
  * Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
@@ -28827,6 +29581,16 @@ export declare namespace vpn {
28827
29581
  */
28828
29582
  tunnelCidr: string;
28829
29583
  }
29584
+ interface VpnGatewayRouteAsPath {
29585
+ /**
29586
+ * AS path sequence. If the AS path type is Sequence, the returned data is the original ASN sequence, such as [65533]. If the AS path type is Set, it indicates that the AS path has been aggregated, and the returned data is the aggregated ASN sequence, such as [4,5].
29587
+ */
29588
+ numbers: number[];
29589
+ /**
29590
+ * AS path type. Sequence: normal ordered sequence; Set: aggregated sequence.
29591
+ */
29592
+ type: string;
29593
+ }
28830
29594
  interface VpnGatewayTag {
28831
29595
  /**
28832
29596
  * VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.