@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.
- package/fwcenter/getNatFireWallControlPolicies.d.ts +22 -0
- package/fwcenter/getNatFireWallControlPolicies.js +24 -0
- package/fwcenter/getNatFireWallControlPolicies.js.map +1 -0
- package/fwcenter/getNatFireWallControlPolicy.d.ts +185 -0
- package/fwcenter/getNatFireWallControlPolicy.js +28 -0
- package/fwcenter/getNatFireWallControlPolicy.js.map +1 -0
- package/fwcenter/index.d.ts +9 -0
- package/fwcenter/index.js +12 -1
- package/fwcenter/index.js.map +1 -1
- package/fwcenter/natFireWallControlPolicy.d.ts +433 -0
- package/fwcenter/natFireWallControlPolicy.js +186 -0
- package/fwcenter/natFireWallControlPolicy.js.map +1 -0
- package/id/authConfig.d.ts +142 -0
- package/id/authConfig.js +79 -0
- package/id/authConfig.js.map +1 -0
- package/id/getAuthConfig.d.ts +77 -0
- package/id/getAuthConfig.js +28 -0
- package/id/getAuthConfig.js.map +1 -0
- package/id/getAuthConfigs.d.ts +22 -0
- package/id/getAuthConfigs.js +24 -0
- package/id/getAuthConfigs.js.map +1 -0
- package/id/getPermissionNamespace.d.ts +73 -0
- package/id/getPermissionNamespace.js +28 -0
- package/id/getPermissionNamespace.js.map +1 -0
- package/id/getPermissionNamespaces.d.ts +22 -0
- package/id/getPermissionNamespaces.js +24 -0
- package/id/getPermissionNamespaces.js.map +1 -0
- package/id/getUserPool.d.ts +173 -0
- package/id/getUserPool.js +28 -0
- package/id/getUserPool.js.map +1 -0
- package/id/getUserPools.d.ts +22 -0
- package/id/getUserPools.js +24 -0
- package/id/getUserPools.js.map +1 -0
- package/id/getWorkloadPool.d.ts +81 -0
- package/id/getWorkloadPool.js +28 -0
- package/id/getWorkloadPool.js.map +1 -0
- package/id/getWorkloadPools.d.ts +22 -0
- package/id/getWorkloadPools.js +24 -0
- package/id/getWorkloadPools.js.map +1 -0
- package/id/index.d.ts +36 -0
- package/id/index.js +45 -1
- package/id/index.js.map +1 -1
- package/id/permissionNamespace.d.ts +143 -0
- package/id/permissionNamespace.js +94 -0
- package/id/permissionNamespace.js.map +1 -0
- package/id/userPool.d.ts +370 -0
- package/id/userPool.js +127 -0
- package/id/userPool.js.map +1 -0
- package/id/workloadPool.d.ts +159 -0
- package/id/workloadPool.js +98 -0
- package/id/workloadPool.js.map +1 -0
- package/kms/getKeyMaterial.d.ts +68 -0
- package/kms/getKeyMaterial.js +28 -0
- package/kms/getKeyMaterial.js.map +1 -0
- package/kms/getKeyMaterials.d.ts +22 -0
- package/kms/getKeyMaterials.js +24 -0
- package/kms/getKeyMaterials.js.map +1 -0
- package/kms/index.d.ts +9 -0
- package/kms/index.js +12 -1
- package/kms/index.js.map +1 -1
- package/kms/keyMaterial.d.ts +144 -0
- package/kms/keyMaterial.js +96 -0
- package/kms/keyMaterial.js.map +1 -0
- package/package.json +1 -1
- package/privatezone/getResolverRule.d.ts +8 -0
- package/privatezone/getResolverRule.js.map +1 -1
- package/privatezone/resolverRule.d.ts +24 -0
- package/privatezone/resolverRule.js +4 -0
- package/privatezone/resolverRule.js.map +1 -1
- package/rdsmysql/getInstanceReadonlyNode.d.ts +92 -0
- package/rdsmysql/getInstanceReadonlyNode.js +28 -0
- package/rdsmysql/getInstanceReadonlyNode.js.map +1 -0
- package/rdsmysql/getInstanceReadonlyNodes.d.ts +22 -0
- package/rdsmysql/getInstanceReadonlyNodes.js +24 -0
- package/rdsmysql/getInstanceReadonlyNodes.js.map +1 -0
- package/rdsmysql/index.d.ts +9 -0
- package/rdsmysql/index.js +12 -1
- package/rdsmysql/index.js.map +1 -1
- package/rdsmysql/instanceReadonlyNode.d.ts +192 -0
- package/rdsmysql/instanceReadonlyNode.js +105 -0
- package/rdsmysql/instanceReadonlyNode.js.map +1 -0
- package/types/input.d.ts +462 -0
- package/types/output.d.ts +936 -0
- package/veenedge/cloudServer.d.ts +329 -0
- package/veenedge/cloudServer.js +126 -0
- package/veenedge/cloudServer.js.map +1 -0
- package/veenedge/getCloudServer.d.ts +153 -0
- package/veenedge/getCloudServer.js +28 -0
- package/veenedge/getCloudServer.js.map +1 -0
- package/veenedge/getCloudServers.d.ts +22 -0
- package/veenedge/getCloudServers.js +24 -0
- package/veenedge/getCloudServers.js.map +1 -0
- package/veenedge/index.d.ts +9 -0
- package/veenedge/index.js +12 -1
- package/veenedge/index.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -6975,6 +6975,48 @@ export declare namespace fwcenter {
|
|
|
6975
6975
|
*/
|
|
6976
6976
|
vpcId?: pulumi.Input<string>;
|
|
6977
6977
|
}
|
|
6978
|
+
interface NatFireWallControlPolicyDestPortListV1 {
|
|
6979
|
+
/**
|
|
6980
|
+
* Specific address information.
|
|
6981
|
+
*/
|
|
6982
|
+
address?: pulumi.Input<string>;
|
|
6983
|
+
/**
|
|
6984
|
+
* Description.
|
|
6985
|
+
*/
|
|
6986
|
+
description?: pulumi.Input<string>;
|
|
6987
|
+
/**
|
|
6988
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
6989
|
+
*/
|
|
6990
|
+
type?: pulumi.Input<string>;
|
|
6991
|
+
}
|
|
6992
|
+
interface NatFireWallControlPolicyDestinationCidrListV1 {
|
|
6993
|
+
/**
|
|
6994
|
+
* Specific address information.
|
|
6995
|
+
*/
|
|
6996
|
+
address?: pulumi.Input<string>;
|
|
6997
|
+
/**
|
|
6998
|
+
* Description.
|
|
6999
|
+
*/
|
|
7000
|
+
description?: pulumi.Input<string>;
|
|
7001
|
+
/**
|
|
7002
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
7003
|
+
*/
|
|
7004
|
+
type?: pulumi.Input<string>;
|
|
7005
|
+
}
|
|
7006
|
+
interface NatFireWallControlPolicySourceCidrListV1 {
|
|
7007
|
+
/**
|
|
7008
|
+
* Specific address information.
|
|
7009
|
+
*/
|
|
7010
|
+
address?: pulumi.Input<string>;
|
|
7011
|
+
/**
|
|
7012
|
+
* Description.
|
|
7013
|
+
*/
|
|
7014
|
+
description?: pulumi.Input<string>;
|
|
7015
|
+
/**
|
|
7016
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
7017
|
+
*/
|
|
7018
|
+
type?: pulumi.Input<string>;
|
|
7019
|
+
}
|
|
6978
7020
|
interface VpcFireWallAclRuleDestPortListV1 {
|
|
6979
7021
|
/**
|
|
6980
7022
|
* Detailed address information.
|
|
@@ -7620,6 +7662,55 @@ export declare namespace iam {
|
|
|
7620
7662
|
}
|
|
7621
7663
|
}
|
|
7622
7664
|
export declare namespace id {
|
|
7665
|
+
interface AuthConfigApiKeyAuthConfig {
|
|
7666
|
+
/**
|
|
7667
|
+
* ApiKey Value
|
|
7668
|
+
*/
|
|
7669
|
+
apiKey?: pulumi.Input<string>;
|
|
7670
|
+
apiKeyMetadatas?: pulumi.Input<pulumi.Input<inputs.id.AuthConfigApiKeyAuthConfigApiKeyMetadata>[]>;
|
|
7671
|
+
/**
|
|
7672
|
+
* ApiKey Name
|
|
7673
|
+
*/
|
|
7674
|
+
apiKeyName?: pulumi.Input<string>;
|
|
7675
|
+
/**
|
|
7676
|
+
* Expiration Timestamp
|
|
7677
|
+
*/
|
|
7678
|
+
expiryTimestamp?: pulumi.Input<number>;
|
|
7679
|
+
}
|
|
7680
|
+
interface AuthConfigApiKeyAuthConfigApiKeyMetadata {
|
|
7681
|
+
/**
|
|
7682
|
+
* Parameter Location
|
|
7683
|
+
*/
|
|
7684
|
+
location?: pulumi.Input<string>;
|
|
7685
|
+
/**
|
|
7686
|
+
* Parameter Name
|
|
7687
|
+
*/
|
|
7688
|
+
parameterName?: pulumi.Input<string>;
|
|
7689
|
+
}
|
|
7690
|
+
interface AuthConfigJwtAuthConfig {
|
|
7691
|
+
/**
|
|
7692
|
+
* Allowed Audience List
|
|
7693
|
+
*/
|
|
7694
|
+
allowedAudiences?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7695
|
+
/**
|
|
7696
|
+
* Allowed Client List
|
|
7697
|
+
*/
|
|
7698
|
+
allowedClients?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7699
|
+
/**
|
|
7700
|
+
* JWT Discovery URL。
|
|
7701
|
+
*/
|
|
7702
|
+
discoveryUrl?: pulumi.Input<string>;
|
|
7703
|
+
}
|
|
7704
|
+
interface PermissionNamespaceTag {
|
|
7705
|
+
/**
|
|
7706
|
+
* Tag Key
|
|
7707
|
+
*/
|
|
7708
|
+
key?: pulumi.Input<string>;
|
|
7709
|
+
/**
|
|
7710
|
+
* Tag Value
|
|
7711
|
+
*/
|
|
7712
|
+
value?: pulumi.Input<string>;
|
|
7713
|
+
}
|
|
7623
7714
|
interface ServiceBackend {
|
|
7624
7715
|
/**
|
|
7625
7716
|
* Backend service domain name, for example api.example.com
|
|
@@ -7769,6 +7860,36 @@ export declare namespace id {
|
|
|
7769
7860
|
*/
|
|
7770
7861
|
value?: pulumi.Input<string>;
|
|
7771
7862
|
}
|
|
7863
|
+
interface UserPoolBrand {
|
|
7864
|
+
/**
|
|
7865
|
+
* Brand logo URL
|
|
7866
|
+
*/
|
|
7867
|
+
logoUri?: pulumi.Input<string>;
|
|
7868
|
+
/**
|
|
7869
|
+
* Brand name
|
|
7870
|
+
*/
|
|
7871
|
+
name?: pulumi.Input<string>;
|
|
7872
|
+
}
|
|
7873
|
+
interface UserPoolTag {
|
|
7874
|
+
/**
|
|
7875
|
+
* Tag key
|
|
7876
|
+
*/
|
|
7877
|
+
key?: pulumi.Input<string>;
|
|
7878
|
+
/**
|
|
7879
|
+
* Tag value
|
|
7880
|
+
*/
|
|
7881
|
+
value?: pulumi.Input<string>;
|
|
7882
|
+
}
|
|
7883
|
+
interface WorkloadPoolTag {
|
|
7884
|
+
/**
|
|
7885
|
+
* Tag key
|
|
7886
|
+
*/
|
|
7887
|
+
key?: pulumi.Input<string>;
|
|
7888
|
+
/**
|
|
7889
|
+
* Tag value
|
|
7890
|
+
*/
|
|
7891
|
+
value?: pulumi.Input<string>;
|
|
7892
|
+
}
|
|
7772
7893
|
}
|
|
7773
7894
|
export declare namespace kafka {
|
|
7774
7895
|
interface AllowListAssociatedInstance {
|
|
@@ -13542,6 +13663,347 @@ export declare namespace vedbm {
|
|
|
13542
13663
|
}
|
|
13543
13664
|
}
|
|
13544
13665
|
export declare namespace veenedge {
|
|
13666
|
+
interface CloudServerAdvancedConfiguration {
|
|
13667
|
+
/**
|
|
13668
|
+
* Enable deletion protection.
|
|
13669
|
+
*/
|
|
13670
|
+
deleteProtection?: pulumi.Input<boolean>;
|
|
13671
|
+
/**
|
|
13672
|
+
* 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.
|
|
13673
|
+
*/
|
|
13674
|
+
instanceDesc?: pulumi.Input<string>;
|
|
13675
|
+
/**
|
|
13676
|
+
* 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.
|
|
13677
|
+
*/
|
|
13678
|
+
instanceHostName?: pulumi.Input<string>;
|
|
13679
|
+
/**
|
|
13680
|
+
* 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.
|
|
13681
|
+
*/
|
|
13682
|
+
instanceName?: pulumi.Input<string>;
|
|
13683
|
+
}
|
|
13684
|
+
interface CloudServerBillingConfig {
|
|
13685
|
+
/**
|
|
13686
|
+
* 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.
|
|
13687
|
+
*/
|
|
13688
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
13689
|
+
/**
|
|
13690
|
+
* 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.
|
|
13691
|
+
*/
|
|
13692
|
+
bandwidthBillingMethod?: pulumi.Input<string>;
|
|
13693
|
+
/**
|
|
13694
|
+
* 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.
|
|
13695
|
+
*/
|
|
13696
|
+
computingBillingMethod?: pulumi.Input<string>;
|
|
13697
|
+
/**
|
|
13698
|
+
* 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.
|
|
13699
|
+
*/
|
|
13700
|
+
prePaidPeriod?: pulumi.Input<string>;
|
|
13701
|
+
/**
|
|
13702
|
+
* 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.
|
|
13703
|
+
*/
|
|
13704
|
+
prePaidPeriodNumber?: pulumi.Input<number>;
|
|
13705
|
+
}
|
|
13706
|
+
interface CloudServerCustomData {
|
|
13707
|
+
/**
|
|
13708
|
+
* 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.
|
|
13709
|
+
*/
|
|
13710
|
+
data?: pulumi.Input<string>;
|
|
13711
|
+
}
|
|
13712
|
+
interface CloudServerInstanceAreaNum {
|
|
13713
|
+
/**
|
|
13714
|
+
* Region name
|
|
13715
|
+
*/
|
|
13716
|
+
areaName?: pulumi.Input<string>;
|
|
13717
|
+
/**
|
|
13718
|
+
* Node name. Specify the node where you want to deploy the edge service.
|
|
13719
|
+
*/
|
|
13720
|
+
clusterName?: pulumi.Input<string>;
|
|
13721
|
+
/**
|
|
13722
|
+
* 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.
|
|
13723
|
+
*/
|
|
13724
|
+
defaultIsp?: pulumi.Input<string>;
|
|
13725
|
+
/**
|
|
13726
|
+
* 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.
|
|
13727
|
+
*/
|
|
13728
|
+
externalNetworkMode?: pulumi.Input<string>;
|
|
13729
|
+
/**
|
|
13730
|
+
* 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.
|
|
13731
|
+
*/
|
|
13732
|
+
hostNameLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13733
|
+
/**
|
|
13734
|
+
* Carrier. Possible values: CMCC, CTCC, CUCC.
|
|
13735
|
+
*/
|
|
13736
|
+
isp?: pulumi.Input<string>;
|
|
13737
|
+
/**
|
|
13738
|
+
* 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.
|
|
13739
|
+
*/
|
|
13740
|
+
multiInterfaceNameConfig?: pulumi.Input<inputs.veenedge.CloudServerInstanceAreaNumMultiInterfaceNameConfig>;
|
|
13741
|
+
/**
|
|
13742
|
+
* Number of instances.
|
|
13743
|
+
*/
|
|
13744
|
+
num?: pulumi.Input<number>;
|
|
13745
|
+
/**
|
|
13746
|
+
* 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.
|
|
13747
|
+
*/
|
|
13748
|
+
singleInterfaceNameConfig?: pulumi.Input<inputs.veenedge.CloudServerInstanceAreaNumSingleInterfaceNameConfig>;
|
|
13749
|
+
/**
|
|
13750
|
+
* Subnet ID. If you specify a custom private network, you must also set subnetIdentity to specify the subnet.
|
|
13751
|
+
*/
|
|
13752
|
+
subnetIdentity?: pulumi.Input<string>;
|
|
13753
|
+
/**
|
|
13754
|
+
* 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.
|
|
13755
|
+
*/
|
|
13756
|
+
vpcIdentity?: pulumi.Input<string>;
|
|
13757
|
+
}
|
|
13758
|
+
interface CloudServerInstanceAreaNumMultiInterfaceNameConfig {
|
|
13759
|
+
/**
|
|
13760
|
+
* 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.
|
|
13761
|
+
*/
|
|
13762
|
+
cmccExternalInterfaceName?: pulumi.Input<string>;
|
|
13763
|
+
/**
|
|
13764
|
+
* 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.
|
|
13765
|
+
*/
|
|
13766
|
+
ctccExternalInterfaceName?: pulumi.Input<string>;
|
|
13767
|
+
/**
|
|
13768
|
+
* 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.
|
|
13769
|
+
*/
|
|
13770
|
+
cuccExternalInterfaceName?: pulumi.Input<string>;
|
|
13771
|
+
/**
|
|
13772
|
+
* 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.
|
|
13773
|
+
*/
|
|
13774
|
+
internalInterfaceName?: pulumi.Input<string>;
|
|
13775
|
+
}
|
|
13776
|
+
interface CloudServerInstanceAreaNumSingleInterfaceNameConfig {
|
|
13777
|
+
/**
|
|
13778
|
+
* 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.
|
|
13779
|
+
*/
|
|
13780
|
+
externalInterfaceName?: pulumi.Input<string>;
|
|
13781
|
+
/**
|
|
13782
|
+
* 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.
|
|
13783
|
+
*/
|
|
13784
|
+
internalInterfaceName?: pulumi.Input<string>;
|
|
13785
|
+
}
|
|
13786
|
+
interface CloudServerNetworkConfig {
|
|
13787
|
+
/**
|
|
13788
|
+
* 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.
|
|
13789
|
+
*/
|
|
13790
|
+
bandwidthPeak?: pulumi.Input<string>;
|
|
13791
|
+
bandwidthPeakLimitIspConfigs?: pulumi.Input<pulumi.Input<inputs.veenedge.CloudServerNetworkConfigBandwidthPeakLimitIspConfig>[]>;
|
|
13792
|
+
/**
|
|
13793
|
+
* 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.
|
|
13794
|
+
*/
|
|
13795
|
+
boundEipShareBandwidthPeak?: pulumi.Input<string>;
|
|
13796
|
+
/**
|
|
13797
|
+
* 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.
|
|
13798
|
+
*/
|
|
13799
|
+
customExternalInterfaceName?: pulumi.Input<string>;
|
|
13800
|
+
/**
|
|
13801
|
+
* 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.
|
|
13802
|
+
*/
|
|
13803
|
+
customInternalInterfaceName?: pulumi.Input<string>;
|
|
13804
|
+
/**
|
|
13805
|
+
* Whether to disable IPv4. Value range: true: Disable IPv4. false (default): Enable IPv4.
|
|
13806
|
+
*/
|
|
13807
|
+
disableIpv4?: pulumi.Input<boolean>;
|
|
13808
|
+
/**
|
|
13809
|
+
* DNS list. The first IP address is the primary DNS, and the subsequent IP addresses are backup DNS.
|
|
13810
|
+
*/
|
|
13811
|
+
dnsLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13812
|
+
/**
|
|
13813
|
+
* 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.
|
|
13814
|
+
*/
|
|
13815
|
+
dnsType?: pulumi.Input<string>;
|
|
13816
|
+
/**
|
|
13817
|
+
* 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.
|
|
13818
|
+
*/
|
|
13819
|
+
enableIpv6?: pulumi.Input<boolean>;
|
|
13820
|
+
/**
|
|
13821
|
+
* 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.
|
|
13822
|
+
*/
|
|
13823
|
+
limitMode?: pulumi.Input<string>;
|
|
13824
|
+
/**
|
|
13825
|
+
* Number of auxiliary private IPs.
|
|
13826
|
+
*/
|
|
13827
|
+
secondaryInternalIpNum?: pulumi.Input<number>;
|
|
13828
|
+
/**
|
|
13829
|
+
* List of bound global firewall IDs.
|
|
13830
|
+
*/
|
|
13831
|
+
securityGroupIdLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13832
|
+
/**
|
|
13833
|
+
* 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.
|
|
13834
|
+
*/
|
|
13835
|
+
tcpTimeout?: pulumi.Input<number>;
|
|
13836
|
+
/**
|
|
13837
|
+
* 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.
|
|
13838
|
+
*/
|
|
13839
|
+
udpTimeout?: pulumi.Input<number>;
|
|
13840
|
+
}
|
|
13841
|
+
interface CloudServerNetworkConfigBandwidthPeakLimitIspConfig {
|
|
13842
|
+
/**
|
|
13843
|
+
* Bandwidth limit value for this carrier.
|
|
13844
|
+
*/
|
|
13845
|
+
bandwidthPeakLimit?: pulumi.Input<string>;
|
|
13846
|
+
/**
|
|
13847
|
+
* Carrier. Value options: CMCC: China Mobile. CTCC: China Telecom. CUCC: China Unicom.
|
|
13848
|
+
*/
|
|
13849
|
+
isp?: pulumi.Input<string>;
|
|
13850
|
+
}
|
|
13851
|
+
interface CloudServerScheduleStrategy {
|
|
13852
|
+
/**
|
|
13853
|
+
* 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.
|
|
13854
|
+
*/
|
|
13855
|
+
priceStrategy?: pulumi.Input<string>;
|
|
13856
|
+
/**
|
|
13857
|
+
* 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.
|
|
13858
|
+
*/
|
|
13859
|
+
scheduleStrategy?: pulumi.Input<string>;
|
|
13860
|
+
}
|
|
13861
|
+
interface CloudServerSecretConfig {
|
|
13862
|
+
/**
|
|
13863
|
+
* 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.
|
|
13864
|
+
*/
|
|
13865
|
+
secretData?: pulumi.Input<string>;
|
|
13866
|
+
/**
|
|
13867
|
+
* Type of login password for edge instances. Value options: 2: Custom password. 3: SSH Key type password. 4: Indicates no login credentials are injected.
|
|
13868
|
+
*/
|
|
13869
|
+
secretType?: pulumi.Input<number>;
|
|
13870
|
+
}
|
|
13871
|
+
interface CloudServerStorageConfig {
|
|
13872
|
+
/**
|
|
13873
|
+
* 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.
|
|
13874
|
+
*/
|
|
13875
|
+
dataDisk?: pulumi.Input<inputs.veenedge.CloudServerStorageConfigDataDisk>;
|
|
13876
|
+
dataDiskLists?: pulumi.Input<pulumi.Input<inputs.veenedge.CloudServerStorageConfigDataDiskList>[]>;
|
|
13877
|
+
dataLocalDisks?: pulumi.Input<pulumi.Input<inputs.veenedge.CloudServerStorageConfigDataLocalDisk>[]>;
|
|
13878
|
+
/**
|
|
13879
|
+
* System disk configuration
|
|
13880
|
+
*/
|
|
13881
|
+
systemDisk?: pulumi.Input<inputs.veenedge.CloudServerStorageConfigSystemDisk>;
|
|
13882
|
+
}
|
|
13883
|
+
interface CloudServerStorageConfigDataDisk {
|
|
13884
|
+
/**
|
|
13885
|
+
* Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
|
|
13886
|
+
*/
|
|
13887
|
+
capacity?: pulumi.Input<string>;
|
|
13888
|
+
/**
|
|
13889
|
+
* Release disk with instance
|
|
13890
|
+
*/
|
|
13891
|
+
deleteWithInstance?: pulumi.Input<boolean>;
|
|
13892
|
+
/**
|
|
13893
|
+
* Disk unique identifier
|
|
13894
|
+
*/
|
|
13895
|
+
diskIdentity?: pulumi.Input<string>;
|
|
13896
|
+
/**
|
|
13897
|
+
* Local disk type.
|
|
13898
|
+
*/
|
|
13899
|
+
localDiskClass?: pulumi.Input<string>;
|
|
13900
|
+
/**
|
|
13901
|
+
* Local disk resource name.
|
|
13902
|
+
*/
|
|
13903
|
+
localDiskResourceName?: pulumi.Input<string>;
|
|
13904
|
+
/**
|
|
13905
|
+
* Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
13906
|
+
*/
|
|
13907
|
+
storageType?: pulumi.Input<string>;
|
|
13908
|
+
}
|
|
13909
|
+
interface CloudServerStorageConfigDataDiskList {
|
|
13910
|
+
/**
|
|
13911
|
+
* Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
|
|
13912
|
+
*/
|
|
13913
|
+
capacity?: pulumi.Input<string>;
|
|
13914
|
+
/**
|
|
13915
|
+
* Release disk with instance
|
|
13916
|
+
*/
|
|
13917
|
+
deleteWithInstance?: pulumi.Input<boolean>;
|
|
13918
|
+
/**
|
|
13919
|
+
* Disk unique identifier
|
|
13920
|
+
*/
|
|
13921
|
+
diskIdentity?: pulumi.Input<string>;
|
|
13922
|
+
/**
|
|
13923
|
+
* Local disk type.
|
|
13924
|
+
*/
|
|
13925
|
+
localDiskClass?: pulumi.Input<string>;
|
|
13926
|
+
/**
|
|
13927
|
+
* Local disk resource name.
|
|
13928
|
+
*/
|
|
13929
|
+
localDiskResourceName?: pulumi.Input<string>;
|
|
13930
|
+
/**
|
|
13931
|
+
* Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
13932
|
+
*/
|
|
13933
|
+
storageType?: pulumi.Input<string>;
|
|
13934
|
+
}
|
|
13935
|
+
interface CloudServerStorageConfigDataLocalDisk {
|
|
13936
|
+
/**
|
|
13937
|
+
* Disk specifications.
|
|
13938
|
+
*/
|
|
13939
|
+
diskSpec?: pulumi.Input<inputs.veenedge.CloudServerStorageConfigDataLocalDiskDiskSpec>;
|
|
13940
|
+
/**
|
|
13941
|
+
* Number of disks
|
|
13942
|
+
*/
|
|
13943
|
+
num?: pulumi.Input<number>;
|
|
13944
|
+
}
|
|
13945
|
+
interface CloudServerStorageConfigDataLocalDiskDiskSpec {
|
|
13946
|
+
/**
|
|
13947
|
+
* Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
|
|
13948
|
+
*/
|
|
13949
|
+
capacity?: pulumi.Input<string>;
|
|
13950
|
+
/**
|
|
13951
|
+
* Release disk with instance
|
|
13952
|
+
*/
|
|
13953
|
+
deleteWithInstance?: pulumi.Input<boolean>;
|
|
13954
|
+
/**
|
|
13955
|
+
* Disk unique identifier
|
|
13956
|
+
*/
|
|
13957
|
+
diskIdentity?: pulumi.Input<string>;
|
|
13958
|
+
/**
|
|
13959
|
+
* Local disk type.
|
|
13960
|
+
*/
|
|
13961
|
+
localDiskClass?: pulumi.Input<string>;
|
|
13962
|
+
/**
|
|
13963
|
+
* Local disk resource name.
|
|
13964
|
+
*/
|
|
13965
|
+
localDiskResourceName?: pulumi.Input<string>;
|
|
13966
|
+
/**
|
|
13967
|
+
* Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
13968
|
+
*/
|
|
13969
|
+
storageType?: pulumi.Input<string>;
|
|
13970
|
+
}
|
|
13971
|
+
interface CloudServerStorageConfigSystemDisk {
|
|
13972
|
+
/**
|
|
13973
|
+
* Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
|
|
13974
|
+
*/
|
|
13975
|
+
capacity?: pulumi.Input<string>;
|
|
13976
|
+
/**
|
|
13977
|
+
* Release disk with instance
|
|
13978
|
+
*/
|
|
13979
|
+
deleteWithInstance?: pulumi.Input<boolean>;
|
|
13980
|
+
/**
|
|
13981
|
+
* Disk unique identifier
|
|
13982
|
+
*/
|
|
13983
|
+
diskIdentity?: pulumi.Input<string>;
|
|
13984
|
+
/**
|
|
13985
|
+
* Local disk type.
|
|
13986
|
+
*/
|
|
13987
|
+
localDiskClass?: pulumi.Input<string>;
|
|
13988
|
+
/**
|
|
13989
|
+
* Local disk resource name.
|
|
13990
|
+
*/
|
|
13991
|
+
localDiskResourceName?: pulumi.Input<string>;
|
|
13992
|
+
/**
|
|
13993
|
+
* Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
13994
|
+
*/
|
|
13995
|
+
storageType?: pulumi.Input<string>;
|
|
13996
|
+
}
|
|
13997
|
+
interface CloudServerTag {
|
|
13998
|
+
/**
|
|
13999
|
+
* Tag key
|
|
14000
|
+
*/
|
|
14001
|
+
key?: pulumi.Input<string>;
|
|
14002
|
+
/**
|
|
14003
|
+
* Tag value
|
|
14004
|
+
*/
|
|
14005
|
+
value?: pulumi.Input<string>;
|
|
14006
|
+
}
|
|
13545
14007
|
interface VpcSubnet {
|
|
13546
14008
|
/**
|
|
13547
14009
|
* Subnet CIDR Block, e.g. 10.1.0.0/16
|