@volcengine/pulumi-volcenginecc 0.0.45 → 0.0.46

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 (95) hide show
  1. package/fwcenter/getNatFireWallControlPolicies.d.ts +22 -0
  2. package/fwcenter/getNatFireWallControlPolicies.js +24 -0
  3. package/fwcenter/getNatFireWallControlPolicies.js.map +1 -0
  4. package/fwcenter/getNatFireWallControlPolicy.d.ts +185 -0
  5. package/fwcenter/getNatFireWallControlPolicy.js +28 -0
  6. package/fwcenter/getNatFireWallControlPolicy.js.map +1 -0
  7. package/fwcenter/index.d.ts +9 -0
  8. package/fwcenter/index.js +12 -1
  9. package/fwcenter/index.js.map +1 -1
  10. package/fwcenter/natFireWallControlPolicy.d.ts +433 -0
  11. package/fwcenter/natFireWallControlPolicy.js +186 -0
  12. package/fwcenter/natFireWallControlPolicy.js.map +1 -0
  13. package/id/authConfig.d.ts +142 -0
  14. package/id/authConfig.js +79 -0
  15. package/id/authConfig.js.map +1 -0
  16. package/id/getAuthConfig.d.ts +77 -0
  17. package/id/getAuthConfig.js +28 -0
  18. package/id/getAuthConfig.js.map +1 -0
  19. package/id/getAuthConfigs.d.ts +22 -0
  20. package/id/getAuthConfigs.js +24 -0
  21. package/id/getAuthConfigs.js.map +1 -0
  22. package/id/getPermissionNamespace.d.ts +73 -0
  23. package/id/getPermissionNamespace.js +28 -0
  24. package/id/getPermissionNamespace.js.map +1 -0
  25. package/id/getPermissionNamespaces.d.ts +22 -0
  26. package/id/getPermissionNamespaces.js +24 -0
  27. package/id/getPermissionNamespaces.js.map +1 -0
  28. package/id/getUserPool.d.ts +173 -0
  29. package/id/getUserPool.js +28 -0
  30. package/id/getUserPool.js.map +1 -0
  31. package/id/getUserPools.d.ts +22 -0
  32. package/id/getUserPools.js +24 -0
  33. package/id/getUserPools.js.map +1 -0
  34. package/id/getWorkloadPool.d.ts +81 -0
  35. package/id/getWorkloadPool.js +28 -0
  36. package/id/getWorkloadPool.js.map +1 -0
  37. package/id/getWorkloadPools.d.ts +22 -0
  38. package/id/getWorkloadPools.js +24 -0
  39. package/id/getWorkloadPools.js.map +1 -0
  40. package/id/index.d.ts +36 -0
  41. package/id/index.js +45 -1
  42. package/id/index.js.map +1 -1
  43. package/id/permissionNamespace.d.ts +143 -0
  44. package/id/permissionNamespace.js +94 -0
  45. package/id/permissionNamespace.js.map +1 -0
  46. package/id/userPool.d.ts +370 -0
  47. package/id/userPool.js +127 -0
  48. package/id/userPool.js.map +1 -0
  49. package/id/workloadPool.d.ts +159 -0
  50. package/id/workloadPool.js +98 -0
  51. package/id/workloadPool.js.map +1 -0
  52. package/kms/getKeyMaterial.d.ts +68 -0
  53. package/kms/getKeyMaterial.js +28 -0
  54. package/kms/getKeyMaterial.js.map +1 -0
  55. package/kms/getKeyMaterials.d.ts +22 -0
  56. package/kms/getKeyMaterials.js +24 -0
  57. package/kms/getKeyMaterials.js.map +1 -0
  58. package/kms/index.d.ts +9 -0
  59. package/kms/index.js +12 -1
  60. package/kms/index.js.map +1 -1
  61. package/kms/keyMaterial.d.ts +144 -0
  62. package/kms/keyMaterial.js +96 -0
  63. package/kms/keyMaterial.js.map +1 -0
  64. package/package.json +1 -1
  65. package/privatezone/getResolverRule.d.ts +8 -0
  66. package/privatezone/getResolverRule.js.map +1 -1
  67. package/privatezone/resolverRule.d.ts +24 -0
  68. package/privatezone/resolverRule.js +4 -0
  69. package/privatezone/resolverRule.js.map +1 -1
  70. package/rdsmysql/getInstanceReadonlyNode.d.ts +92 -0
  71. package/rdsmysql/getInstanceReadonlyNode.js +28 -0
  72. package/rdsmysql/getInstanceReadonlyNode.js.map +1 -0
  73. package/rdsmysql/getInstanceReadonlyNodes.d.ts +22 -0
  74. package/rdsmysql/getInstanceReadonlyNodes.js +24 -0
  75. package/rdsmysql/getInstanceReadonlyNodes.js.map +1 -0
  76. package/rdsmysql/index.d.ts +9 -0
  77. package/rdsmysql/index.js +12 -1
  78. package/rdsmysql/index.js.map +1 -1
  79. package/rdsmysql/instanceReadonlyNode.d.ts +192 -0
  80. package/rdsmysql/instanceReadonlyNode.js +105 -0
  81. package/rdsmysql/instanceReadonlyNode.js.map +1 -0
  82. package/types/input.d.ts +462 -0
  83. package/types/output.d.ts +936 -0
  84. package/veenedge/cloudServer.d.ts +329 -0
  85. package/veenedge/cloudServer.js +126 -0
  86. package/veenedge/cloudServer.js.map +1 -0
  87. package/veenedge/getCloudServer.d.ts +153 -0
  88. package/veenedge/getCloudServer.js +28 -0
  89. package/veenedge/getCloudServer.js.map +1 -0
  90. package/veenedge/getCloudServers.d.ts +22 -0
  91. package/veenedge/getCloudServers.js +24 -0
  92. package/veenedge/getCloudServers.js.map +1 -0
  93. package/veenedge/index.d.ts +9 -0
  94. package/veenedge/index.js +12 -1
  95. package/veenedge/index.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -14316,6 +14316,48 @@ export declare namespace fwcenter {
14316
14316
  */
14317
14317
  vpcId: string;
14318
14318
  }
14319
+ interface GetNatFireWallControlPolicyDestPortListV1 {
14320
+ /**
14321
+ * Specific 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 GetNatFireWallControlPolicyDestinationCidrListV1 {
14334
+ /**
14335
+ * Specific 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 GetNatFireWallControlPolicySourceCidrListV1 {
14348
+ /**
14349
+ * Specific 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
+ }
14319
14361
  interface GetVpcFireWallAclRuleDestPortListV1 {
14320
14362
  /**
14321
14363
  * Detailed address information.
@@ -14358,6 +14400,48 @@ export declare namespace fwcenter {
14358
14400
  */
14359
14401
  type: string;
14360
14402
  }
