@volcengine/pulumi 0.0.16 → 0.0.18
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/cloudfs/access.d.ts +180 -0
- package/cloudfs/access.js +104 -0
- package/cloudfs/access.js.map +1 -0
- package/cloudfs/accesses.d.ts +78 -0
- package/cloudfs/accesses.js +46 -0
- package/cloudfs/accesses.js.map +1 -0
- package/cloudfs/fileSystem.d.ts +287 -0
- package/cloudfs/fileSystem.js +140 -0
- package/cloudfs/fileSystem.js.map +1 -0
- package/cloudfs/fileSystems.d.ts +93 -0
- package/cloudfs/fileSystems.js +49 -0
- package/cloudfs/fileSystems.js.map +1 -0
- package/cloudfs/index.d.ts +24 -0
- package/cloudfs/index.js +47 -0
- package/cloudfs/index.js.map +1 -0
- package/cloudfs/namespace.d.ts +183 -0
- package/cloudfs/namespace.js +100 -0
- package/cloudfs/namespace.js.map +1 -0
- package/cloudfs/namespaces.d.ts +98 -0
- package/cloudfs/namespaces.js +50 -0
- package/cloudfs/namespaces.js.map +1 -0
- package/cloudfs/nsQuotas.d.ts +81 -0
- package/cloudfs/nsQuotas.js +52 -0
- package/cloudfs/nsQuotas.js.map +1 -0
- package/cloudfs/quotas.d.ts +62 -0
- package/cloudfs/quotas.js +42 -0
- package/cloudfs/quotas.js.map +1 -0
- package/cr/registry.d.ts +1 -1
- package/cr/registry.js +1 -1
- 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 +18 -0
- package/ecs/index.js +23 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +4 -4
- 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/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/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +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 +41 -32
- 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/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/tos/bucketObject.d.ts +8 -0
- package/tos/bucketObject.js +2 -0
- package/tos/bucketObject.js.map +1 -1
- package/types/input.d.ts +43 -1
- package/types/output.d.ts +505 -1
- package/vpc/securityGroup.d.ts +2 -2
- package/vpc/securityGroup.js +1 -1
- package/vpc/vpc.d.ts +1 -1
package/types/output.d.ts
CHANGED
|
@@ -1528,6 +1528,198 @@ export declare namespace clb {
|
|
|
1528
1528
|
zoneId: string;
|
|
1529
1529
|
}
|
|
1530
1530
|
}
|
|
1531
|
+
export declare namespace cloudfs {
|
|
1532
|
+
interface AccessesAccess {
|
|
1533
|
+
/**
|
|
1534
|
+
* The account id of access.
|
|
1535
|
+
*/
|
|
1536
|
+
accessAccountId: number;
|
|
1537
|
+
/**
|
|
1538
|
+
* The id of access.
|
|
1539
|
+
*/
|
|
1540
|
+
accessId: string;
|
|
1541
|
+
/**
|
|
1542
|
+
* The service name of access.
|
|
1543
|
+
*/
|
|
1544
|
+
accessServiceName: string;
|
|
1545
|
+
/**
|
|
1546
|
+
* The creation time.
|
|
1547
|
+
*/
|
|
1548
|
+
createdTime: string;
|
|
1549
|
+
/**
|
|
1550
|
+
* The name of file system.
|
|
1551
|
+
*/
|
|
1552
|
+
fsName: string;
|
|
1553
|
+
/**
|
|
1554
|
+
* Whether is default access.
|
|
1555
|
+
*/
|
|
1556
|
+
isDefault: boolean;
|
|
1557
|
+
/**
|
|
1558
|
+
* The id of security group.
|
|
1559
|
+
*/
|
|
1560
|
+
securityGroupId: string;
|
|
1561
|
+
/**
|
|
1562
|
+
* The status of access.
|
|
1563
|
+
*/
|
|
1564
|
+
status: string;
|
|
1565
|
+
/**
|
|
1566
|
+
* The id of subnet.
|
|
1567
|
+
*/
|
|
1568
|
+
subnetId: string;
|
|
1569
|
+
/**
|
|
1570
|
+
* The id of vpc.
|
|
1571
|
+
*/
|
|
1572
|
+
vpcId: string;
|
|
1573
|
+
/**
|
|
1574
|
+
* Whether to enable all vpc route.
|
|
1575
|
+
*/
|
|
1576
|
+
vpcRouteEnabled: boolean;
|
|
1577
|
+
}
|
|
1578
|
+
interface FileSystemsFileSystem {
|
|
1579
|
+
/**
|
|
1580
|
+
* The capacity of cache.
|
|
1581
|
+
*/
|
|
1582
|
+
cacheCapacityTib: number;
|
|
1583
|
+
/**
|
|
1584
|
+
* The plan of cache.
|
|
1585
|
+
*/
|
|
1586
|
+
cachePlan: string;
|
|
1587
|
+
/**
|
|
1588
|
+
* The creation time.
|
|
1589
|
+
*/
|
|
1590
|
+
createdTime: string;
|
|
1591
|
+
/**
|
|
1592
|
+
* The ID of file system.
|
|
1593
|
+
*/
|
|
1594
|
+
id: string;
|
|
1595
|
+
/**
|
|
1596
|
+
* The mode of file system.
|
|
1597
|
+
*/
|
|
1598
|
+
mode: string;
|
|
1599
|
+
/**
|
|
1600
|
+
* The point mount.
|
|
1601
|
+
*/
|
|
1602
|
+
mountPoint: string;
|
|
1603
|
+
/**
|
|
1604
|
+
* The name of file system.
|
|
1605
|
+
*/
|
|
1606
|
+
name: string;
|
|
1607
|
+
/**
|
|
1608
|
+
* The id of region.
|
|
1609
|
+
*/
|
|
1610
|
+
regionId: string;
|
|
1611
|
+
/**
|
|
1612
|
+
* The id of security group.
|
|
1613
|
+
*/
|
|
1614
|
+
securityGroupId: string;
|
|
1615
|
+
/**
|
|
1616
|
+
* The status of file system.
|
|
1617
|
+
*/
|
|
1618
|
+
status: string;
|
|
1619
|
+
/**
|
|
1620
|
+
* The id of subnet.
|
|
1621
|
+
*/
|
|
1622
|
+
subnetId: string;
|
|
1623
|
+
/**
|
|
1624
|
+
* The tos bucket.
|
|
1625
|
+
*/
|
|
1626
|
+
tosBucket: string;
|
|
1627
|
+
/**
|
|
1628
|
+
* The tos prefix.
|
|
1629
|
+
*/
|
|
1630
|
+
tosPrefix: string;
|
|
1631
|
+
/**
|
|
1632
|
+
* The id of vpc.
|
|
1633
|
+
*/
|
|
1634
|
+
vpcId: string;
|
|
1635
|
+
/**
|
|
1636
|
+
* The id of zone.
|
|
1637
|
+
*/
|
|
1638
|
+
zoneId: string;
|
|
1639
|
+
}
|
|
1640
|
+
interface NamespacesNamespace {
|
|
1641
|
+
/**
|
|
1642
|
+
* The creation time of the namespace.
|
|
1643
|
+
*/
|
|
1644
|
+
createdTime: string;
|
|
1645
|
+
/**
|
|
1646
|
+
* The ID of the namespace.
|
|
1647
|
+
*/
|
|
1648
|
+
id: string;
|
|
1649
|
+
/**
|
|
1650
|
+
* Whether the tos bucket is your own bucket.
|
|
1651
|
+
*/
|
|
1652
|
+
isMyBucket: boolean;
|
|
1653
|
+
/**
|
|
1654
|
+
* Whether the namespace is read-only.
|
|
1655
|
+
*/
|
|
1656
|
+
readOnly: boolean;
|
|
1657
|
+
/**
|
|
1658
|
+
* Whether the namespace is the official service for volcengine.
|
|
1659
|
+
*/
|
|
1660
|
+
serviceManaged: boolean;
|
|
1661
|
+
/**
|
|
1662
|
+
* The status of the namespace.
|
|
1663
|
+
*/
|
|
1664
|
+
status: string;
|
|
1665
|
+
/**
|
|
1666
|
+
* The name of tos bucket.
|
|
1667
|
+
*/
|
|
1668
|
+
tosBucket: string;
|
|
1669
|
+
/**
|
|
1670
|
+
* The tos prefix.
|
|
1671
|
+
*/
|
|
1672
|
+
tosPrefix: string;
|
|
1673
|
+
}
|
|
1674
|
+
interface NsQuotasQuota {
|
|
1675
|
+
/**
|
|
1676
|
+
* The ID of account.
|
|
1677
|
+
*/
|
|
1678
|
+
accountId: number;
|
|
1679
|
+
/**
|
|
1680
|
+
* The name of fs.
|
|
1681
|
+
*/
|
|
1682
|
+
fsName: string;
|
|
1683
|
+
/**
|
|
1684
|
+
* The count of cloud fs namespace.
|
|
1685
|
+
*/
|
|
1686
|
+
nsCount: number;
|
|
1687
|
+
/**
|
|
1688
|
+
* This file stores the number of namespaces under the instance.
|
|
1689
|
+
*/
|
|
1690
|
+
nsCountPerFs: number;
|
|
1691
|
+
/**
|
|
1692
|
+
* The quota of cloud fs namespace.
|
|
1693
|
+
*/
|
|
1694
|
+
nsQuota: number;
|
|
1695
|
+
/**
|
|
1696
|
+
* This file stores the total namespace quota under the instance.
|
|
1697
|
+
*/
|
|
1698
|
+
nsQuotaPerFs: number;
|
|
1699
|
+
/**
|
|
1700
|
+
* Whether is enough of cloud fs namespace.
|
|
1701
|
+
*/
|
|
1702
|
+
quotaEnough: boolean;
|
|
1703
|
+
}
|
|
1704
|
+
interface QuotasQuota {
|
|
1705
|
+
/**
|
|
1706
|
+
* The ID of account.
|
|
1707
|
+
*/
|
|
1708
|
+
accountId: number;
|
|
1709
|
+
/**
|
|
1710
|
+
* The count of cloud fs.
|
|
1711
|
+
*/
|
|
1712
|
+
fsCount: number;
|
|
1713
|
+
/**
|
|
1714
|
+
* The quota of cloud fs.
|
|
1715
|
+
*/
|
|
1716
|
+
fsQuota: number;
|
|
1717
|
+
/**
|
|
1718
|
+
* Whether is enough of cloud fs.
|
|
1719
|
+
*/
|
|
1720
|
+
quotaEnough: boolean;
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1531
1723
|
export declare namespace cr {
|
|
1532
1724
|
interface AuthorizationTokensToken {
|
|
1533
1725
|
/**
|
|
@@ -1876,6 +2068,60 @@ export declare namespace ebs {
|
|
|
1876
2068
|
}
|
|
1877
2069
|
}
|
|
1878
2070
|
export declare namespace ecs {
|
|
2071
|
+
interface CommandsCommand {
|
|
2072
|
+
/**
|
|
2073
|
+
* The base64 encoded content of the ecs command.
|
|
2074
|
+
*/
|
|
2075
|
+
commandContent: string;
|
|
2076
|
+
/**
|
|
2077
|
+
* The id of ecs command.
|
|
2078
|
+
*/
|
|
2079
|
+
commandId: string;
|
|
2080
|
+
/**
|
|
2081
|
+
* The provider of public command. When this field is not specified, query for custom commands.
|
|
2082
|
+
*/
|
|
2083
|
+
commandProvider: string;
|
|
2084
|
+
/**
|
|
2085
|
+
* The create time of the ecs command.
|
|
2086
|
+
*/
|
|
2087
|
+
createdAt: string;
|
|
2088
|
+
/**
|
|
2089
|
+
* The description of the ecs command.
|
|
2090
|
+
*/
|
|
2091
|
+
description: string;
|
|
2092
|
+
/**
|
|
2093
|
+
* The id of the ecs command.
|
|
2094
|
+
*/
|
|
2095
|
+
id: string;
|
|
2096
|
+
/**
|
|
2097
|
+
* The invocation times of the ecs command. Public commands do not display the invocation times.
|
|
2098
|
+
*/
|
|
2099
|
+
invocationTimes: number;
|
|
2100
|
+
/**
|
|
2101
|
+
* The name of ecs command. This field support fuzzy query.
|
|
2102
|
+
*/
|
|
2103
|
+
name: string;
|
|
2104
|
+
/**
|
|
2105
|
+
* The timeout of the ecs command.
|
|
2106
|
+
*/
|
|
2107
|
+
timeout: number;
|
|
2108
|
+
/**
|
|
2109
|
+
* The type of ecs command. Valid values: `Shell`.
|
|
2110
|
+
*/
|
|
2111
|
+
type: string;
|
|
2112
|
+
/**
|
|
2113
|
+
* The update time of the ecs command.
|
|
2114
|
+
*/
|
|
2115
|
+
updatedAt: string;
|
|
2116
|
+
/**
|
|
2117
|
+
* The username of the ecs command.
|
|
2118
|
+
*/
|
|
2119
|
+
username: string;
|
|
2120
|
+
/**
|
|
2121
|
+
* The working directory of the ecs command.
|
|
2122
|
+
*/
|
|
2123
|
+
workingDir: string;
|
|
2124
|
+
}
|
|
1879
2125
|
interface DeploymentSetsDeploymentSet {
|
|
1880
2126
|
/**
|
|
1881
2127
|
* The ID of ECS DeploymentSet.
|
|
@@ -1962,7 +2208,7 @@ export declare namespace ecs {
|
|
|
1962
2208
|
}
|
|
1963
2209
|
interface InstanceCpuOptions {
|
|
1964
2210
|
/**
|
|
1965
|
-
* The per core of threads.
|
|
2211
|
+
* The per core of threads,only support for ebm.
|
|
1966
2212
|
*/
|
|
1967
2213
|
threadsPerCore: number;
|
|
1968
2214
|
}
|
|
@@ -2226,6 +2472,150 @@ export declare namespace ecs {
|
|
|
2226
2472
|
*/
|
|
2227
2473
|
value: string;
|
|
2228
2474
|
}
|
|
2475
|
+
interface InvocationResultsInvocationResult {
|
|
2476
|
+
/**
|
|
2477
|
+
* The id of ecs command.
|
|
2478
|
+
*/
|
|
2479
|
+
commandId: string;
|
|
2480
|
+
/**
|
|
2481
|
+
* The end time of the ecs invocation in the instance.
|
|
2482
|
+
*/
|
|
2483
|
+
endTime: string;
|
|
2484
|
+
/**
|
|
2485
|
+
* The error code of the ecs invocation.
|
|
2486
|
+
*/
|
|
2487
|
+
errorCode: string;
|
|
2488
|
+
/**
|
|
2489
|
+
* The error message of the ecs invocation.
|
|
2490
|
+
*/
|
|
2491
|
+
errorMessage: string;
|
|
2492
|
+
/**
|
|
2493
|
+
* The exit code of the ecs command.
|
|
2494
|
+
*/
|
|
2495
|
+
exitCode: number;
|
|
2496
|
+
/**
|
|
2497
|
+
* The id of the ecs invocation result.
|
|
2498
|
+
*/
|
|
2499
|
+
id: string;
|
|
2500
|
+
/**
|
|
2501
|
+
* The id of ecs instance.
|
|
2502
|
+
*/
|
|
2503
|
+
instanceId: string;
|
|
2504
|
+
/**
|
|
2505
|
+
* The id of ecs invocation.
|
|
2506
|
+
*/
|
|
2507
|
+
invocationId: string;
|
|
2508
|
+
/**
|
|
2509
|
+
* The id of the ecs invocation result.
|
|
2510
|
+
*/
|
|
2511
|
+
invocationResultId: string;
|
|
2512
|
+
/**
|
|
2513
|
+
* The list of status of ecs invocation in a single instance. Valid values: `Pending`, `Running`, `Success`, `Failed`, `Timeout`.
|
|
2514
|
+
*/
|
|
2515
|
+
invocationResultStatus: string;
|
|
2516
|
+
/**
|
|
2517
|
+
* The base64 encoded output message of the ecs invocation.
|
|
2518
|
+
*/
|
|
2519
|
+
output: string;
|
|
2520
|
+
/**
|
|
2521
|
+
* The start time of the ecs invocation in the instance.
|
|
2522
|
+
*/
|
|
2523
|
+
startTime: string;
|
|
2524
|
+
/**
|
|
2525
|
+
* The username of the ecs command.
|
|
2526
|
+
*/
|
|
2527
|
+
username: string;
|
|
2528
|
+
}
|
|
2529
|
+
interface InvocationsInvocation {
|
|
2530
|
+
/**
|
|
2531
|
+
* The base64 encoded content of the ecs command.
|
|
2532
|
+
*/
|
|
2533
|
+
commandContent: string;
|
|
2534
|
+
/**
|
|
2535
|
+
* The description of the ecs command.
|
|
2536
|
+
*/
|
|
2537
|
+
commandDescription: string;
|
|
2538
|
+
/**
|
|
2539
|
+
* The id of ecs command.
|
|
2540
|
+
*/
|
|
2541
|
+
commandId: string;
|
|
2542
|
+
/**
|
|
2543
|
+
* The name of ecs command. This field support fuzzy query.
|
|
2544
|
+
*/
|
|
2545
|
+
commandName: string;
|
|
2546
|
+
/**
|
|
2547
|
+
* The provider of the ecs command.
|
|
2548
|
+
*/
|
|
2549
|
+
commandProvider: string;
|
|
2550
|
+
/**
|
|
2551
|
+
* The type of ecs command. Valid values: `Shell`.
|
|
2552
|
+
*/
|
|
2553
|
+
commandType: string;
|
|
2554
|
+
/**
|
|
2555
|
+
* The end time of the ecs invocation.
|
|
2556
|
+
*/
|
|
2557
|
+
endTime: string;
|
|
2558
|
+
/**
|
|
2559
|
+
* The frequency of the ecs invocation.
|
|
2560
|
+
*/
|
|
2561
|
+
frequency: string;
|
|
2562
|
+
/**
|
|
2563
|
+
* The id of the ecs invocation.
|
|
2564
|
+
*/
|
|
2565
|
+
id: string;
|
|
2566
|
+
/**
|
|
2567
|
+
* The list of ECS instance IDs.
|
|
2568
|
+
*/
|
|
2569
|
+
instanceIds: string[];
|
|
2570
|
+
/**
|
|
2571
|
+
* The instance number of the ecs invocation.
|
|
2572
|
+
*/
|
|
2573
|
+
instanceNumber: number;
|
|
2574
|
+
/**
|
|
2575
|
+
* The description of the ecs invocation.
|
|
2576
|
+
*/
|
|
2577
|
+
invocationDescription: string;
|
|
2578
|
+
/**
|
|
2579
|
+
* The id of ecs invocation.
|
|
2580
|
+
*/
|
|
2581
|
+
invocationId: string;
|
|
2582
|
+
/**
|
|
2583
|
+
* The name of ecs invocation. This field support fuzzy query.
|
|
2584
|
+
*/
|
|
2585
|
+
invocationName: string;
|
|
2586
|
+
/**
|
|
2587
|
+
* The list of status of ecs invocation. Valid values: `Pending`, `Scheduled`, `Running`, `Success`, `Failed`, `Stopped`, `PartialFailed`, `Finished`.
|
|
2588
|
+
*/
|
|
2589
|
+
invocationStatus: string;
|
|
2590
|
+
/**
|
|
2591
|
+
* The launch time of the ecs invocation.
|
|
2592
|
+
*/
|
|
2593
|
+
launchTime: string;
|
|
2594
|
+
/**
|
|
2595
|
+
* The recurrence end time of the ecs invocation.
|
|
2596
|
+
*/
|
|
2597
|
+
recurrenceEndTime: string;
|
|
2598
|
+
/**
|
|
2599
|
+
* The repeat mode of ecs invocation. Valid values: `Once`, `Rate`, `Fixed`.
|
|
2600
|
+
*/
|
|
2601
|
+
repeatMode: string;
|
|
2602
|
+
/**
|
|
2603
|
+
* The start time of the ecs invocation.
|
|
2604
|
+
*/
|
|
2605
|
+
startTime: string;
|
|
2606
|
+
/**
|
|
2607
|
+
* The timeout of the ecs command.
|
|
2608
|
+
*/
|
|
2609
|
+
timeout: number;
|
|
2610
|
+
/**
|
|
2611
|
+
* The username of the ecs command.
|
|
2612
|
+
*/
|
|
2613
|
+
username: string;
|
|
2614
|
+
/**
|
|
2615
|
+
* The working directory of the ecs command.
|
|
2616
|
+
*/
|
|
2617
|
+
workingDir: string;
|
|
2618
|
+
}
|
|
2229
2619
|
interface KeyPairsKeyPair {
|
|
2230
2620
|
/**
|
|
2231
2621
|
* The creation time of key pair.
|
|
@@ -2406,6 +2796,16 @@ export declare namespace ecs {
|
|
|
2406
2796
|
*/
|
|
2407
2797
|
volumeType: string;
|
|
2408
2798
|
}
|
|
2799
|
+
interface RegionsRegion {
|
|
2800
|
+
/**
|
|
2801
|
+
* The id of the region.
|
|
2802
|
+
*/
|
|
2803
|
+
id: string;
|
|
2804
|
+
/**
|
|
2805
|
+
* The id of the region.
|
|
2806
|
+
*/
|
|
2807
|
+
regionId: string;
|
|
2808
|
+
}
|
|
2409
2809
|
interface ZonesZone {
|
|
2410
2810
|
/**
|
|
2411
2811
|
* The id of the zone.
|
|
@@ -6828,6 +7228,46 @@ export declare namespace tls {
|
|
|
6828
7228
|
*/
|
|
6829
7229
|
valueType: string;
|
|
6830
7230
|
}
|
|
7231
|
+
interface IndexUserInnerKeyValue {
|
|
7232
|
+
/**
|
|
7233
|
+
* Whether the value is case sensitive.
|
|
7234
|
+
*/
|
|
7235
|
+
caseSensitive?: boolean;
|
|
7236
|
+
/**
|
|
7237
|
+
* The delimiter of the value.
|
|
7238
|
+
*/
|
|
7239
|
+
delimiter?: string;
|
|
7240
|
+
/**
|
|
7241
|
+
* Whether the value include chinese.
|
|
7242
|
+
*/
|
|
7243
|
+
includeChinese?: boolean;
|
|
7244
|
+
/**
|
|
7245
|
+
* The JSON subfield key value index.
|
|
7246
|
+
*/
|
|
7247
|
+
jsonKeys?: outputs.tls.IndexUserInnerKeyValueJsonKey[];
|
|
7248
|
+
/**
|
|
7249
|
+
* The key of the KeyValueInfo.
|
|
7250
|
+
*/
|
|
7251
|
+
key: string;
|
|
7252
|
+
/**
|
|
7253
|
+
* Whether the filed is enabled for analysis.
|
|
7254
|
+
*/
|
|
7255
|
+
sqlFlag?: boolean;
|
|
7256
|
+
/**
|
|
7257
|
+
* The type of value. Valid values: `long`, `double`, `text`, `json`.
|
|
7258
|
+
*/
|
|
7259
|
+
valueType: string;
|
|
7260
|
+
}
|
|
7261
|
+
interface IndexUserInnerKeyValueJsonKey {
|
|
7262
|
+
/**
|
|
7263
|
+
* The key of the subfield key value index.
|
|
7264
|
+
*/
|
|
7265
|
+
key: string;
|
|
7266
|
+
/**
|
|
7267
|
+
* The type of value. Valid values: `long`, `double`, `text`.
|
|
7268
|
+
*/
|
|
7269
|
+
valueType: string;
|
|
7270
|
+
}
|
|
6831
7271
|
interface IndexesTlsIndex {
|
|
6832
7272
|
/**
|
|
6833
7273
|
* The create time of the tls index.
|
|
@@ -6853,6 +7293,10 @@ export declare namespace tls {
|
|
|
6853
7293
|
* The topic id of the tls index.
|
|
6854
7294
|
*/
|
|
6855
7295
|
topicId: string;
|
|
7296
|
+
/**
|
|
7297
|
+
* The reserved field index configuration of the tls topic.
|
|
7298
|
+
*/
|
|
7299
|
+
userInnerKeyValues: outputs.tls.IndexesTlsIndexUserInnerKeyValue[];
|
|
6856
7300
|
}
|
|
6857
7301
|
interface IndexesTlsIndexFullText {
|
|
6858
7302
|
/**
|
|
@@ -6924,6 +7368,62 @@ export declare namespace tls {
|
|
|
6924
7368
|
*/
|
|
6925
7369
|
valueType: string;
|
|
6926
7370
|
}
|
|
7371
|
+
interface IndexesTlsIndexUserInnerKeyValue {
|
|
7372
|
+
/**
|
|
7373
|
+
* Whether the value is case sensitive.
|
|
7374
|
+
*/
|
|
7375
|
+
caseSensitive: boolean;
|
|
7376
|
+
/**
|
|
7377
|
+
* The delimiter of the value.
|
|
7378
|
+
*/
|
|
7379
|
+
delimiter: string;
|
|
7380
|
+
/**
|
|
7381
|
+
* Whether the value include chinese.
|
|
7382
|
+
*/
|
|
7383
|
+
includeChinese: boolean;
|
|
7384
|
+
/**
|
|
7385
|
+
* The JSON subfield key value index.
|
|
7386
|
+
*/
|
|
7387
|
+
jsonKeys: outputs.tls.IndexesTlsIndexUserInnerKeyValueJsonKey[];
|
|
7388
|
+
/**
|
|
7389
|
+
* The key of the KeyValue index.
|
|
7390
|
+
*/
|
|
7391
|
+
key: string;
|
|
7392
|
+
/**
|
|
7393
|
+
* Whether the filed is enabled for analysis.
|
|
7394
|
+
*/
|
|
7395
|
+
sqlFlag: boolean;
|
|
7396
|
+
/**
|
|
7397
|
+
* The type of value.
|
|
7398
|
+
*/
|
|
7399
|
+
valueType: string;
|
|
7400
|
+
}
|
|
7401
|
+
interface IndexesTlsIndexUserInnerKeyValueJsonKey {
|
|
7402
|
+
/**
|
|
7403
|
+
* Whether the value is case sensitive.
|
|
7404
|
+
*/
|
|
7405
|
+
caseSensitive: boolean;
|
|
7406
|
+
/**
|
|
7407
|
+
* The delimiter of the value.
|
|
7408
|
+
*/
|
|
7409
|
+
delimiter: string;
|
|
7410
|
+
/**
|
|
7411
|
+
* Whether the value include chinese.
|
|
7412
|
+
*/
|
|
7413
|
+
includeChinese: boolean;
|
|
7414
|
+
/**
|
|
7415
|
+
* The key of the KeyValue index.
|
|
7416
|
+
*/
|
|
7417
|
+
key: string;
|
|
7418
|
+
/**
|
|
7419
|
+
* Whether the filed is enabled for analysis.
|
|
7420
|
+
*/
|
|
7421
|
+
sqlFlag: boolean;
|
|
7422
|
+
/**
|
|
7423
|
+
* The type of value.
|
|
7424
|
+
*/
|
|
7425
|
+
valueType: string;
|
|
7426
|
+
}
|
|
6927
7427
|
interface KafkaConsumersData {
|
|
6928
7428
|
/**
|
|
6929
7429
|
* Whether allow consume.
|
|
@@ -7989,6 +8489,10 @@ export declare namespace tos {
|
|
|
7989
8489
|
permission: string;
|
|
7990
8490
|
}
|
|
7991
8491
|
interface BucketObjectsObject {
|
|
8492
|
+
/**
|
|
8493
|
+
* The content the TOS Object when content type is json or text and xml.
|
|
8494
|
+
*/
|
|
8495
|
+
content: string;
|
|
7992
8496
|
/**
|
|
7993
8497
|
* The name the TOS Object.
|
|
7994
8498
|
*/
|
package/vpc/securityGroup.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import * as outputs from "../types/output";
|
|
|
10
10
|
* import * as volcengine from "@volcengine/pulumi";
|
|
11
11
|
*
|
|
12
12
|
* const g1test1 = new volcengine.vpc.SecurityGroup("g1test1", {
|
|
13
|
-
* projectName: "
|
|
13
|
+
* projectName: "default",
|
|
14
14
|
* vpcId: "vpc-2feppmy1ugt1c59gp688n1fld",
|
|
15
15
|
* });
|
|
16
16
|
* ```
|
|
@@ -50,7 +50,7 @@ export declare class SecurityGroup extends pulumi.CustomResource {
|
|
|
50
50
|
/**
|
|
51
51
|
* The ProjectName of SecurityGroup.
|
|
52
52
|
*/
|
|
53
|
-
readonly projectName: pulumi.Output<string
|
|
53
|
+
readonly projectName: pulumi.Output<string>;
|
|
54
54
|
/**
|
|
55
55
|
* Name of SecurityGroup.
|
|
56
56
|
*/
|
package/vpc/securityGroup.js
CHANGED
|
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as volcengine from "@volcengine/pulumi";
|
|
15
15
|
*
|
|
16
16
|
* const g1test1 = new volcengine.vpc.SecurityGroup("g1test1", {
|
|
17
|
-
* projectName: "
|
|
17
|
+
* projectName: "default",
|
|
18
18
|
* vpcId: "vpc-2feppmy1ugt1c59gp688n1fld",
|
|
19
19
|
* });
|
|
20
20
|
* ```
|
package/vpc/vpc.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export declare class Vpc extends pulumi.CustomResource {
|
|
|
87
87
|
/**
|
|
88
88
|
* The ProjectName of the VPC.
|
|
89
89
|
*/
|
|
90
|
-
readonly projectName: pulumi.Output<string
|
|
90
|
+
readonly projectName: pulumi.Output<string>;
|
|
91
91
|
/**
|
|
92
92
|
* The route table ID list of VPC.
|
|
93
93
|
*/
|