@volcengine/pulumi 0.0.17 → 0.0.20
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/autoscaling/scalingGroup.d.ts +1 -1
- package/bioos/cluster.d.ts +11 -11
- package/bioos/cluster.js +6 -6
- package/bioos/cluster.js.map +1 -1
- package/bioos/clusters.d.ts +3 -0
- package/bioos/clusters.js.map +1 -1
- package/bioos/workspace.d.ts +1 -1
- package/cen/grantInstance.d.ts +1 -1
- package/cen/grantInstance.js +1 -1
- package/clb/acl.d.ts +1 -1
- package/clb/certificate.d.ts +1 -1
- package/clb/clb.d.ts +68 -18
- package/clb/clb.js +38 -17
- package/clb/clb.js.map +1 -1
- package/clb/listener.d.ts +101 -0
- package/clb/listener.js +26 -0
- package/clb/listener.js.map +1 -1
- package/clb/serverGroup.d.ts +12 -0
- package/clb/serverGroup.js +2 -0
- package/clb/serverGroup.js.map +1 -1
- package/cr/registry.d.ts +1 -1
- package/cr/registry.js +1 -1
- package/direct_connect/bgpPeer.d.ts +175 -0
- package/direct_connect/bgpPeer.js +100 -0
- package/direct_connect/bgpPeer.js.map +1 -0
- package/direct_connect/bgpPeers.d.ts +129 -0
- package/direct_connect/bgpPeers.js +52 -0
- package/direct_connect/bgpPeers.js.map +1 -0
- package/direct_connect/connection.d.ts +217 -0
- package/direct_connect/connection.js +133 -0
- package/direct_connect/connection.js.map +1 -0
- package/direct_connect/connections.d.ts +154 -0
- package/direct_connect/connections.js +54 -0
- package/direct_connect/connections.js.map +1 -0
- package/direct_connect/gateway.d.ts +100 -0
- package/direct_connect/gateway.js +79 -0
- package/direct_connect/gateway.js.map +1 -0
- package/direct_connect/gatewayRoute.d.ts +143 -0
- package/direct_connect/gatewayRoute.js +97 -0
- package/direct_connect/gatewayRoute.js.map +1 -0
- package/direct_connect/gatewayRoutes.d.ts +141 -0
- package/direct_connect/gatewayRoutes.js +58 -0
- package/direct_connect/gatewayRoutes.js.map +1 -0
- package/direct_connect/gateways.d.ts +118 -0
- package/direct_connect/gateways.js +51 -0
- package/direct_connect/gateways.js.map +1 -0
- package/direct_connect/index.d.ts +30 -0
- package/direct_connect/index.js +57 -0
- package/direct_connect/index.js.map +1 -0
- package/direct_connect/virtualInterface.d.ts +263 -0
- package/direct_connect/virtualInterface.js +127 -0
- package/direct_connect/virtualInterface.js.map +1 -0
- package/direct_connect/virtualInterfaces.d.ts +178 -0
- package/direct_connect/virtualInterfaces.js +56 -0
- package/direct_connect/virtualInterfaces.js.map +1 -0
- package/ebs/volume.d.ts +1 -1
- package/ecs/availableResources.d.ts +114 -0
- package/ecs/availableResources.js +50 -0
- package/ecs/availableResources.js.map +1 -0
- package/ecs/command.d.ts +157 -0
- package/ecs/command.js +93 -0
- package/ecs/command.js.map +1 -0
- package/ecs/commands.d.ts +132 -0
- package/ecs/commands.js +52 -0
- package/ecs/commands.js.map +1 -0
- package/ecs/index.d.ts +21 -0
- package/ecs/index.js +26 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +25 -4
- package/ecs/instance.js +2 -0
- package/ecs/instance.js.map +1 -1
- package/ecs/invocation.d.ts +223 -0
- package/ecs/invocation.js +118 -0
- package/ecs/invocation.js.map +1 -0
- package/ecs/invocationResults.d.ts +116 -0
- package/ecs/invocationResults.js +51 -0
- package/ecs/invocationResults.js.map +1 -0
- package/ecs/invocations.d.ts +161 -0
- package/ecs/invocations.js +56 -0
- package/ecs/invocations.js.map +1 -0
- package/ecs/regions.d.ts +75 -0
- package/ecs/regions.js +47 -0
- package/ecs/regions.js.map +1 -0
- package/eip/address.d.ts +1 -1
- package/escloud/instance.d.ts +26 -13
- package/escloud/instance.js +26 -13
- package/escloud/instance.js.map +1 -1
- package/escloud/instances.d.ts +100 -6
- package/escloud/instances.js +100 -6
- package/escloud/instances.js.map +1 -1
- package/iam/index.d.ts +15 -0
- package/iam/index.js +22 -1
- package/iam/index.js.map +1 -1
- package/iam/userGroup.d.ts +95 -0
- package/iam/userGroup.js +79 -0
- package/iam/userGroup.js.map +1 -0
- package/iam/userGroupAttachment.d.ts +92 -0
- package/iam/userGroupAttachment.js +89 -0
- package/iam/userGroupAttachment.js.map +1 -0
- package/iam/userGroupPolicyAttachment.d.ts +105 -0
- package/iam/userGroupPolicyAttachment.js +95 -0
- package/iam/userGroupPolicyAttachment.js.map +1 -0
- package/iam/userGroupPolicyAttachments.d.ts +107 -0
- package/iam/userGroupPolicyAttachments.js +78 -0
- package/iam/userGroupPolicyAttachments.js.map +1 -0
- package/iam/userGroups.d.ts +87 -0
- package/iam/userGroups.js +59 -0
- package/iam/userGroups.js.map +1 -0
- package/index.d.ts +4 -1
- package/index.js +7 -1
- package/index.js.map +1 -1
- package/nas/fileSystem.d.ts +241 -0
- package/nas/fileSystem.js +123 -0
- package/nas/fileSystem.js.map +1 -0
- package/nas/fileSystems.d.ts +231 -0
- package/nas/fileSystems.js +90 -0
- package/nas/fileSystems.js.map +1 -0
- package/nas/index.d.ts +30 -0
- package/nas/index.js +55 -0
- package/nas/index.js.map +1 -0
- package/nas/mountPoint.d.ts +103 -0
- package/nas/mountPoint.js +80 -0
- package/nas/mountPoint.js.map +1 -0
- package/nas/mountPoints.d.ts +91 -0
- package/nas/mountPoints.js +29 -0
- package/nas/mountPoints.js.map +1 -0
- package/nas/permissionGroup.d.ts +116 -0
- package/nas/permissionGroup.js +92 -0
- package/nas/permissionGroup.js.map +1 -0
- package/nas/permissionGroups.d.ts +116 -0
- package/nas/permissionGroups.js +87 -0
- package/nas/permissionGroups.js.map +1 -0
- package/nas/regions.d.ts +62 -0
- package/nas/regions.js +42 -0
- package/nas/regions.js.map +1 -0
- package/nas/snapshot.d.ts +167 -0
- package/nas/snapshot.js +100 -0
- package/nas/snapshot.js.map +1 -0
- package/nas/snapshots.d.ts +131 -0
- package/nas/snapshots.js +59 -0
- package/nas/snapshots.js.map +1 -0
- package/nas/zones.d.ts +62 -0
- package/nas/zones.js +42 -0
- package/nas/zones.js.map +1 -0
- package/nat/gateway.d.ts +1 -1
- package/package.json +2 -2
- package/rds_mysql/account.d.ts +48 -4
- package/rds_mysql/account.js +48 -4
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/accounts.d.ts +106 -6
- package/rds_mysql/accounts.js +106 -6
- package/rds_mysql/accounts.js.map +1 -1
- package/rds_mysql/allowlist.d.ts +7 -3
- package/rds_mysql/allowlist.js +7 -3
- package/rds_mysql/allowlist.js.map +1 -1
- package/rds_mysql/allowlistAssociate.d.ts +47 -3
- package/rds_mysql/allowlistAssociate.js +47 -3
- package/rds_mysql/allowlistAssociate.js.map +1 -1
- package/rds_mysql/allowlists.d.ts +102 -4
- package/rds_mysql/allowlists.js +102 -4
- package/rds_mysql/allowlists.js.map +1 -1
- package/rds_mysql/database.d.ts +38 -4
- package/rds_mysql/database.js +38 -4
- package/rds_mysql/database.js.map +1 -1
- package/rds_mysql/databases.d.ts +84 -6
- package/rds_mysql/databases.js +84 -6
- package/rds_mysql/databases.js.map +1 -1
- package/rds_mysql/instance.d.ts +18 -15
- package/rds_mysql/instance.js +17 -14
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +38 -3
- package/rds_mysql/instanceReadonlyNode.js +38 -3
- package/rds_mysql/instanceReadonlyNode.js.map +1 -1
- package/rds_mysql/instances.d.ts +74 -4
- package/rds_mysql/instances.js +74 -4
- package/rds_mysql/instances.js.map +1 -1
- package/redis/account.d.ts +32 -5
- package/redis/account.js +32 -5
- package/redis/account.js.map +1 -1
- package/redis/accounts.d.ts +74 -4
- package/redis/accounts.js +74 -4
- package/redis/accounts.js.map +1 -1
- package/redis/allowList.d.ts +2 -2
- package/redis/allowList.js +2 -2
- package/redis/allowListAssociate.d.ts +34 -6
- package/redis/allowListAssociate.js +34 -6
- package/redis/allowListAssociate.js.map +1 -1
- package/redis/allowLists.d.ts +78 -2
- package/redis/allowLists.js +78 -2
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +29 -1
- package/redis/backup.js +29 -1
- package/redis/backup.js.map +1 -1
- package/redis/backupRestore.d.ts +33 -3
- package/redis/backupRestore.js +33 -3
- package/redis/backupRestore.js.map +1 -1
- package/redis/backups.d.ts +68 -6
- package/redis/backups.js +68 -6
- package/redis/backups.js.map +1 -1
- package/redis/continuousBackup.d.ts +29 -1
- package/redis/continuousBackup.js +29 -1
- package/redis/continuousBackup.js.map +1 -1
- package/redis/endpoint.d.ts +37 -3
- package/redis/endpoint.js +37 -3
- package/redis/endpoint.js.map +1 -1
- package/redis/instance.d.ts +47 -35
- package/redis/instance.js +41 -32
- package/redis/instance.js.map +1 -1
- package/redis/instances.d.ts +60 -4
- package/redis/instances.js +60 -4
- package/redis/instances.js.map +1 -1
- package/tls/alarmNotifyGroup.d.ts +1 -1
- package/tls/index_.d.ts +33 -8
- package/tls/index_.js +23 -8
- package/tls/index_.js.map +1 -1
- package/tls/indexes.d.ts +2 -2
- package/tls/indexes.js +2 -2
- package/transit_router/bandwidthPackage.d.ts +211 -0
- package/transit_router/bandwidthPackage.js +102 -0
- package/transit_router/bandwidthPackage.js.map +1 -0
- package/transit_router/bandwidthPackages.d.ts +115 -0
- package/transit_router/bandwidthPackages.js +65 -0
- package/transit_router/bandwidthPackages.js.map +1 -0
- package/transit_router/directConnectGatewayAttachment.d.ts +116 -0
- package/transit_router/directConnectGatewayAttachment.js +87 -0
- package/transit_router/directConnectGatewayAttachment.js.map +1 -0
- package/transit_router/directConnectGatewayAttachments.d.ts +99 -0
- package/transit_router/directConnectGatewayAttachments.js +48 -0
- package/transit_router/directConnectGatewayAttachments.js.map +1 -0
- package/transit_router/grantRule.d.ts +95 -0
- package/transit_router/grantRule.js +82 -0
- package/transit_router/grantRule.js.map +1 -0
- package/transit_router/grantRules.d.ts +90 -0
- package/transit_router/grantRules.js +47 -0
- package/transit_router/grantRules.js.map +1 -0
- package/transit_router/index.d.ts +69 -0
- package/transit_router/index.js +110 -0
- package/transit_router/index.js.map +1 -0
- package/transit_router/peerAttachment.d.ts +179 -0
- package/transit_router/peerAttachment.js +105 -0
- package/transit_router/peerAttachment.js.map +1 -0
- package/transit_router/peerAttachments.d.ts +132 -0
- package/transit_router/peerAttachments.js +52 -0
- package/transit_router/peerAttachments.js.map +1 -0
- package/transit_router/routeEntries.d.ts +122 -0
- package/transit_router/routeEntries.js +52 -0
- package/transit_router/routeEntries.js.map +1 -0
- package/transit_router/routeEntry.d.ts +173 -0
- package/transit_router/routeEntry.js +103 -0
- package/transit_router/routeEntry.js.map +1 -0
- package/transit_router/routeTable.d.ts +135 -0
- package/transit_router/routeTable.js +89 -0
- package/transit_router/routeTable.js.map +1 -0
- package/transit_router/routeTableAssociation.d.ts +82 -0
- package/transit_router/routeTableAssociation.js +79 -0
- package/transit_router/routeTableAssociation.js.map +1 -0
- package/transit_router/routeTableAssociations.d.ts +92 -0
- package/transit_router/routeTableAssociations.js +49 -0
- package/transit_router/routeTableAssociations.js.map +1 -0
- package/transit_router/routeTablePropagation.d.ts +82 -0
- package/transit_router/routeTablePropagation.js +79 -0
- package/transit_router/routeTablePropagation.js.map +1 -0
- package/transit_router/routeTablePropagations.d.ts +92 -0
- package/transit_router/routeTablePropagations.js +49 -0
- package/transit_router/routeTablePropagations.js.map +1 -0
- package/transit_router/routeTables.d.ts +98 -0
- package/transit_router/routeTables.js +50 -0
- package/transit_router/routeTables.js.map +1 -0
- package/transit_router/sharedTransitRouterState.d.ts +82 -0
- package/transit_router/sharedTransitRouterState.js +79 -0
- package/transit_router/sharedTransitRouterState.js.map +1 -0
- package/transit_router/transitRouter.d.ts +148 -0
- package/transit_router/transitRouter.js +89 -0
- package/transit_router/transitRouter.js.map +1 -0
- package/transit_router/transitRouters.d.ts +89 -0
- package/transit_router/transitRouters.js +50 -0
- package/transit_router/transitRouters.js.map +1 -0
- package/transit_router/vpcAttachment.d.ts +164 -0
- package/transit_router/vpcAttachment.js +108 -0
- package/transit_router/vpcAttachment.js.map +1 -0
- package/transit_router/vpcAttachments.d.ts +101 -0
- package/transit_router/vpcAttachments.js +50 -0
- package/transit_router/vpcAttachments.js.map +1 -0
- package/transit_router/vpnAttachment.d.ts +153 -0
- package/transit_router/vpnAttachment.js +99 -0
- package/transit_router/vpnAttachment.js.map +1 -0
- package/transit_router/vpnAttachments.d.ts +101 -0
- package/transit_router/vpnAttachments.js +50 -0
- package/transit_router/vpnAttachments.js.map +1 -0
- package/types/input.d.ts +320 -2
- package/types/output.d.ts +5482 -3219
- package/vke/index.d.ts +3 -0
- package/vke/index.js +4 -1
- package/vke/index.js.map +1 -1
- package/vke/supportResourceTypes.d.ts +80 -0
- package/vke/supportResourceTypes.js +44 -0
- package/vke/supportResourceTypes.js.map +1 -0
- package/vpc/haVip.d.ts +206 -0
- package/vpc/haVip.js +120 -0
- package/vpc/haVip.js.map +1 -0
- package/vpc/haVipAssociate.d.ts +131 -0
- package/vpc/haVipAssociate.js +118 -0
- package/vpc/haVipAssociate.js.map +1 -0
- package/vpc/haVips.d.ts +192 -0
- package/vpc/haVips.js +90 -0
- package/vpc/haVips.js.map +1 -0
- package/vpc/index.d.ts +15 -0
- package/vpc/index.js +22 -1
- package/vpc/index.js.map +1 -1
- package/vpc/networkAcl.d.ts +1 -1
- package/vpc/networkInterface.d.ts +31 -1
- package/vpc/networkInterface.js +4 -0
- package/vpc/networkInterface.js.map +1 -1
- package/vpc/prefixList.d.ts +166 -0
- package/vpc/prefixList.js +106 -0
- package/vpc/prefixList.js.map +1 -0
- package/vpc/prefixLists.d.ts +151 -0
- package/vpc/prefixLists.js +92 -0
- package/vpc/prefixLists.js.map +1 -0
- package/vpc/routeTable.d.ts +1 -1
- package/vpc/securityGroup.d.ts +2 -2
- package/vpc/securityGroup.js +1 -1
- package/vpc/vpc.d.ts +1 -1
- package/vpn/connection.d.ts +1 -1
- package/vpn/customerGateway.d.ts +1 -1
- package/vpn/gateway.d.ts +37 -1
- package/vpn/gateway.js +6 -0
- package/vpn/gateway.js.map +1 -1
- package/vpn/index.d.ts +12 -0
- package/vpn/index.js +17 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnClientCert.d.ts +201 -0
- package/vpn/sslVpnClientCert.js +131 -0
- package/vpn/sslVpnClientCert.js.map +1 -0
- package/vpn/sslVpnClientCerts.d.ts +192 -0
- package/vpn/sslVpnClientCerts.js +134 -0
- package/vpn/sslVpnClientCerts.js.map +1 -0
- package/vpn/sslVpnServer.d.ts +231 -0
- package/vpn/sslVpnServer.js +128 -0
- package/vpn/sslVpnServer.js.map +1 -0
- package/vpn/sslVpnServers.d.ts +167 -0
- package/vpn/sslVpnServers.js +117 -0
- package/vpn/sslVpnServers.js.map +1 -0
package/redis/instances.d.ts
CHANGED
|
@@ -8,9 +8,37 @@ import * as outputs from "../types/output";
|
|
|
8
8
|
* ```typescript
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as volcengine from "@pulumi/volcengine";
|
|
11
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
11
12
|
*
|
|
12
|
-
* const
|
|
13
|
-
*
|
|
13
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
14
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
15
|
+
* vpcName: "acc-test-vpc",
|
|
16
|
+
* cidrBlock: "172.16.0.0/16",
|
|
17
|
+
* });
|
|
18
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
19
|
+
* subnetName: "acc-test-subnet",
|
|
20
|
+
* cidrBlock: "172.16.0.0/24",
|
|
21
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
22
|
+
* vpcId: fooVpc.id,
|
|
23
|
+
* });
|
|
24
|
+
* const fooInstance = new volcengine.redis.Instance("fooInstance", {
|
|
25
|
+
* zoneIds: [fooZones.then(fooZones => fooZones.zones?.[0]?.id)],
|
|
26
|
+
* instanceName: "acc-test-tf-redis",
|
|
27
|
+
* shardedCluster: 1,
|
|
28
|
+
* password: "1qaz!QAZ12",
|
|
29
|
+
* nodeNumber: 2,
|
|
30
|
+
* shardCapacity: 1024,
|
|
31
|
+
* shardNumber: 2,
|
|
32
|
+
* engineVersion: "5.0",
|
|
33
|
+
* subnetId: fooSubnet.id,
|
|
34
|
+
* deletionProtection: "disabled",
|
|
35
|
+
* vpcAuthMode: "close",
|
|
36
|
+
* chargeType: "PostPaid",
|
|
37
|
+
* port: 6381,
|
|
38
|
+
* projectName: "default",
|
|
39
|
+
* });
|
|
40
|
+
* const fooInstances = volcengine.redis.InstancesOutput({
|
|
41
|
+
* instanceId: fooInstance.id,
|
|
14
42
|
* });
|
|
15
43
|
* ```
|
|
16
44
|
*/
|
|
@@ -131,9 +159,37 @@ export interface InstancesResult {
|
|
|
131
159
|
* ```typescript
|
|
132
160
|
* import * as pulumi from "@pulumi/pulumi";
|
|
133
161
|
* import * as volcengine from "@pulumi/volcengine";
|
|
162
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
134
163
|
*
|
|
135
|
-
* const
|
|
136
|
-
*
|
|
164
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
165
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
166
|
+
* vpcName: "acc-test-vpc",
|
|
167
|
+
* cidrBlock: "172.16.0.0/16",
|
|
168
|
+
* });
|
|
169
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
170
|
+
* subnetName: "acc-test-subnet",
|
|
171
|
+
* cidrBlock: "172.16.0.0/24",
|
|
172
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
173
|
+
* vpcId: fooVpc.id,
|
|
174
|
+
* });
|
|
175
|
+
* const fooInstance = new volcengine.redis.Instance("fooInstance", {
|
|
176
|
+
* zoneIds: [fooZones.then(fooZones => fooZones.zones?.[0]?.id)],
|
|
177
|
+
* instanceName: "acc-test-tf-redis",
|
|
178
|
+
* shardedCluster: 1,
|
|
179
|
+
* password: "1qaz!QAZ12",
|
|
180
|
+
* nodeNumber: 2,
|
|
181
|
+
* shardCapacity: 1024,
|
|
182
|
+
* shardNumber: 2,
|
|
183
|
+
* engineVersion: "5.0",
|
|
184
|
+
* subnetId: fooSubnet.id,
|
|
185
|
+
* deletionProtection: "disabled",
|
|
186
|
+
* vpcAuthMode: "close",
|
|
187
|
+
* chargeType: "PostPaid",
|
|
188
|
+
* port: 6381,
|
|
189
|
+
* projectName: "default",
|
|
190
|
+
* });
|
|
191
|
+
* const fooInstances = volcengine.redis.InstancesOutput({
|
|
192
|
+
* instanceId: fooInstance.id,
|
|
137
193
|
* });
|
|
138
194
|
* ```
|
|
139
195
|
*/
|
package/redis/instances.js
CHANGED
|
@@ -12,9 +12,37 @@ const utilities = require("../utilities");
|
|
|
12
12
|
* ```typescript
|
|
13
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
14
14
|
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
16
|
*
|
|
16
|
-
* const
|
|
17
|
-
*
|
|
17
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
18
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
19
|
+
* vpcName: "acc-test-vpc",
|
|
20
|
+
* cidrBlock: "172.16.0.0/16",
|
|
21
|
+
* });
|
|
22
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
23
|
+
* subnetName: "acc-test-subnet",
|
|
24
|
+
* cidrBlock: "172.16.0.0/24",
|
|
25
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
26
|
+
* vpcId: fooVpc.id,
|
|
27
|
+
* });
|
|
28
|
+
* const fooInstance = new volcengine.redis.Instance("fooInstance", {
|
|
29
|
+
* zoneIds: [fooZones.then(fooZones => fooZones.zones?.[0]?.id)],
|
|
30
|
+
* instanceName: "acc-test-tf-redis",
|
|
31
|
+
* shardedCluster: 1,
|
|
32
|
+
* password: "1qaz!QAZ12",
|
|
33
|
+
* nodeNumber: 2,
|
|
34
|
+
* shardCapacity: 1024,
|
|
35
|
+
* shardNumber: 2,
|
|
36
|
+
* engineVersion: "5.0",
|
|
37
|
+
* subnetId: fooSubnet.id,
|
|
38
|
+
* deletionProtection: "disabled",
|
|
39
|
+
* vpcAuthMode: "close",
|
|
40
|
+
* chargeType: "PostPaid",
|
|
41
|
+
* port: 6381,
|
|
42
|
+
* projectName: "default",
|
|
43
|
+
* });
|
|
44
|
+
* const fooInstances = volcengine.redis.InstancesOutput({
|
|
45
|
+
* instanceId: fooInstance.id,
|
|
18
46
|
* });
|
|
19
47
|
* ```
|
|
20
48
|
*/
|
|
@@ -44,9 +72,37 @@ exports.instances = instances;
|
|
|
44
72
|
* ```typescript
|
|
45
73
|
* import * as pulumi from "@pulumi/pulumi";
|
|
46
74
|
* import * as volcengine from "@pulumi/volcengine";
|
|
75
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
47
76
|
*
|
|
48
|
-
* const
|
|
49
|
-
*
|
|
77
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
78
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
79
|
+
* vpcName: "acc-test-vpc",
|
|
80
|
+
* cidrBlock: "172.16.0.0/16",
|
|
81
|
+
* });
|
|
82
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
83
|
+
* subnetName: "acc-test-subnet",
|
|
84
|
+
* cidrBlock: "172.16.0.0/24",
|
|
85
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
86
|
+
* vpcId: fooVpc.id,
|
|
87
|
+
* });
|
|
88
|
+
* const fooInstance = new volcengine.redis.Instance("fooInstance", {
|
|
89
|
+
* zoneIds: [fooZones.then(fooZones => fooZones.zones?.[0]?.id)],
|
|
90
|
+
* instanceName: "acc-test-tf-redis",
|
|
91
|
+
* shardedCluster: 1,
|
|
92
|
+
* password: "1qaz!QAZ12",
|
|
93
|
+
* nodeNumber: 2,
|
|
94
|
+
* shardCapacity: 1024,
|
|
95
|
+
* shardNumber: 2,
|
|
96
|
+
* engineVersion: "5.0",
|
|
97
|
+
* subnetId: fooSubnet.id,
|
|
98
|
+
* deletionProtection: "disabled",
|
|
99
|
+
* vpcAuthMode: "close",
|
|
100
|
+
* chargeType: "PostPaid",
|
|
101
|
+
* port: 6381,
|
|
102
|
+
* projectName: "default",
|
|
103
|
+
* });
|
|
104
|
+
* const fooInstances = volcengine.redis.InstancesOutput({
|
|
105
|
+
* instanceId: fooInstance.id,
|
|
50
106
|
* });
|
|
51
107
|
* ```
|
|
52
108
|
*/
|
package/redis/instances.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instances.js","sourceRoot":"","sources":["../../redis/instances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"instances.js","sourceRoot":"","sources":["../../redis/instances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAlBD,8BAkBC;AAgHD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
|
|
@@ -61,7 +61,7 @@ export declare class AlarmNotifyGroup extends pulumi.CustomResource {
|
|
|
61
61
|
/**
|
|
62
62
|
* The name of the iam project.
|
|
63
63
|
*/
|
|
64
|
-
readonly iamProjectName: pulumi.Output<string
|
|
64
|
+
readonly iamProjectName: pulumi.Output<string>;
|
|
65
65
|
/**
|
|
66
66
|
* The notify type.
|
|
67
67
|
*/
|
package/tls/index_.d.ts
CHANGED
|
@@ -10,11 +10,6 @@ import * as outputs from "../types/output";
|
|
|
10
10
|
* import * as volcengine from "@volcengine/pulumi";
|
|
11
11
|
*
|
|
12
12
|
* const foo = new volcengine.tls.Index("foo", {
|
|
13
|
-
* fullText: {
|
|
14
|
-
* caseSensitive: true,
|
|
15
|
-
* delimiter: "!",
|
|
16
|
-
* includeChinese: false,
|
|
17
|
-
* },
|
|
18
13
|
* keyValues: [
|
|
19
14
|
* {
|
|
20
15
|
* caseSensitive: true,
|
|
@@ -22,11 +17,11 @@ import * as outputs from "../types/output";
|
|
|
22
17
|
* includeChinese: false,
|
|
23
18
|
* jsonKeys: [
|
|
24
19
|
* {
|
|
25
|
-
* key: "
|
|
20
|
+
* key: "class",
|
|
26
21
|
* valueType: "text",
|
|
27
22
|
* },
|
|
28
23
|
* {
|
|
29
|
-
* key: "
|
|
24
|
+
* key: "age",
|
|
30
25
|
* valueType: "long",
|
|
31
26
|
* },
|
|
32
27
|
* ],
|
|
@@ -43,7 +38,25 @@ import * as outputs from "../types/output";
|
|
|
43
38
|
* valueType: "text",
|
|
44
39
|
* },
|
|
45
40
|
* ],
|
|
46
|
-
* topicId: "
|
|
41
|
+
* topicId: "7ce12237-6670-44a7-9d79-2e36961586e6",
|
|
42
|
+
* userInnerKeyValues: [{
|
|
43
|
+
* caseSensitive: false,
|
|
44
|
+
* delimiter: ",:-/ ",
|
|
45
|
+
* includeChinese: false,
|
|
46
|
+
* jsonKeys: [
|
|
47
|
+
* {
|
|
48
|
+
* key: "age",
|
|
49
|
+
* valueType: "long",
|
|
50
|
+
* },
|
|
51
|
+
* {
|
|
52
|
+
* key: "name",
|
|
53
|
+
* valueType: "long",
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* key: "__content__",
|
|
57
|
+
* sqlFlag: false,
|
|
58
|
+
* valueType: "json",
|
|
59
|
+
* }],
|
|
47
60
|
* });
|
|
48
61
|
* ```
|
|
49
62
|
*
|
|
@@ -91,6 +104,10 @@ export declare class Index extends pulumi.CustomResource {
|
|
|
91
104
|
* The topic id of the tls index.
|
|
92
105
|
*/
|
|
93
106
|
readonly topicId: pulumi.Output<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The reserved field index configuration of the tls index.
|
|
109
|
+
*/
|
|
110
|
+
readonly userInnerKeyValues: pulumi.Output<outputs.tls.IndexUserInnerKeyValue[] | undefined>;
|
|
94
111
|
/**
|
|
95
112
|
* Create a Index resource with the given unique name, arguments, and options.
|
|
96
113
|
*
|
|
@@ -124,6 +141,10 @@ export interface IndexState {
|
|
|
124
141
|
* The topic id of the tls index.
|
|
125
142
|
*/
|
|
126
143
|
topicId?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* The reserved field index configuration of the tls index.
|
|
146
|
+
*/
|
|
147
|
+
userInnerKeyValues?: pulumi.Input<pulumi.Input<inputs.tls.IndexUserInnerKeyValue>[]>;
|
|
127
148
|
}
|
|
128
149
|
/**
|
|
129
150
|
* The set of arguments for constructing a Index resource.
|
|
@@ -141,4 +162,8 @@ export interface IndexArgs {
|
|
|
141
162
|
* The topic id of the tls index.
|
|
142
163
|
*/
|
|
143
164
|
topicId: pulumi.Input<string>;
|
|
165
|
+
/**
|
|
166
|
+
* The reserved field index configuration of the tls index.
|
|
167
|
+
*/
|
|
168
|
+
userInnerKeyValues?: pulumi.Input<pulumi.Input<inputs.tls.IndexUserInnerKeyValue>[]>;
|
|
144
169
|
}
|
package/tls/index_.js
CHANGED
|
@@ -14,11 +14,6 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as volcengine from "@volcengine/pulumi";
|
|
15
15
|
*
|
|
16
16
|
* const foo = new volcengine.tls.Index("foo", {
|
|
17
|
-
* fullText: {
|
|
18
|
-
* caseSensitive: true,
|
|
19
|
-
* delimiter: "!",
|
|
20
|
-
* includeChinese: false,
|
|
21
|
-
* },
|
|
22
17
|
* keyValues: [
|
|
23
18
|
* {
|
|
24
19
|
* caseSensitive: true,
|
|
@@ -26,11 +21,11 @@ const utilities = require("../utilities");
|
|
|
26
21
|
* includeChinese: false,
|
|
27
22
|
* jsonKeys: [
|
|
28
23
|
* {
|
|
29
|
-
* key: "
|
|
24
|
+
* key: "class",
|
|
30
25
|
* valueType: "text",
|
|
31
26
|
* },
|
|
32
27
|
* {
|
|
33
|
-
* key: "
|
|
28
|
+
* key: "age",
|
|
34
29
|
* valueType: "long",
|
|
35
30
|
* },
|
|
36
31
|
* ],
|
|
@@ -47,7 +42,25 @@ const utilities = require("../utilities");
|
|
|
47
42
|
* valueType: "text",
|
|
48
43
|
* },
|
|
49
44
|
* ],
|
|
50
|
-
* topicId: "
|
|
45
|
+
* topicId: "7ce12237-6670-44a7-9d79-2e36961586e6",
|
|
46
|
+
* userInnerKeyValues: [{
|
|
47
|
+
* caseSensitive: false,
|
|
48
|
+
* delimiter: ",:-/ ",
|
|
49
|
+
* includeChinese: false,
|
|
50
|
+
* jsonKeys: [
|
|
51
|
+
* {
|
|
52
|
+
* key: "age",
|
|
53
|
+
* valueType: "long",
|
|
54
|
+
* },
|
|
55
|
+
* {
|
|
56
|
+
* key: "name",
|
|
57
|
+
* valueType: "long",
|
|
58
|
+
* },
|
|
59
|
+
* ],
|
|
60
|
+
* key: "__content__",
|
|
61
|
+
* sqlFlag: false,
|
|
62
|
+
* valueType: "json",
|
|
63
|
+
* }],
|
|
51
64
|
* });
|
|
52
65
|
* ```
|
|
53
66
|
*
|
|
@@ -92,6 +105,7 @@ class Index extends pulumi.CustomResource {
|
|
|
92
105
|
resourceInputs["keyValues"] = state ? state.keyValues : undefined;
|
|
93
106
|
resourceInputs["modifyTime"] = state ? state.modifyTime : undefined;
|
|
94
107
|
resourceInputs["topicId"] = state ? state.topicId : undefined;
|
|
108
|
+
resourceInputs["userInnerKeyValues"] = state ? state.userInnerKeyValues : undefined;
|
|
95
109
|
}
|
|
96
110
|
else {
|
|
97
111
|
const args = argsOrState;
|
|
@@ -101,6 +115,7 @@ class Index extends pulumi.CustomResource {
|
|
|
101
115
|
resourceInputs["fullText"] = args ? args.fullText : undefined;
|
|
102
116
|
resourceInputs["keyValues"] = args ? args.keyValues : undefined;
|
|
103
117
|
resourceInputs["topicId"] = args ? args.topicId : undefined;
|
|
118
|
+
resourceInputs["userInnerKeyValues"] = args ? args.userInnerKeyValues : undefined;
|
|
104
119
|
resourceInputs["createTime"] = undefined /*out*/;
|
|
105
120
|
resourceInputs["modifyTime"] = undefined /*out*/;
|
|
106
121
|
}
|
package/tls/index_.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index_.js","sourceRoot":"","sources":["../../tls/index_.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"index_.js","sourceRoot":"","sources":["../../tls/index_.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkEG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAmCD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;SACvF;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAtFL,sBAuFC;AAzEG,gBAAgB;AACO,kBAAY,GAAG,4BAA4B,CAAC"}
|
package/tls/indexes.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as outputs from "../types/output";
|
|
|
9
9
|
* import * as volcengine from "@pulumi/volcengine";
|
|
10
10
|
*
|
|
11
11
|
* const default = volcengine.tls.Indexes({
|
|
12
|
-
* ids: ["
|
|
12
|
+
* ids: ["7ce12237-6670-44a7-9d79-2e36961586e6"],
|
|
13
13
|
* });
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
@@ -55,7 +55,7 @@ export interface IndexesResult {
|
|
|
55
55
|
* import * as volcengine from "@pulumi/volcengine";
|
|
56
56
|
*
|
|
57
57
|
* const default = volcengine.tls.Indexes({
|
|
58
|
-
* ids: ["
|
|
58
|
+
* ids: ["7ce12237-6670-44a7-9d79-2e36961586e6"],
|
|
59
59
|
* });
|
|
60
60
|
* ```
|
|
61
61
|
*/
|
package/tls/indexes.js
CHANGED
|
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as volcengine from "@pulumi/volcengine";
|
|
15
15
|
*
|
|
16
16
|
* const default = volcengine.tls.Indexes({
|
|
17
|
-
* ids: ["
|
|
17
|
+
* ids: ["7ce12237-6670-44a7-9d79-2e36961586e6"],
|
|
18
18
|
* });
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
@@ -35,7 +35,7 @@ exports.indexes = indexes;
|
|
|
35
35
|
* import * as volcengine from "@pulumi/volcengine";
|
|
36
36
|
*
|
|
37
37
|
* const default = volcengine.tls.Indexes({
|
|
38
|
-
* ids: ["
|
|
38
|
+
* ids: ["7ce12237-6670-44a7-9d79-2e36961586e6"],
|
|
39
39
|
* });
|
|
40
40
|
* ```
|
|
41
41
|
*/
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a resource to manage transit router bandwidth package
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
11
|
+
*
|
|
12
|
+
* const foo = new volcengine.transit_router.BandwidthPackage("foo", {
|
|
13
|
+
* bandwidth: 2,
|
|
14
|
+
* description: "acc-test",
|
|
15
|
+
* period: 1,
|
|
16
|
+
* renewType: "Manual",
|
|
17
|
+
* transitRouterBandwidthPackageName: "acc-tf-test",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* ## Import
|
|
22
|
+
*
|
|
23
|
+
* TransitRouterBandwidthPackage can be imported using the Id, e.g.
|
|
24
|
+
*
|
|
25
|
+
* ```sh
|
|
26
|
+
* $ pulumi import volcengine:transit_router/bandwidthPackage:BandwidthPackage default tbp-cd-2felfww0i6pkw59gp68bq****
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
export declare class BandwidthPackage extends pulumi.CustomResource {
|
|
30
|
+
/**
|
|
31
|
+
* Get an existing BandwidthPackage resource's state with the given name, ID, and optional extra
|
|
32
|
+
* properties used to qualify the lookup.
|
|
33
|
+
*
|
|
34
|
+
* @param name The _unique_ name of the resulting resource.
|
|
35
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
36
|
+
* @param state Any extra arguments used during the lookup.
|
|
37
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
38
|
+
*/
|
|
39
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BandwidthPackageState, opts?: pulumi.CustomResourceOptions): BandwidthPackage;
|
|
40
|
+
/**
|
|
41
|
+
* Returns true if the given object is an instance of BandwidthPackage. This is designed to work even
|
|
42
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
43
|
+
*/
|
|
44
|
+
static isInstance(obj: any): obj is BandwidthPackage;
|
|
45
|
+
/**
|
|
46
|
+
* The detailed information on cross regional connections associated with bandwidth packets.
|
|
47
|
+
*/
|
|
48
|
+
readonly allocations: pulumi.Output<outputs.transit_router.BandwidthPackageAllocation[]>;
|
|
49
|
+
/**
|
|
50
|
+
* The bandwidth peak of the transit router bandwidth package. Unit: Mbps. Valid values: 2-10000. Default is 2 Mbps.
|
|
51
|
+
*/
|
|
52
|
+
readonly bandwidth: pulumi.Output<number | undefined>;
|
|
53
|
+
/**
|
|
54
|
+
* The business status of the transit router bandwidth package.
|
|
55
|
+
*/
|
|
56
|
+
readonly businessStatus: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* The create time of the transit router bandwidth package.
|
|
59
|
+
*/
|
|
60
|
+
readonly creationTime: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* The delete time of the transit router bandwidth package.
|
|
63
|
+
*/
|
|
64
|
+
readonly deleteTime: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* The description of the transit router bandwidth package.
|
|
67
|
+
*/
|
|
68
|
+
readonly description: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* The expired time of the transit router bandwidth package.
|
|
71
|
+
*/
|
|
72
|
+
readonly expiredTime: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* The period of the transit router bandwidth package, the valid value range in 1~9 or 12 or 36. Default value is 12. The period unit defaults to `Month`.The modification of this field only takes effect when the value of the `renewType` is `Manual`.
|
|
75
|
+
*/
|
|
76
|
+
readonly period: pulumi.Output<number | undefined>;
|
|
77
|
+
/**
|
|
78
|
+
* The remaining renewal times of of the transit router bandwidth package. Valid values: -1 or 1~100. Default value is -1, means unlimited renewal.This field is only effective when the value of the `renewType` is `Auto`.
|
|
79
|
+
*/
|
|
80
|
+
readonly remainRenewTimes: pulumi.Output<number | undefined>;
|
|
81
|
+
/**
|
|
82
|
+
* The remaining bandwidth of the transit router bandwidth package. Unit: Mbps.
|
|
83
|
+
*/
|
|
84
|
+
readonly remainingBandwidth: pulumi.Output<number>;
|
|
85
|
+
/**
|
|
86
|
+
* The auto renewal period of the transit router bandwidth package. Valid values: 1,2,3,6,12. Default value is 1. Unit: Month.This field is only effective when the value of the `renewType` is `Auto`. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
87
|
+
*/
|
|
88
|
+
readonly renewPeriod: pulumi.Output<number | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* The renewal type of the transit router bandwidth package. Valid values: `Manual`, `Auto`, `NoRenew`. Default is `Manual`.This field is only effective when modifying the bandwidth package.
|
|
91
|
+
*/
|
|
92
|
+
readonly renewType: pulumi.Output<string | undefined>;
|
|
93
|
+
/**
|
|
94
|
+
* The status of the transit router bandwidth package.
|
|
95
|
+
*/
|
|
96
|
+
readonly status: pulumi.Output<string>;
|
|
97
|
+
/**
|
|
98
|
+
* The name of the transit router bandwidth package.
|
|
99
|
+
*/
|
|
100
|
+
readonly transitRouterBandwidthPackageName: pulumi.Output<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The update time of the transit router bandwidth package.
|
|
103
|
+
*/
|
|
104
|
+
readonly updateTime: pulumi.Output<string>;
|
|
105
|
+
/**
|
|
106
|
+
* Create a BandwidthPackage resource with the given unique name, arguments, and options.
|
|
107
|
+
*
|
|
108
|
+
* @param name The _unique_ name of the resource.
|
|
109
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
110
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
111
|
+
*/
|
|
112
|
+
constructor(name: string, args?: BandwidthPackageArgs, opts?: pulumi.CustomResourceOptions);
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Input properties used for looking up and filtering BandwidthPackage resources.
|
|
116
|
+
*/
|
|
117
|
+
export interface BandwidthPackageState {
|
|
118
|
+
/**
|
|
119
|
+
* The detailed information on cross regional connections associated with bandwidth packets.
|
|
120
|
+
*/
|
|
121
|
+
allocations?: pulumi.Input<pulumi.Input<inputs.transit_router.BandwidthPackageAllocation>[]>;
|
|
122
|
+
/**
|
|
123
|
+
* The bandwidth peak of the transit router bandwidth package. Unit: Mbps. Valid values: 2-10000. Default is 2 Mbps.
|
|
124
|
+
*/
|
|
125
|
+
bandwidth?: pulumi.Input<number>;
|
|
126
|
+
/**
|
|
127
|
+
* The business status of the transit router bandwidth package.
|
|
128
|
+
*/
|
|
129
|
+
businessStatus?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* The create time of the transit router bandwidth package.
|
|
132
|
+
*/
|
|
133
|
+
creationTime?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* The delete time of the transit router bandwidth package.
|
|
136
|
+
*/
|
|
137
|
+
deleteTime?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The description of the transit router bandwidth package.
|
|
140
|
+
*/
|
|
141
|
+
description?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* The expired time of the transit router bandwidth package.
|
|
144
|
+
*/
|
|
145
|
+
expiredTime?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* The period of the transit router bandwidth package, the valid value range in 1~9 or 12 or 36. Default value is 12. The period unit defaults to `Month`.The modification of this field only takes effect when the value of the `renewType` is `Manual`.
|
|
148
|
+
*/
|
|
149
|
+
period?: pulumi.Input<number>;
|
|
150
|
+
/**
|
|
151
|
+
* The remaining renewal times of of the transit router bandwidth package. Valid values: -1 or 1~100. Default value is -1, means unlimited renewal.This field is only effective when the value of the `renewType` is `Auto`.
|
|
152
|
+
*/
|
|
153
|
+
remainRenewTimes?: pulumi.Input<number>;
|
|
154
|
+
/**
|
|
155
|
+
* The remaining bandwidth of the transit router bandwidth package. Unit: Mbps.
|
|
156
|
+
*/
|
|
157
|
+
remainingBandwidth?: pulumi.Input<number>;
|
|
158
|
+
/**
|
|
159
|
+
* The auto renewal period of the transit router bandwidth package. Valid values: 1,2,3,6,12. Default value is 1. Unit: Month.This field is only effective when the value of the `renewType` is `Auto`. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
160
|
+
*/
|
|
161
|
+
renewPeriod?: pulumi.Input<number>;
|
|
162
|
+
/**
|
|
163
|
+
* The renewal type of the transit router bandwidth package. Valid values: `Manual`, `Auto`, `NoRenew`. Default is `Manual`.This field is only effective when modifying the bandwidth package.
|
|
164
|
+
*/
|
|
165
|
+
renewType?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* The status of the transit router bandwidth package.
|
|
168
|
+
*/
|
|
169
|
+
status?: pulumi.Input<string>;
|
|
170
|
+
/**
|
|
171
|
+
* The name of the transit router bandwidth package.
|
|
172
|
+
*/
|
|
173
|
+
transitRouterBandwidthPackageName?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* The update time of the transit router bandwidth package.
|
|
176
|
+
*/
|
|
177
|
+
updateTime?: pulumi.Input<string>;
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* The set of arguments for constructing a BandwidthPackage resource.
|
|
181
|
+
*/
|
|
182
|
+
export interface BandwidthPackageArgs {
|
|
183
|
+
/**
|
|
184
|
+
* The bandwidth peak of the transit router bandwidth package. Unit: Mbps. Valid values: 2-10000. Default is 2 Mbps.
|
|
185
|
+
*/
|
|
186
|
+
bandwidth?: pulumi.Input<number>;
|
|
187
|
+
/**
|
|
188
|
+
* The description of the transit router bandwidth package.
|
|
189
|
+
*/
|
|
190
|
+
description?: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* The period of the transit router bandwidth package, the valid value range in 1~9 or 12 or 36. Default value is 12. The period unit defaults to `Month`.The modification of this field only takes effect when the value of the `renewType` is `Manual`.
|
|
193
|
+
*/
|
|
194
|
+
period?: pulumi.Input<number>;
|
|
195
|
+
/**
|
|
196
|
+
* The remaining renewal times of of the transit router bandwidth package. Valid values: -1 or 1~100. Default value is -1, means unlimited renewal.This field is only effective when the value of the `renewType` is `Auto`.
|
|
197
|
+
*/
|
|
198
|
+
remainRenewTimes?: pulumi.Input<number>;
|
|
199
|
+
/**
|
|
200
|
+
* The auto renewal period of the transit router bandwidth package. Valid values: 1,2,3,6,12. Default value is 1. Unit: Month.This field is only effective when the value of the `renewType` is `Auto`. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
201
|
+
*/
|
|
202
|
+
renewPeriod?: pulumi.Input<number>;
|
|
203
|
+
/**
|
|
204
|
+
* The renewal type of the transit router bandwidth package. Valid values: `Manual`, `Auto`, `NoRenew`. Default is `Manual`.This field is only effective when modifying the bandwidth package.
|
|
205
|
+
*/
|
|
206
|
+
renewType?: pulumi.Input<string>;
|
|
207
|
+
/**
|
|
208
|
+
* The name of the transit router bandwidth package.
|
|
209
|
+
*/
|
|
210
|
+
transitRouterBandwidthPackageName?: pulumi.Input<string>;
|
|
211
|
+
}
|