14403
+ interface NatFireWallControlPolicyDestPortListV1 {
14404
+ /**
14405
+ * Specific address information.
14406
+ */
14407
+ address: string;
14408
+ /**
14409
+ * Description.
14410
+ */
14411
+ description: string;
14412
+ /**
14413
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
14414
+ */
14415
+ type: string;
14416
+ }
14417
+ interface NatFireWallControlPolicyDestinationCidrListV1 {
14418
+ /**
14419
+ * Specific address information.
14420
+ */
14421
+ address: string;
14422
+ /**
14423
+ * Description.
14424
+ */
14425
+ description: string;
14426
+ /**
14427
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
14428
+ */
14429
+ type: string;
14430
+ }
14431
+ interface NatFireWallControlPolicySourceCidrListV1 {
14432
+ /**
14433
+ * Specific address information.
14434
+ */
14435
+ address: string;
14436
+ /**
14437
+ * Description.
14438
+ */
14439
+ description: string;
14440
+ /**
14441
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
14442
+ */
14443
+ type: string;
14444
+ }
14361
14445
  interface VpcFireWallAclRuleDestPortListV1 {
14362
14446
  /**
14363
14447
  * Detailed address information.
@@ -15783,6 +15867,97 @@ export declare namespace iam {
15783
15867
  }
15784
15868
  }
15785
15869
  export declare namespace id {
15870
+ interface AuthConfigApiKeyAuthConfig {
15871
+ /**
15872
+ * ApiKey Value
15873
+ */
15874
+ apiKey: string;
15875
+ apiKeyMetadatas: outputs.id.AuthConfigApiKeyAuthConfigApiKeyMetadata[];
15876
+ /**
15877
+ * ApiKey Name
15878
+ */
15879
+ apiKeyName: string;
15880
+ /**
15881
+ * Expiration Timestamp
15882
+ */
15883
+ expiryTimestamp: number;
15884
+ }
15885
+ interface AuthConfigApiKeyAuthConfigApiKeyMetadata {
15886
+ /**
15887
+ * Parameter Location
15888
+ */
15889
+ location: string;
15890
+ /**
15891
+ * Parameter Name
15892
+ */
15893
+ parameterName: string;
15894
+ }
15895
+ interface AuthConfigJwtAuthConfig {
15896
+ /**
15897
+ * Allowed Audience List
15898
+ */
15899
+ allowedAudiences: string[];
15900
+ /**
15901
+ * Allowed Client List
15902
+ */
15903
+ allowedClients: string[];
15904
+ /**
15905
+ * JWT Discovery URL。
15906
+ */
15907
+ discoveryUrl: string;
15908
+ }
15909
+ interface GetAuthConfigApiKeyAuthConfig {
15910
+ /**
15911
+ * ApiKey Value
15912
+ */
15913
+ apiKey: string;
15914
+ /**
15915
+ * ApiKey Metadata
15916
+ */
15917
+ apiKeyMetadatas: outputs.id.GetAuthConfigApiKeyAuthConfigApiKeyMetadata[];
15918
+ /**
15919
+ * ApiKey Name
15920
+ */
15921
+ apiKeyName: string;
15922
+ /**
15923
+ * Expiration Timestamp
15924
+ */
15925
+ expiryTimestamp: number;
15926
+ }
15927
+ interface GetAuthConfigApiKeyAuthConfigApiKeyMetadata {
15928
+ /**
15929
+ * Parameter Location
15930
+ */
15931
+ location: string;
15932
+ /**
15933
+ * Parameter Name
15934
+ */
15935
+ parameterName: string;
15936
+ }
15937
+ interface GetAuthConfigJwtAuthConfig {
15938
+ /**
15939
+ * Allowed Audience List
15940
+ */
15941
+ allowedAudiences: string[];
15942
+ /**
15943
+ * Allowed Client List
15944
+ */
15945
+ allowedClients: string[];
15946
+ /**
15947
+ * JWT Discovery URL。
15948
+ */
15949
+ discoveryUrl: string;
15950
+ }
15951
+ interface GetPermissionNamespaceTag {
15952
+ /**
15953
+ * Tag Key
15954
+ */
15955
+ key: string;
15956
+ /**
15957
+ * Tag Value
15958
+ */
15959
+ value: string;
15960
+ }
15786
15961
  interface GetServiceBackend {
15787
15962
  /**
15788
15963
  * Backend service domain name, for example api.example.com
@@ -15941,6 +16116,46 @@ export declare namespace id {
15941
16116
  */
15942
16117
  value: string;
15943
16118
  }
16119
+ interface GetUserPoolBrand {
16120
+ /**
16121
+ * Brand logo URL
16122
+ */
16123
+ logoUri: string;
16124
+ /**
16125
+ * Brand name
16126
+ */
16127
+ name: string;
16128
+ }
16129
+ interface GetUserPoolTag {
16130
+ /**
16131
+ * Tag key
16132
+ */
16133
+ key: string;
16134
+ /**
16135
+ * Tag value
16136
+ */
16137
+ value: string;
16138
+ }
16139
+ interface GetWorkloadPoolTag {
16140
+ /**
16141
+ * Tag key
16142
+ */
16143
+ key: string;
16144
+ /**
16145
+ * Tag value
16146
+ */
16147
+ value: string;
16148
+ }
16149
+ interface PermissionNamespaceTag {
16150
+ /**
16151
+ * Tag Key
16152
+ */
16153
+ key: string;
16154
+ /**
16155
+ * Tag Value
16156
+ */
16157
+ value: string;
16158
+ }
15944
16159
  interface ServiceBackend {
15945
16160
  /**
15946
16161
  * Backend service domain name, for example api.example.com
@@ -16090,6 +16305,36 @@ export declare namespace id {
16090
16305
  */
16091
16306
  value: string;
16092
16307
  }
16308
+ interface UserPoolBrand {
16309
+ /**
16310
+ * Brand logo URL
16311
+ */
16312
+ logoUri: string;
16313
+ /**
16314
+ * Brand name
16315
+ */
16316
+ name: string;
16317
+ }
16318
+ interface UserPoolTag {
16319
+ /**
16320
+ * Tag key
16321
+ */
16322
+ key: string;
16323
+ /**
16324
+ * Tag value
16325
+ */
16326
+ value: string;
16327
+ }
16328
+ interface WorkloadPoolTag {
16329
+ /**
16330
+ * Tag key
16331
+ */
16332
+ key: string;
16333
+ /**
16334
+ * Tag value
16335
+ */
16336
+ value: string;
16337
+ }
16093
16338
  }
16094
16339
  export declare namespace kafka {
16095
16340
  interface AllowListAssociatedInstance {
@@ -28297,6 +28542,697 @@ export declare namespace vedbm {
28297
28542
  }
28298
28543
  }
28299
28544
  export declare namespace veenedge {
28545
+ interface CloudServerAdvancedConfiguration {
28546
+ /**
28547
+ * Enable deletion protection.
28548
+ */
28549
+ deleteProtection: boolean;
28550
+ /**
28551
+ * Description of the edge instance. Up to 80 characters allowed. When you create edge instances in batches, the system adds the same description to each instance.
28552
+ */
28553
+ instanceDesc: string;
28554
+ /**
28555
+ * Custom hostname. Naming rules: Windows systems allow 2–10 characters. Supports lowercase letters, numbers, and hyphens (-). Cannot contain only numbers. Cannot start or end with a hyphen (-), and hyphens (-) cannot be used consecutively. Linux systems allow 2–59 characters. Supports lowercase letters, numbers, and hyphens (-). Cannot start or end with a hyphen (-), and hyphens (-) cannot be used consecutively. When creating edge instances in bulk, the system adds a numeric suffix to your custom hostname. Example: \n\n-1, \n\n-2.
28556
+ */
28557
+ instanceHostName: string;
28558
+ /**
28559
+ * Edge instance name. Naming rules: 5–80 characters allowed. Supports Chinese, uppercase letters, lowercase letters, and numbers. Supports special characters ()`~!@#$%^&*-+=_|{}[]:;'<>,.?/. Spaces are not allowed, and the name cannot start with a forward slash (/). When creating edge instances in batch, the system will add a numeric suffix to the specified instance name. Example: \n\n-1, \n\n-2.
28560
+ */
28561
+ instanceName: string;
28562
+ }
28563
+ interface CloudServerBillingConfig {
28564
+ /**
28565
+ * Enable auto-renewal. This parameter is effective only when computing*billing*method is set to PrePaid. Value options: true: Enable auto-renewal. false (default): Disable auto-renewal.
28566
+ */
28567
+ autoRenew: boolean;
28568
+ /**
28569
+ * Bandwidth billing method. Value options: MonthlyP95: Billed by monthly 95th percentile. DailyPeak: Billed by daily peak. If you require daily peak billing or other billing methods, please submit a ticket.
28570
+ */
28571
+ bandwidthBillingMethod: string;
28572
+ /**
28573
+ * Computing billing method. Value range: MonthlyPeak: Billed by monthly peak. DailyPeak: Billed by daily peak. PrePaid: Yearly/monthly subscription. When computing*billing*method is set to PrePaid, you must also specify the pre*paid*period and pre*paid*period_number parameters.
28574
+ */
28575
+ computingBillingMethod: string;
28576
+ /**
28577
+ * Unit for the purchase duration of the resource. When the value of computing*billing*method is PrePaid, this parameter must be specified. Value range: monthly: month.
28578
+ */
28579
+ prePaidPeriod: string;
28580
+ /**
28581
+ * Resource purchase duration. When computing*billing*method is set to PrePaid, this parameter must be specified. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36.
28582
+ */
28583
+ prePaidPeriodNumber: number;
28584
+ }
28585
+ interface CloudServerCustomData {
28586
+ /**
28587
+ * Custom data. Custom data is configuration information for edge instances. You can enter up to 16KB of custom data. Input requirements: Scripts must be entered in plain text. The platform will automatically encode the script in Base64. Do not enter scripts that are already Base64 encoded. For Linux systems, use Shell scripts, which typically start with #!/bin/bash. For Windows systems, use PowerShell scripts, which can be entered directly. The script will execute when the edge instance starts for the first time. If the operating system of the edge instance is reset or replaced later, the script will also execute the first time the system starts after the reset or replacement.
28588
+ */
28589
+ data: string;
28590
+ }
28591
+ interface CloudServerInstanceAreaNum {
28592
+ /**
28593
+ * Region name
28594
+ */
28595
+ areaName: string;
28596
+ /**
28597
+ * Node name. Specify the node where you want to deploy the edge service.
28598
+ */
28599
+ clusterName: string;
28600
+ /**
28601
+ * Default ISP. This parameter applies only to multi-line nodes. When specifying the default ISP, ensure it is within the node ISP range. Only one ISP can be set as the default. Note: When the value of external*network*mode is single*interface*cmcc*ip, single*interface*cucc*ip, or single*interface*ctcc*ip, the ISP specified in default*isp must match the ISP specified in external*network*mode. For example, when external*network*mode is single*interface*cmcc*ip, the value of default*isp must be set to CMCC. When external*network*mode is single*interface*multi*ip or multi*interface*multi*ip, the default*isp parameter must be specified, and the value can be set to CMCC, CUCC, or CTCC as needed. When external*network*mode is single*interface*single*ip or no*interface, default*isp does not need to be specified.
28602
+ */
28603
+ defaultIsp: string;
28604
+ /**
28605
+ * Public network configuration. This parameter applies only to multi-line nodes. Value options: single*interface*multi*ip: Single NIC, multiple IPs. If you are a new multi-line node user, submit a ticket to enable the relevant permissions. single*interface*cmcc*ip: Single NIC, CMCC IP. Submit a ticket to enable the relevant permissions. single*interface*cucc*ip: Single NIC, CUCC IP. Submit a ticket to enable the relevant permissions. single*interface*ctcc*ip: Single NIC, CTCC IP. Submit a ticket to enable the relevant permissions. multi*interface*multi*ip: Multiple NICs, multiple IPs. Submit a ticket to enable the relevant permissions. single*interface*single*ip: Single NIC, single IP. In this mode, the system randomly assigns a public IP address from an available carrier based on inventory. no*interface: No public NIC. Submit a ticket to enable the relevant permissions. Default value: When a public NIC is present: If single NIC multi-IP permission is enabled, single*interface*multi*ip (Single NIC, multiple IPs) is used by default. If single NIC multi-IP permission is disabled, single*interface*single*ip (Single NIC, single IP) is used by default. If no public NIC is present, no*interface is used by default.
28606
+ */
28607
+ externalNetworkMode: string;
28608
+ /**
28609
+ * List of hostnames. The system assigns hostnames to created edge instances in order. You can use both the host*name*list and instance*host*name parameters at the same time. Both parameters take effect, but host*name*list has higher priority than instance*host*name. For example, if you create 3 edge instances in bulk, set instance*host*name to host, and set host*name*list to "hosta","hostb", then the names of the 3 edge instances will be hosta, hostb, and host-3 respectively.
28610
+ */
28611
+ hostNameLists: string[];
28612
+ /**
28613
+ * Carrier. Possible values: CMCC, CTCC, CUCC.
28614
+ */
28615
+ isp: string;
28616
+ /**
28617
+ * Network interface names for private network type edge instances configured with multiple public network interfaces. You can use this parameter to set the names of public and private network interfaces. Please note the following when using this parameter: Usage restrictions: This parameter is only applicable to private network type edge instances. You must submit a ticket to enable the relevant feature before this parameter can be used; otherwise, the parameter value is invalid. Effectiveness: If you set the interface name using the custom*internal*interface*name or custom*external*interface*name parameter in the network*config structure, and also set the interface name using the multi*interface*name*config parameter, only the latter will take effect. If you set the public network interface name only through the custom*external*interface*name parameter in the network*config structure, the name cannot be eth2, eth3, Ethernet2, or Ethernet3. The name you set will be used as the name for the Telecom public network interface. The names for the Unicom and Mobile public network interfaces will use the default values. If you do not set the interface name, the default values will be used: Linux edge instances: The default name for the private network interface is eth0. The default name for the Telecom public network interface is eth1. The default name for the Unicom public network interface is eth2. The default name for the Mobile public network interface is eth3. Windows edge instances: The default name for the private network interface is Ethernet0. The default name for the Telecom public network interface is Ethernet1. The default name for the Unicom public network interface is Ethernet2. The default name for the Mobile public network interface is Ethernet3. Notes: The multi*interface*name*config parameter and the single*interface*name*config parameter cannot be specified at the same time. The names of different network interfaces on the same edge instance must be unique. When using the multi*interface*name*config parameter, you must specify all interface names at the same time.
28618
+ */
28619
+ multiInterfaceNameConfig: outputs.veenedge.CloudServerInstanceAreaNumMultiInterfaceNameConfig;
28620
+ /**
28621
+ * Number of instances.
28622
+ */
28623
+ num: number;
28624
+ /**
28625
+ * Network interface card name for a private network type edge instance configured with a single public network interface card. You can use this parameter to set the names of the public and private network interface cards. It is recommended to set both the public and private network interface card names. Please note the following when using this parameter: Usage restrictions: This parameter is only applicable to private network type edge instances. You must submit a ticket to enable the relevant feature before this parameter can be used; otherwise, the parameter value is invalid. Effectiveness: If you set the network interface card name using the custom*internal*interface*name or custom*external*interface*name parameters in the network*config structure, and also set the name using the single*interface*name*config parameter, only the latter will take effect. If you do not set the network interface card name, the default values will be used: For Linux edge instances: the private network interface card name defaults to eth0, and the public network interface card name defaults to eth1. For Windows edge instances: the private network interface card name defaults to Ethernet0, and the public network interface card name defaults to Ethernet1. Notes: The single*interface*name*config parameter and the multi*interface*name*config parameter cannot be specified at the same time. The names of different network interface cards within the same edge instance must be unique. This parameter applies to edge instances with a single public network interface card on both single-line and multi-line nodes, but does not apply to edge instances with multiple public network interface cards on multi-line nodes.
28626
+ */
28627
+ singleInterfaceNameConfig: outputs.veenedge.CloudServerInstanceAreaNumSingleInterfaceNameConfig;
28628
+ /**
28629
+ * Subnet ID. If you specify a custom private network, you must also set subnetIdentity to specify the subnet.
28630
+ */
28631
+ subnetIdentity: string;
28632
+ /**
28633
+ * Private network ID. This parameter specifies the private network where the edge service is deployed. If vpc*identity is set, cluster*name must also be set. If you specify a custom private network, you must also set subnetIdentity to specify the subnet.
28634
+ */
28635
+ vpcIdentity: string;
28636
+ }
28637
+ interface CloudServerInstanceAreaNumMultiInterfaceNameConfig {
28638
+ /**
28639
+ * Mobile public network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Interface names must be unique within the same edge instance.
28640
+ */
28641
+ cmccExternalInterfaceName: string;
28642
+ /**
28643
+ * Telecom public network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are allowed. The network interface name must be unique within the same edge instance.
28644
+ */
28645
+ ctccExternalInterfaceName: string;
28646
+ /**
28647
+ * Public network NIC name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. NIC names must be unique within the same edge instance.
28648
+ */
28649
+ cuccExternalInterfaceName: string;
28650
+ /**
28651
+ * Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Network interface names must be unique within the same edge instance.
28652
+ */
28653
+ internalInterfaceName: string;
28654
+ }
28655
+ interface CloudServerInstanceAreaNumSingleInterfaceNameConfig {
28656
+ /**
28657
+ * Public network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are allowed. The network interface name must be unique within the same edge instance.
28658
+ */
28659
+ externalInterfaceName: string;
28660
+ /**
28661
+ * Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Network interface names must be unique within the same edge instance.
28662
+ */
28663
+ internalInterfaceName: string;
28664
+ }
28665
+ interface CloudServerNetworkConfig {
28666
+ /**
28667
+ * Peak public bandwidth. Value range: [5, maximum bandwidth supported by the instance type]. Value must be a multiple of 5. Unit: Mbps. When you select an IPv4/IPv6 dual-stack edge instance, the configured peak bandwidth is shared by the IPv4 and IPv6 public IP addresses. If disable*ipv4 is set to true, you do not need to configure the bandwidth*peak parameter.
28668
+ */
28669
+ bandwidthPeak: string;
28670
+ bandwidthPeakLimitIspConfigs: outputs.veenedge.CloudServerNetworkConfigBandwidthPeakLimitIspConfig[];
28671
+ /**
28672
+ * Shared public bandwidth peak for all elastic public IPs bound to the private IP address of the edge instance. Private IP addresses include both primary and secondary private IP addresses. The value range for this parameter is the same as the bandwidthPeak parameter. When you set a shared bandwidth peak, the bandwidth peak of the elastic public IP itself will not take effect.
28673
+ */
28674
+ boundEipShareBandwidthPeak: string;
28675
+ /**
28676
+ * Name of the public network interface. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are allowed. The network interface name must be unique within the same edge instance.
28677
+ */
28678
+ customExternalInterfaceName: string;
28679
+ /**
28680
+ * Private network NIC name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. NIC names must be unique within the same edge instance.
28681
+ */
28682
+ customInternalInterfaceName: string;
28683
+ /**
28684
+ * Whether to disable IPv4. Value range: true: Disable IPv4. false (default): Enable IPv4.
28685
+ */
28686
+ disableIpv4: boolean;
28687
+ /**
28688
+ * DNS list. The first IP address is the primary DNS, and the subsequent IP addresses are backup DNS.
28689
+ */
28690
+ dnsLists: string[];
28691
+ /**
28692
+ * DNS type: default: Default DNS. custom: Custom DNS. If this parameter is not set, the default DNS configuration is used, with the preferred DNS as 114.114.114.114 and the alternate DNS as 180.184.1.1. DNS configuration is not supported for bare metal instances. When the instance type is bare metal, you do not need to set the dns*type and dns*list parameters.
28693
+ */
28694
+ dnsType: string;
28695
+ /**
28696
+ * Enable IPv6. Value options: true: Enable IPv6. false (default): Disable IPv6. By default, the system assigns a public IPv4 address to the edge instance. When IPv6 is enabled, the system assigns both a public IPv4 address and a public IPv6 address to the edge instance.
28697
+ */
28698
+ enableIpv6: boolean;
28699
+ /**
28700
+ * Rate limiting mode. When using multi-line nodes, you can configure the rate limiting mode for edge instances. Value options: shared (default): Shared rate limiting. All carriers share bandwidth resources, and the total public bandwidth used does not exceed the bandwidthPeak value (public bandwidth peak). isp: Carrier-based rate limiting. You can set the bandwidth peak for each carrier individually.
28701
+ */
28702
+ limitMode: string;
28703
+ /**
28704
+ * Number of auxiliary private IPs.
28705
+ */
28706
+ secondaryInternalIpNum: number;
28707
+ /**
28708
+ * List of bound global firewall IDs.
28709
+ */
28710
+ securityGroupIdLists: string[];
28711
+ /**
28712
+ * TCP connection timeout for edge instances. If no data is transmitted over an established TCP connection and this condition lasts for the configured timeout period, the edge instance will close the connection. Value range: 30~910. Default: 900. Unit: seconds. All edge instances created under edge services use the currently configured TCP connection timeout. If you modify this setting, newly created edge instances will use the updated configuration; existing edge instances are not affected.
28713
+ */
28714
+ tcpTimeout: number;
28715
+ /**
28716
+ * UDP session timeout for edge instances. If no data is transmitted in an established UDP session and the duration reaches the configured timeout, the edge instance will clear the session state information. Value range: 15~310. Default: 60. Unit: seconds. All edge instances created under the edge service use the currently configured UDP session timeout. If you modify this configuration, new edge instances will use the updated configuration; existing edge instances are not affected.
28717
+ */
28718
+ udpTimeout: number;
28719
+ }
28720
+ interface CloudServerNetworkConfigBandwidthPeakLimitIspConfig {
28721
+ /**
28722
+ * Bandwidth limit value for this carrier.
28723
+ */
28724
+ bandwidthPeakLimit: string;
28725
+ /**
28726
+ * Carrier. Value options: CMCC: China Mobile. CTCC: China Telecom. CUCC: China Unicom.
28727
+ */
28728
+ isp: string;
28729
+ }
28730
+ interface CloudServerScheduleStrategy {
28731
+ /**
28732
+ * Pricing policy: high*priority: prioritize higher price. When you create multiple edge instances across multiple regions, this policy means the system will prioritize nodes in cities with higher bandwidth prices for deploying edge instances. low*priority: prioritize lower price. When you create multiple edge instances across multiple regions, this policy means the system will prioritize nodes in cities with lower bandwidth prices for deploying edge instances.
28733
+ */
28734
+ priceStrategy: string;
28735
+ /**
28736
+ * Scheduling policy: dispersion: city dispersion. When you create multiple edge instances in multiple regions, this policy means the system prioritizes nodes in different cities for deploying edge instances. concentration: city concentration. When you create multiple edge instances in multiple regions, this policy means the system prioritizes nodes in the same city for deploying edge instances.
28737
+ */
28738
+ scheduleStrategy: string;
28739
+ }
28740
+ interface CloudServerSecretConfig {
28741
+ /**
28742
+ * Login password. Custom password: Password input rules are as follows: 8–30 characters allowed. The password must contain at least three of the following types: uppercase letters, lowercase letters, numbers, and special characters. Supported special characters: ()`~!@#$%^&*-+=_|{}[]:;'<>,.?/ Double quotes (") , backslash (), and spaces are not allowed, and the password cannot start with a forward slash (/). SSH Key type password: Enter the SSH key pair ID. You can query the key pair ID via the ListSSHKey API.
28743
+ */
28744
+ secretData: string;
28745
+ /**
28746
+ * Type of login password for edge instances. Value options: 2: Custom password. 3: SSH Key type password. 4: Indicates no login credentials are injected.
28747
+ */
28748
+ secretType: number;
28749
+ }
28750
+ interface CloudServerStorageConfig {
28751
+ /**
28752
+ * Data disk. This parameter is used to add a single data disk. To add multiple data disks at once, use the data*disk*list parameter.
28753
+ */
28754
+ dataDisk: outputs.veenedge.CloudServerStorageConfigDataDisk;
28755
+ dataDiskLists: outputs.veenedge.CloudServerStorageConfigDataDiskList[];
28756
+ dataLocalDisks: outputs.veenedge.CloudServerStorageConfigDataLocalDisk[];
28757
+ /**
28758
+ * System disk configuration
28759
+ */
28760
+ systemDisk: outputs.veenedge.CloudServerStorageConfigSystemDisk;
28761
+ }
28762
+ interface CloudServerStorageConfigDataDisk {
28763
+ /**
28764
+ * Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
28765
+ */
28766
+ capacity: string;
28767
+ /**
28768
+ * Release disk with instance
28769
+ */
28770
+ deleteWithInstance: boolean;
28771
+ /**
28772
+ * Disk unique identifier
28773
+ */
28774
+ diskIdentity: string;
28775
+ /**
28776
+ * Local disk type.
28777
+ */
28778
+ localDiskClass: string;
28779
+ /**
28780
+ * Local disk resource name.
28781
+ */
28782
+ localDiskResourceName: string;
28783
+ /**
28784
+ * Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
28785
+ */
28786
+ storageType: string;
28787
+ }
28788
+ interface CloudServerStorageConfigDataDiskList {
28789
+ /**
28790
+ * Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
28791
+ */
28792
+ capacity: string;
28793
+ /**
28794
+ * Release disk with instance
28795
+ */
28796
+ deleteWithInstance: boolean;
28797
+ /**
28798
+ * Disk unique identifier
28799
+ */
28800
+ diskIdentity: string;
28801
+ /**
28802
+ * Local disk type.
28803
+ */
28804
+ localDiskClass: string;
28805
+ /**
28806
+ * Local disk resource name.
28807
+ */
28808
+ localDiskResourceName: string;
28809
+ /**
28810
+ * Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
28811
+ */
28812
+ storageType: string;
28813
+ }
28814
+ interface CloudServerStorageConfigDataLocalDisk {
28815
+ /**
28816
+ * Disk specifications.
28817
+ */
28818
+ diskSpec: outputs.veenedge.CloudServerStorageConfigDataLocalDiskDiskSpec;
28819
+ /**
28820
+ * Number of disks
28821
+ */
28822
+ num: number;
28823
+ }
28824
+ interface CloudServerStorageConfigDataLocalDiskDiskSpec {
28825
+ /**
28826
+ * Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
28827
+ */
28828
+ capacity: string;
28829
+ /**
28830
+ * Release disk with instance
28831
+ */
28832
+ deleteWithInstance: boolean;
28833
+ /**
28834
+ * Disk unique identifier
28835
+ */
28836
+ diskIdentity: string;
28837
+ /**
28838
+ * Local disk type.
28839
+ */
28840
+ localDiskClass: string;
28841
+ /**
28842
+ * Local disk resource name.
28843
+ */
28844
+ localDiskResourceName: string;
28845
+ /**
28846
+ * Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
28847
+ */
28848
+ storageType: string;
28849
+ }
28850
+ interface CloudServerStorageConfigSystemDisk {
28851
+ /**
28852
+ * Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
28853
+ */
28854
+ capacity: string;
28855
+ /**
28856
+ * Release disk with instance
28857
+ */
28858
+ deleteWithInstance: boolean;
28859
+ /**
28860
+ * Disk unique identifier
28861
+ */
28862
+ diskIdentity: string;
28863
+ /**
28864
+ * Local disk type.
28865
+ */
28866
+ localDiskClass: string;
28867
+ /**
28868
+ * Local disk resource name.
28869
+ */
28870
+ localDiskResourceName: string;
28871
+ /**
28872
+ * Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
28873
+ */
28874
+ storageType: string;
28875
+ }
28876
+ interface CloudServerTag {
28877
+ /**
28878
+ * Tag key
28879
+ */
28880
+ key: string;
28881
+ /**
28882
+ * Tag value
28883
+ */
28884
+ value: string;
28885
+ }
28886
+ interface GetCloudServerAdvancedConfiguration {
28887
+ /**
28888
+ * Enable deletion protection.
28889
+ */
28890
+ deleteProtection: boolean;
28891
+ /**
28892
+ * Description of the edge instance. Up to 80 characters allowed. When you create edge instances in batches, the system adds the same description to each instance.
28893
+ */
28894
+ instanceDesc: string;
28895
+ /**
28896
+ * Custom hostname. Naming rules: Windows systems allow 2–10 characters. Supports lowercase letters, numbers, and hyphens (-). Cannot contain only numbers. Cannot start or end with a hyphen (-), and hyphens (-) cannot be used consecutively. Linux systems allow 2–59 characters. Supports lowercase letters, numbers, and hyphens (-). Cannot start or end with a hyphen (-), and hyphens (-) cannot be used consecutively. When creating edge instances in bulk, the system adds a numeric suffix to your custom hostname. Example: \n\n-1, \n\n-2.
28897
+ */
28898
+ instanceHostName: string;
28899
+ /**
28900
+ * Edge instance name. Naming rules: 5–80 characters allowed. Supports Chinese, uppercase letters, lowercase letters, and numbers. Supports special characters ()`~!@#$%^&*-+=_|{}[]:;'<>,.?/. Spaces are not allowed, and the name cannot start with a forward slash (/). When creating edge instances in batch, the system will add a numeric suffix to the specified instance name. Example: \n\n-1, \n\n-2.
28901
+ */
28902
+ instanceName: string;
28903
+ }
28904
+ interface GetCloudServerBillingConfig {
28905
+ /**
28906
+ * Enable auto-renewal. This parameter is effective only when computing*billing*method is set to PrePaid. Value options: true: Enable auto-renewal. false (default): Disable auto-renewal.
28907
+ */
28908
+ autoRenew: boolean;
28909
+ /**
28910
+ * Bandwidth billing method. Value options: MonthlyP95: Billed by monthly 95th percentile. DailyPeak: Billed by daily peak. If you require daily peak billing or other billing methods, please submit a ticket.
28911
+ */
28912
+ bandwidthBillingMethod: string;
28913
+ /**
28914
+ * Computing billing method. Value range: MonthlyPeak: Billed by monthly peak. DailyPeak: Billed by daily peak. PrePaid: Yearly/monthly subscription. When computing*billing*method is set to PrePaid, you must also specify the pre*paid*period and pre*paid*period_number parameters.
28915
+ */
28916
+ computingBillingMethod: string;
28917
+ /**
28918
+ * Unit for the purchase duration of the resource. When the value of computing*billing*method is PrePaid, this parameter must be specified. Value range: monthly: month.
28919
+ */
28920
+ prePaidPeriod: string;
28921
+ /**
28922
+ * Resource purchase duration. When computing*billing*method is set to PrePaid, this parameter must be specified. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36.
28923
+ */
28924
+ prePaidPeriodNumber: number;
28925
+ }
28926
+ interface GetCloudServerCustomData {
28927
+ /**
28928
+ * Custom data. Custom data is configuration information for edge instances. You can enter up to 16KB of custom data. Input requirements: Scripts must be entered in plain text. The platform will automatically encode the script in Base64. Do not enter scripts that are already Base64 encoded. For Linux systems, use Shell scripts, which typically start with #!/bin/bash. For Windows systems, use PowerShell scripts, which can be entered directly. The script will execute when the edge instance starts for the first time. If the operating system of the edge instance is reset or replaced later, the script will also execute the first time the system starts after the reset or replacement.
28929
+ */
28930
+ data: string;
28931
+ }
28932
+ interface GetCloudServerInstanceAreaNum {
28933
+ /**
28934
+ * Region name
28935
+ */
28936
+ areaName: string;
28937
+ /**
28938
+ * Node name. Specify the node where you want to deploy the edge service.
28939
+ */
28940
+ clusterName: string;
28941
+ /**
28942
+ * Default ISP. This parameter applies only to multi-line nodes. When specifying the default ISP, ensure it is within the node ISP range. Only one ISP can be set as the default. Note: When the value of external*network*mode is single*interface*cmcc*ip, single*interface*cucc*ip, or single*interface*ctcc*ip, the ISP specified in default*isp must match the ISP specified in external*network*mode. For example, when external*network*mode is single*interface*cmcc*ip, the value of default*isp must be set to CMCC. When external*network*mode is single*interface*multi*ip or multi*interface*multi*ip, the default*isp parameter must be specified, and the value can be set to CMCC, CUCC, or CTCC as needed. When external*network*mode is single*interface*single*ip or no*interface, default*isp does not need to be specified.
28943
+ */
28944
+ defaultIsp: string;
28945
+ /**
28946
+ * Public network configuration. This parameter applies only to multi-line nodes. Value options: single*interface*multi*ip: Single NIC, multiple IPs. If you are a new multi-line node user, submit a ticket to enable the relevant permissions. single*interface*cmcc*ip: Single NIC, CMCC IP. Submit a ticket to enable the relevant permissions. single*interface*cucc*ip: Single NIC, CUCC IP. Submit a ticket to enable the relevant permissions. single*interface*ctcc*ip: Single NIC, CTCC IP. Submit a ticket to enable the relevant permissions. multi*interface*multi*ip: Multiple NICs, multiple IPs. Submit a ticket to enable the relevant permissions. single*interface*single*ip: Single NIC, single IP. In this mode, the system randomly assigns a public IP address from an available carrier based on inventory. no*interface: No public NIC. Submit a ticket to enable the relevant permissions. Default value: When a public NIC is present: If single NIC multi-IP permission is enabled, single*interface*multi*ip (Single NIC, multiple IPs) is used by default. If single NIC multi-IP permission is disabled, single*interface*single*ip (Single NIC, single IP) is used by default. If no public NIC is present, no*interface is used by default.
28947
+ */
28948
+ externalNetworkMode: string;
28949
+ /**
28950
+ * List of hostnames. The system assigns hostnames to created edge instances in order. You can use both the host*name*list and instance*host*name parameters at the same time. Both parameters take effect, but host*name*list has higher priority than instance*host*name. For example, if you create 3 edge instances in bulk, set instance*host*name to host, and set host*name*list to "hosta","hostb", then the names of the 3 edge instances will be hosta, hostb, and host-3 respectively.
28951
+ */
28952
+ hostNameLists: string[];
28953
+ /**
28954
+ * Carrier. Possible values: CMCC, CTCC, CUCC.
28955
+ */
28956
+ isp: string;
28957
+ /**
28958
+ * Network interface names for private network type edge instances configured with multiple public network interfaces. You can use this parameter to set the names of public and private network interfaces. Please note the following when using this parameter: Usage restrictions: This parameter is only applicable to private network type edge instances. You must submit a ticket to enable the relevant feature before this parameter can be used; otherwise, the parameter value is invalid. Effectiveness: If you set the interface name using the custom*internal*interface*name or custom*external*interface*name parameter in the network*config structure, and also set the interface name using the multi*interface*name*config parameter, only the latter will take effect. If you set the public network interface name only through the custom*external*interface*name parameter in the network*config structure, the name cannot be eth2, eth3, Ethernet2, or Ethernet3. The name you set will be used as the name for the Telecom public network interface. The names for the Unicom and Mobile public network interfaces will use the default values. If you do not set the interface name, the default values will be used: Linux edge instances: The default name for the private network interface is eth0. The default name for the Telecom public network interface is eth1. The default name for the Unicom public network interface is eth2. The default name for the Mobile public network interface is eth3. Windows edge instances: The default name for the private network interface is Ethernet0. The default name for the Telecom public network interface is Ethernet1. The default name for the Unicom public network interface is Ethernet2. The default name for the Mobile public network interface is Ethernet3. Notes: The multi*interface*name*config parameter and the single*interface*name*config parameter cannot be specified at the same time. The names of different network interfaces on the same edge instance must be unique. When using the multi*interface*name*config parameter, you must specify all interface names at the same time.
28959
+ */
28960
+ multiInterfaceNameConfig: outputs.veenedge.GetCloudServerInstanceAreaNumMultiInterfaceNameConfig;
28961
+ /**
28962
+ * Number of instances.
28963
+ */
28964
+ num: number;
28965
+ /**
28966
+ * Network interface card name for a private network type edge instance configured with a single public network interface card. You can use this parameter to set the names of the public and private network interface cards. It is recommended to set both the public and private network interface card names. Please note the following when using this parameter: Usage restrictions: This parameter is only applicable to private network type edge instances. You must submit a ticket to enable the relevant feature before this parameter can be used; otherwise, the parameter value is invalid. Effectiveness: If you set the network interface card name using the custom*internal*interface*name or custom*external*interface*name parameters in the network*config structure, and also set the name using the single*interface*name*config parameter, only the latter will take effect. If you do not set the network interface card name, the default values will be used: For Linux edge instances: the private network interface card name defaults to eth0, and the public network interface card name defaults to eth1. For Windows edge instances: the private network interface card name defaults to Ethernet0, and the public network interface card name defaults to Ethernet1. Notes: The single*interface*name*config parameter and the multi*interface*name*config parameter cannot be specified at the same time. The names of different network interface cards within the same edge instance must be unique. This parameter applies to edge instances with a single public network interface card on both single-line and multi-line nodes, but does not apply to edge instances with multiple public network interface cards on multi-line nodes.
28967
+ */
28968
+ singleInterfaceNameConfig: outputs.veenedge.GetCloudServerInstanceAreaNumSingleInterfaceNameConfig;
28969
+ /**
28970
+ * Subnet ID. If you specify a custom private network, you must also set subnetIdentity to specify the subnet.
28971
+ */
28972
+ subnetIdentity: string;
28973
+ /**
28974
+ * Private network ID. This parameter specifies the private network where the edge service is deployed. If vpc*identity is set, cluster*name must also be set. If you specify a custom private network, you must also set subnetIdentity to specify the subnet.
28975
+ */
28976
+ vpcIdentity: string;
28977
+ }
28978
+ interface GetCloudServerInstanceAreaNumMultiInterfaceNameConfig {
28979
+ /**
28980
+ * Mobile public network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Interface names must be unique within the same edge instance.
28981
+ */
28982
+ cmccExternalInterfaceName: string;
28983
+ /**
28984
+ * Telecom public network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are allowed. The network interface name must be unique within the same edge instance.
28985
+ */
28986
+ ctccExternalInterfaceName: string;
28987
+ /**
28988
+ * Public network NIC name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. NIC names must be unique within the same edge instance.
28989
+ */
28990
+ cuccExternalInterfaceName: string;
28991
+ /**
28992
+ * Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Network interface names must be unique within the same edge instance.
28993
+ */
28994
+ internalInterfaceName: string;
28995
+ }
28996
+ interface GetCloudServerInstanceAreaNumSingleInterfaceNameConfig {
28997
+ /**
28998
+ * Public network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are allowed. The network interface name must be unique within the same edge instance.
28999
+ */
29000
+ externalInterfaceName: string;
29001
+ /**
29002
+ * Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Network interface names must be unique within the same edge instance.
29003
+ */
29004
+ internalInterfaceName: string;
29005
+ }
29006
+ interface GetCloudServerNetworkConfig {
29007
+ /**
29008
+ * Peak public bandwidth. Value range: [5, maximum bandwidth supported by the instance type]. Value must be a multiple of 5. Unit: Mbps. When you select an IPv4/IPv6 dual-stack edge instance, the configured peak bandwidth is shared by the IPv4 and IPv6 public IP addresses. If disable*ipv4 is set to true, you do not need to configure the bandwidth*peak parameter.
29009
+ */
29010
+ bandwidthPeak: string;
29011
+ /**
29012
+ * Bandwidth throttling by carrier. The parameter values take effect only when you select carrier-based throttling (isp) mode. Mobile public network bandwidth peak: The default value equals the public network bandwidth peak. The value must be a multiple of 5. Unit: Mbps. Unicom public network bandwidth peak: The default value is 0. The value must be a multiple of 5. Unit: Mbps. Telecom public network bandwidth peak: The default value is 0. The value must be a multiple of 5. Unit: Mbps.
29013
+ */
29014
+ bandwidthPeakLimitIspConfigs: outputs.veenedge.GetCloudServerNetworkConfigBandwidthPeakLimitIspConfig[];
29015
+ /**
29016
+ * Shared public bandwidth peak for all elastic public IPs bound to the private IP address of the edge instance. Private IP addresses include both primary and secondary private IP addresses. The value range for this parameter is the same as the bandwidthPeak parameter. When you set a shared bandwidth peak, the bandwidth peak of the elastic public IP itself will not take effect.
29017
+ */
29018
+ boundEipShareBandwidthPeak: string;
29019
+ /**
29020
+ * Name of the public network interface. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are allowed. The network interface name must be unique within the same edge instance.
29021
+ */
29022
+ customExternalInterfaceName: string;
29023
+ /**
29024
+ * Private network NIC name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. NIC names must be unique within the same edge instance.
29025
+ */
29026
+ customInternalInterfaceName: string;
29027
+ /**
29028
+ * Whether to disable IPv4. Value range: true: Disable IPv4. false (default): Enable IPv4.
29029
+ */
29030
+ disableIpv4: boolean;
29031
+ /**
29032
+ * DNS list. The first IP address is the primary DNS, and the subsequent IP addresses are backup DNS.
29033
+ */
29034
+ dnsLists: string[];
29035
+ /**
29036
+ * DNS type: default: Default DNS. custom: Custom DNS. If this parameter is not set, the default DNS configuration is used, with the preferred DNS as 114.114.114.114 and the alternate DNS as 180.184.1.1. DNS configuration is not supported for bare metal instances. When the instance type is bare metal, you do not need to set the dns*type and dns*list parameters.
29037
+ */
29038
+ dnsType: string;
29039
+ /**
29040
+ * Enable IPv6. Value options: true: Enable IPv6. false (default): Disable IPv6. By default, the system assigns a public IPv4 address to the edge instance. When IPv6 is enabled, the system assigns both a public IPv4 address and a public IPv6 address to the edge instance.
29041
+ */
29042
+ enableIpv6: boolean;
29043
+ /**
29044
+ * Rate limiting mode. When using multi-line nodes, you can configure the rate limiting mode for edge instances. Value options: shared (default): Shared rate limiting. All carriers share bandwidth resources, and the total public bandwidth used does not exceed the bandwidthPeak value (public bandwidth peak). isp: Carrier-based rate limiting. You can set the bandwidth peak for each carrier individually.
29045
+ */
29046
+ limitMode: string;
29047
+ /**
29048
+ * Number of auxiliary private IPs.
29049
+ */
29050
+ secondaryInternalIpNum: number;
29051
+ /**
29052
+ * List of bound global firewall IDs.
29053
+ */
29054
+ securityGroupIdLists: string[];
29055
+ /**
29056
+ * TCP connection timeout for edge instances. If no data is transmitted over an established TCP connection and this condition lasts for the configured timeout period, the edge instance will close the connection. Value range: 30~910. Default: 900. Unit: seconds. All edge instances created under edge services use the currently configured TCP connection timeout. If you modify this setting, newly created edge instances will use the updated configuration; existing edge instances are not affected.
29057
+ */
29058
+ tcpTimeout: number;
29059
+ /**
29060
+ * UDP session timeout for edge instances. If no data is transmitted in an established UDP session and the duration reaches the configured timeout, the edge instance will clear the session state information. Value range: 15~310. Default: 60. Unit: seconds. All edge instances created under the edge service use the currently configured UDP session timeout. If you modify this configuration, new edge instances will use the updated configuration; existing edge instances are not affected.
29061
+ */
29062
+ udpTimeout: number;
29063
+ }
29064
+ interface GetCloudServerNetworkConfigBandwidthPeakLimitIspConfig {
29065
+ /**
29066
+ * Bandwidth limit value for this carrier.
29067
+ */
29068
+ bandwidthPeakLimit: string;
29069
+ /**
29070
+ * Carrier. Value options: CMCC: China Mobile. CTCC: China Telecom. CUCC: China Unicom.
29071
+ */
29072
+ isp: string;
29073
+ }
29074
+ interface GetCloudServerScheduleStrategy {
29075
+ /**
29076
+ * Pricing policy: high*priority: prioritize higher price. When you create multiple edge instances across multiple regions, this policy means the system will prioritize nodes in cities with higher bandwidth prices for deploying edge instances. low*priority: prioritize lower price. When you create multiple edge instances across multiple regions, this policy means the system will prioritize nodes in cities with lower bandwidth prices for deploying edge instances.
29077
+ */
29078
+ priceStrategy: string;
29079
+ /**
29080
+ * Scheduling policy: dispersion: city dispersion. When you create multiple edge instances in multiple regions, this policy means the system prioritizes nodes in different cities for deploying edge instances. concentration: city concentration. When you create multiple edge instances in multiple regions, this policy means the system prioritizes nodes in the same city for deploying edge instances.
29081
+ */
29082
+ scheduleStrategy: string;
29083
+ }
29084
+ interface GetCloudServerSecretConfig {
29085
+ /**
29086
+ * Login password. Custom password: Password input rules are as follows: 8–30 characters allowed. The password must contain at least three of the following types: uppercase letters, lowercase letters, numbers, and special characters. Supported special characters: ()`~!@#$%^&*-+=_|{}[]:;'<>,.?/ Double quotes (") , backslash (), and spaces are not allowed, and the password cannot start with a forward slash (/). SSH Key type password: Enter the SSH key pair ID. You can query the key pair ID via the ListSSHKey API.
29087
+ */
29088
+ secretData: string;
29089
+ /**
29090
+ * Type of login password for edge instances. Value options: 2: Custom password. 3: SSH Key type password. 4: Indicates no login credentials are injected.
29091
+ */
29092
+ secretType: number;
29093
+ }
29094
+ interface GetCloudServerStorageConfig {
29095
+ /**
29096
+ * Data disk. This parameter is used to add a single data disk. To add multiple data disks at once, use the data*disk*list parameter.
29097
+ */
29098
+ dataDisk: outputs.veenedge.GetCloudServerStorageConfigDataDisk;
29099
+ /**
29100
+ * Data disk list. This parameter is used to add one or more data disks.
29101
+ */
29102
+ dataDiskLists: outputs.veenedge.GetCloudServerStorageConfigDataDiskList[];
29103
+ /**
29104
+ * Local data disk configuration list.
29105
+ */
29106
+ dataLocalDisks: outputs.veenedge.GetCloudServerStorageConfigDataLocalDisk[];
29107
+ /**
29108
+ * System disk configuration
29109
+ */
29110
+ systemDisk: outputs.veenedge.GetCloudServerStorageConfigSystemDisk;
29111
+ }
29112
+ interface GetCloudServerStorageConfigDataDisk {
29113
+ /**
29114
+ * Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
29115
+ */
29116
+ capacity: string;
29117
+ /**
29118
+ * Release disk with instance
29119
+ */
29120
+ deleteWithInstance: boolean;
29121
+ /**
29122
+ * Disk unique identifier
29123
+ */
29124
+ diskIdentity: string;
29125
+ /**
29126
+ * Local disk type.
29127
+ */
29128
+ localDiskClass: string;
29129
+ /**
29130
+ * Local disk resource name.
29131
+ */
29132
+ localDiskResourceName: string;
29133
+ /**
29134
+ * Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
29135
+ */
29136
+ storageType: string;
29137
+ }
29138
+ interface GetCloudServerStorageConfigDataDiskList {
29139
+ /**
29140
+ * Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
29141
+ */
29142
+ capacity: string;
29143
+ /**
29144
+ * Release disk with instance
29145
+ */
29146
+ deleteWithInstance: boolean;
29147
+ /**
29148
+ * Disk unique identifier
29149
+ */
29150
+ diskIdentity: string;
29151
+ /**
29152
+ * Local disk type.
29153
+ */
29154
+ localDiskClass: string;
29155
+ /**
29156
+ * Local disk resource name.
29157
+ */
29158
+ localDiskResourceName: string;
29159
+ /**
29160
+ * Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
29161
+ */
29162
+ storageType: string;
29163
+ }
29164
+ interface GetCloudServerStorageConfigDataLocalDisk {
29165
+ /**
29166
+ * Disk specifications.
29167
+ */
29168
+ diskSpec: outputs.veenedge.GetCloudServerStorageConfigDataLocalDiskDiskSpec;
29169
+ /**
29170
+ * Number of disks
29171
+ */
29172
+ num: number;
29173
+ }
29174
+ interface GetCloudServerStorageConfigDataLocalDiskDiskSpec {
29175
+ /**
29176
+ * Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
29177
+ */
29178
+ capacity: string;
29179
+ /**
29180
+ * Release disk with instance
29181
+ */
29182
+ deleteWithInstance: boolean;
29183
+ /**
29184
+ * Disk unique identifier
29185
+ */
29186
+ diskIdentity: string;
29187
+ /**
29188
+ * Local disk type.
29189
+ */
29190
+ localDiskClass: string;
29191
+ /**
29192
+ * Local disk resource name.
29193
+ */
29194
+ localDiskResourceName: string;
29195
+ /**
29196
+ * Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
29197
+ */
29198
+ storageType: string;
29199
+ }
29200
+ interface GetCloudServerStorageConfigSystemDisk {
29201
+ /**
29202
+ * Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
29203
+ */
29204
+ capacity: string;
29205
+ /**
29206
+ * Release disk with instance
29207
+ */
29208
+ deleteWithInstance: boolean;
29209
+ /**
29210
+ * Disk unique identifier
29211
+ */
29212
+ diskIdentity: string;
29213
+ /**
29214
+ * Local disk type.
29215
+ */
29216
+ localDiskClass: string;
29217
+ /**
29218
+ * Local disk resource name.
29219
+ */
29220
+ localDiskResourceName: string;
29221
+ /**
29222
+ * Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
29223
+ */
29224
+ storageType: string;
29225
+ }
29226
+ interface GetCloudServerTag {
29227
+ /**
29228
+ * Tag key
29229
+ */
29230
+ key: string;
29231
+ /**
29232
+ * Tag value
29233
+ */
29234
+ value: string;
29235
+ }
28300
29236
  interface GetVpcSubnet {
28301
29237
  /**
28302
29238
  * Subnet CIDR Block, e.g. 10.1.0.0/16