@volcengine/pulumi 0.0.31 → 0.0.33
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/cen/bandwidthPackage.d.ts +15 -3
- package/cen/bandwidthPackage.js +2 -0
- package/cen/bandwidthPackage.js.map +1 -1
- package/cen/getGrantInstances.d.ts +106 -0
- package/cen/getGrantInstances.js +53 -0
- package/cen/getGrantInstances.js.map +1 -0
- package/cen/getInterRegionBandwidths.d.ts +12 -0
- package/cen/getInterRegionBandwidths.js +1 -0
- package/cen/getInterRegionBandwidths.js.map +1 -1
- package/cen/grantInstances.d.ts +108 -0
- package/cen/grantInstances.js +56 -0
- package/cen/grantInstances.js.map +1 -0
- package/cen/index.d.ts +6 -0
- package/cen/index.js +7 -1
- package/cen/index.js.map +1 -1
- package/cen/interRegionBandwidths.d.ts +12 -0
- package/cen/interRegionBandwidths.js +1 -0
- package/cen/interRegionBandwidths.js.map +1 -1
- package/cen/serviceRouteEntry.d.ts +2 -2
- package/cen/serviceRouteEntry.js +2 -2
- package/cr/getNamespaces.d.ts +9 -0
- package/cr/getNamespaces.js +1 -0
- package/cr/getNamespaces.js.map +1 -1
- package/cr/getRegistries.d.ts +9 -0
- package/cr/getRegistries.js +1 -0
- package/cr/getRegistries.js.map +1 -1
- package/cr/namespace.d.ts +12 -0
- package/cr/namespace.js +2 -0
- package/cr/namespace.js.map +1 -1
- package/cr/namespaces.d.ts +9 -0
- package/cr/namespaces.js +1 -0
- package/cr/namespaces.js.map +1 -1
- package/cr/registries.d.ts +9 -0
- package/cr/registries.js +1 -0
- package/cr/registries.js.map +1 -1
- package/cr/registry.d.ts +35 -3
- package/cr/registry.js +6 -2
- package/cr/registry.js.map +1 -1
- package/dns/backup.d.ts +10 -1
- package/dns/backup.js +10 -1
- package/dns/backup.js.map +1 -1
- package/dns/zone.d.ts +1 -1
- package/dns/zone.js +1 -1
- package/ebs/getMaxExtraPerformances.d.ts +104 -0
- package/ebs/getMaxExtraPerformances.js +52 -0
- package/ebs/getMaxExtraPerformances.js.map +1 -0
- package/ebs/index.d.ts +6 -0
- package/ebs/index.js +7 -1
- package/ebs/index.js.map +1 -1
- package/ebs/maxExtraPerformances.d.ts +106 -0
- package/ebs/maxExtraPerformances.js +55 -0
- package/ebs/maxExtraPerformances.js.map +1 -0
- package/ebs/volume.d.ts +22 -14
- package/ebs/volume.js +7 -2
- package/ebs/volume.js.map +1 -1
- package/escloud_v2/escloudInstanceV2.d.ts +19 -3
- package/escloud_v2/escloudInstanceV2.js +19 -3
- package/escloud_v2/escloudInstanceV2.js.map +1 -1
- package/escloud_v2/escloudNodeAvailableSpecs.d.ts +73 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js +46 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/escloudZonesV2.d.ts +64 -0
- package/escloud_v2/escloudZonesV2.js +45 -0
- package/escloud_v2/escloudZonesV2.js.map +1 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.d.ts +71 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js +43 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/getEscloudZonesV2.d.ts +62 -0
- package/escloud_v2/getEscloudZonesV2.js +42 -0
- package/escloud_v2/getEscloudZonesV2.js.map +1 -0
- package/escloud_v2/index.d.ts +12 -0
- package/escloud_v2/index.js +13 -1
- package/escloud_v2/index.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +8 -1
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +98 -0
- package/kafka/allowList.js +85 -0
- package/kafka/allowList.js.map +1 -0
- package/kafka/allowListAssociate.d.ts +90 -0
- package/kafka/allowListAssociate.js +87 -0
- package/kafka/allowListAssociate.js.map +1 -0
- package/kafka/allowLists.d.ts +91 -0
- package/kafka/allowLists.js +52 -0
- package/kafka/allowLists.js.map +1 -0
- package/kafka/getAllowLists.d.ts +89 -0
- package/kafka/getAllowLists.js +49 -0
- package/kafka/getAllowLists.js.map +1 -0
- package/kafka/index.d.ts +12 -0
- package/kafka/index.js +17 -1
- package/kafka/index.js.map +1 -1
- package/kafka/instance.d.ts +37 -0
- package/kafka/instance.js +37 -0
- package/kafka/instance.js.map +1 -1
- package/kms/getKeyrings.d.ts +154 -0
- package/kms/getKeyrings.js +69 -0
- package/kms/getKeyrings.js.map +1 -0
- package/kms/getKeys.d.ts +263 -0
- package/kms/getKeys.js +106 -0
- package/kms/getKeys.js.map +1 -0
- package/kms/getSecrets.d.ts +202 -0
- package/kms/getSecrets.js +73 -0
- package/kms/getSecrets.js.map +1 -0
- package/kms/index.d.ts +36 -0
- package/kms/index.js +65 -0
- package/kms/index.js.map +1 -0
- package/kms/key.d.ts +282 -0
- package/kms/key.js +127 -0
- package/kms/key.js.map +1 -0
- package/kms/keyArchive.d.ts +119 -0
- package/kms/keyArchive.js +94 -0
- package/kms/keyArchive.js.map +1 -0
- package/kms/keyEnable.d.ts +105 -0
- package/kms/keyEnable.js +80 -0
- package/kms/keyEnable.js.map +1 -0
- package/kms/keyRotation.d.ts +105 -0
- package/kms/keyRotation.js +80 -0
- package/kms/keyRotation.js.map +1 -0
- package/kms/keyring.d.ts +139 -0
- package/kms/keyring.js +89 -0
- package/kms/keyring.js.map +1 -0
- package/kms/keyrings.d.ts +156 -0
- package/kms/keyrings.js +72 -0
- package/kms/keyrings.js.map +1 -0
- package/kms/keys.d.ts +265 -0
- package/kms/keys.js +109 -0
- package/kms/keys.js.map +1 -0
- package/kms/secret.d.ts +264 -0
- package/kms/secret.js +122 -0
- package/kms/secret.js.map +1 -0
- package/kms/secrets.d.ts +204 -0
- package/kms/secrets.js +76 -0
- package/kms/secrets.js.map +1 -0
- package/mongodb/getInstanceParameterLogs.d.ts +1 -1
- package/mongodb/instance.d.ts +66 -11
- package/mongodb/instance.js +40 -11
- package/mongodb/instance.js.map +1 -1
- package/mongodb/instanceParameter.d.ts +1 -1
- package/mongodb/instanceParameter.js +1 -1
- package/mongodb/instanceParameterLogs.d.ts +1 -1
- package/nas/autoSnapshotPolicies.d.ts +115 -0
- package/nas/autoSnapshotPolicies.js +66 -0
- package/nas/autoSnapshotPolicies.js.map +1 -0
- package/nas/autoSnapshotPolicy.d.ts +132 -0
- package/nas/autoSnapshotPolicy.js +94 -0
- package/nas/autoSnapshotPolicy.js.map +1 -0
- package/nas/autoSnapshotPolicyApply.d.ts +101 -0
- package/nas/autoSnapshotPolicyApply.js +98 -0
- package/nas/autoSnapshotPolicyApply.js.map +1 -0
- package/nas/getAutoSnapshotPolicies.d.ts +113 -0
- package/nas/getAutoSnapshotPolicies.js +63 -0
- package/nas/getAutoSnapshotPolicies.js.map +1 -0
- package/nas/index.d.ts +12 -0
- package/nas/index.js +17 -1
- package/nas/index.js.map +1 -1
- package/package.json +1 -1
- package/private_zone/getPrivateZones.d.ts +31 -0
- package/private_zone/getPrivateZones.js +3 -0
- package/private_zone/getPrivateZones.js.map +1 -1
- package/private_zone/getRecords.d.ts +19 -4
- package/private_zone/getRecords.js +1 -0
- package/private_zone/getRecords.js.map +1 -1
- package/private_zone/getResolverEndpoints.d.ts +22 -0
- package/private_zone/getResolverEndpoints.js +2 -0
- package/private_zone/getResolverEndpoints.js.map +1 -1
- package/private_zone/getResolverRules.d.ts +22 -0
- package/private_zone/getResolverRules.js +2 -0
- package/private_zone/getResolverRules.js.map +1 -1
- package/private_zone/privateZone.d.ts +44 -0
- package/private_zone/privateZone.js +11 -0
- package/private_zone/privateZone.js.map +1 -1
- package/private_zone/privateZones.d.ts +31 -0
- package/private_zone/privateZones.js +3 -0
- package/private_zone/privateZones.js.map +1 -1
- package/private_zone/record.d.ts +24 -0
- package/private_zone/record.js +4 -0
- package/private_zone/record.js.map +1 -1
- package/private_zone/records.d.ts +19 -4
- package/private_zone/records.js +1 -0
- package/private_zone/records.js.map +1 -1
- package/private_zone/resolverEndpoint.d.ts +45 -2
- package/private_zone/resolverEndpoint.js +11 -4
- package/private_zone/resolverEndpoint.js.map +1 -1
- package/private_zone/resolverEndpoints.d.ts +22 -0
- package/private_zone/resolverEndpoints.js +2 -0
- package/private_zone/resolverEndpoints.js.map +1 -1
- package/private_zone/resolverRule.d.ts +62 -3
- package/private_zone/resolverRule.js +13 -0
- package/private_zone/resolverRule.js.map +1 -1
- package/private_zone/resolverRules.d.ts +22 -0
- package/private_zone/resolverRules.js +2 -0
- package/private_zone/resolverRules.js.map +1 -1
- package/private_zone/userVpcAuthorization.d.ts +24 -0
- package/private_zone/userVpcAuthorization.js +4 -0
- package/private_zone/userVpcAuthorization.js.map +1 -1
- package/rabbitmq/getRegions.d.ts +62 -0
- package/rabbitmq/getRegions.js +42 -0
- package/rabbitmq/getRegions.js.map +1 -0
- package/rabbitmq/getZones.d.ts +62 -0
- package/rabbitmq/getZones.js +42 -0
- package/rabbitmq/getZones.js.map +1 -0
- package/rabbitmq/index.d.ts +12 -0
- package/rabbitmq/index.js +13 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/regions.d.ts +64 -0
- package/rabbitmq/regions.js +45 -0
- package/rabbitmq/regions.js.map +1 -0
- package/rabbitmq/zones.d.ts +64 -0
- package/rabbitmq/zones.js +45 -0
- package/rabbitmq/zones.js.map +1 -0
- package/rds_mysql/account.d.ts +53 -3
- package/rds_mysql/account.js +20 -0
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/accountTableColumnInfos.d.ts +139 -0
- package/rds_mysql/accountTableColumnInfos.js +57 -0
- package/rds_mysql/accountTableColumnInfos.js.map +1 -0
- package/rds_mysql/backupPolicy.d.ts +30 -1
- package/rds_mysql/backupPolicy.js +12 -1
- package/rds_mysql/backupPolicy.js.map +1 -1
- package/rds_mysql/backups.d.ts +2 -16
- package/rds_mysql/backups.js +2 -16
- package/rds_mysql/backups.js.map +1 -1
- package/rds_mysql/database.d.ts +13 -0
- package/rds_mysql/database.js +3 -0
- package/rds_mysql/database.js.map +1 -1
- package/rds_mysql/endpoint.d.ts +32 -34
- package/rds_mysql/endpoint.js +10 -19
- package/rds_mysql/endpoint.js.map +1 -1
- package/rds_mysql/getAccountTableColumnInfos.d.ts +137 -0
- package/rds_mysql/getAccountTableColumnInfos.js +54 -0
- package/rds_mysql/getAccountTableColumnInfos.js.map +1 -0
- package/rds_mysql/getBackups.d.ts +2 -16
- package/rds_mysql/getBackups.js +2 -16
- package/rds_mysql/getBackups.js.map +1 -1
- package/rds_mysql/getInstances.d.ts +75 -0
- package/rds_mysql/getInstances.js +7 -0
- package/rds_mysql/getInstances.js.map +1 -1
- package/rds_mysql/getPlannedEvents.d.ts +132 -0
- package/rds_mysql/getPlannedEvents.js +52 -0
- package/rds_mysql/getPlannedEvents.js.map +1 -0
- package/rds_mysql/getTasks.d.ts +175 -0
- package/rds_mysql/getTasks.js +60 -0
- package/rds_mysql/getTasks.js.map +1 -0
- package/rds_mysql/index.d.ts +18 -0
- package/rds_mysql/index.js +20 -2
- package/rds_mysql/index.js.map +1 -1
- package/rds_mysql/instance.d.ts +209 -20
- package/rds_mysql/instance.js +82 -11
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +8 -0
- package/rds_mysql/instanceReadonlyNode.js +2 -0
- package/rds_mysql/instanceReadonlyNode.js.map +1 -1
- package/rds_mysql/instances.d.ts +75 -0
- package/rds_mysql/instances.js +7 -0
- package/rds_mysql/instances.js.map +1 -1
- package/rds_mysql/plannedEvents.d.ts +134 -0
- package/rds_mysql/plannedEvents.js +55 -0
- package/rds_mysql/plannedEvents.js.map +1 -0
- package/rds_mysql/tasks.d.ts +177 -0
- package/rds_mysql/tasks.js +63 -0
- package/rds_mysql/tasks.js.map +1 -0
- package/rds_postgresql/instance.d.ts +54 -3
- package/rds_postgresql/instance.js +54 -3
- package/rds_postgresql/instance.js.map +1 -1
- package/redis/allowList.d.ts +24 -0
- package/redis/allowList.js +6 -0
- package/redis/allowList.js.map +1 -1
- package/redis/allowLists.d.ts +39 -0
- package/redis/allowLists.js +4 -0
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +46 -7
- package/redis/backup.js +14 -3
- package/redis/backup.js.map +1 -1
- package/redis/backupRestore.d.ts +14 -2
- package/redis/backupRestore.js +2 -3
- package/redis/backupRestore.js.map +1 -1
- package/redis/backups.d.ts +47 -5
- package/redis/backups.js +5 -0
- package/redis/backups.js.map +1 -1
- package/redis/bigKeys.d.ts +181 -0
- package/redis/bigKeys.js +110 -0
- package/redis/bigKeys.js.map +1 -0
- package/redis/getAllowLists.d.ts +39 -0
- package/redis/getAllowLists.js +4 -0
- package/redis/getAllowLists.js.map +1 -1
- package/redis/getBackups.d.ts +47 -5
- package/redis/getBackups.js +5 -0
- package/redis/getBackups.js.map +1 -1
- package/redis/getBigKeys.d.ts +179 -0
- package/redis/getBigKeys.js +107 -0
- package/redis/getBigKeys.js.map +1 -0
- package/redis/getInstanceSpecs.d.ts +76 -0
- package/redis/getInstanceSpecs.js +29 -0
- package/redis/getInstanceSpecs.js.map +1 -0
- package/redis/getInstances.d.ts +3 -0
- package/redis/getInstances.js.map +1 -1
- package/redis/getParameterGroups.d.ts +79 -0
- package/redis/getParameterGroups.js +29 -0
- package/redis/getParameterGroups.js.map +1 -0
- package/redis/getPlannedEvents.d.ts +161 -0
- package/redis/getPlannedEvents.js +106 -0
- package/redis/getPlannedEvents.js.map +1 -0
- package/redis/index.d.ts +27 -0
- package/redis/index.js +31 -1
- package/redis/index.js.map +1 -1
- package/redis/instance.d.ts +93 -2
- package/redis/instance.js +22 -1
- package/redis/instance.js.map +1 -1
- package/redis/instanceSpecs.d.ts +78 -0
- package/redis/instanceSpecs.js +32 -0
- package/redis/instanceSpecs.js.map +1 -0
- package/redis/instances.d.ts +3 -0
- package/redis/instances.js.map +1 -1
- package/redis/parameterGroup.d.ts +118 -0
- package/redis/parameterGroup.js +93 -0
- package/redis/parameterGroup.js.map +1 -0
- package/redis/parameterGroups.d.ts +81 -0
- package/redis/parameterGroups.js +32 -0
- package/redis/parameterGroups.js.map +1 -0
- package/redis/plannedEvents.d.ts +163 -0
- package/redis/plannedEvents.js +109 -0
- package/redis/plannedEvents.js.map +1 -0
- package/tls/consumerGroup.d.ts +121 -0
- package/tls/consumerGroup.js +97 -0
- package/tls/consumerGroup.js.map +1 -0
- package/tls/consumerGroups.d.ts +139 -0
- package/tls/consumerGroups.js +52 -0
- package/tls/consumerGroups.js.map +1 -0
- package/tls/etlTask.d.ts +196 -0
- package/tls/etlTask.js +123 -0
- package/tls/etlTask.js.map +1 -0
- package/tls/etlTasks.d.ts +160 -0
- package/tls/etlTasks.js +54 -0
- package/tls/etlTasks.js.map +1 -0
- package/tls/getConsumerGroups.d.ts +137 -0
- package/tls/getConsumerGroups.js +49 -0
- package/tls/getConsumerGroups.js.map +1 -0
- package/tls/getEtlTasks.d.ts +158 -0
- package/tls/getEtlTasks.js +51 -0
- package/tls/getEtlTasks.js.map +1 -0
- package/tls/getImportTasks.d.ts +173 -0
- package/tls/getImportTasks.js +52 -0
- package/tls/getImportTasks.js.map +1 -0
- package/tls/getScheduleSqlTasks.d.ts +155 -0
- package/tls/getScheduleSqlTasks.js +51 -0
- package/tls/getScheduleSqlTasks.js.map +1 -0
- package/tls/getShippers.d.ts +164 -0
- package/tls/getShippers.js +51 -0
- package/tls/getShippers.js.map +1 -0
- package/tls/importTask.d.ts +175 -0
- package/tls/importTask.js +110 -0
- package/tls/importTask.js.map +1 -0
- package/tls/importTasks.d.ts +175 -0
- package/tls/importTasks.js +55 -0
- package/tls/importTasks.js.map +1 -0
- package/tls/index.d.ts +45 -0
- package/tls/index.js +57 -2
- package/tls/index.js.map +1 -1
- package/tls/scheduleSqlTask.d.ts +219 -0
- package/tls/scheduleSqlTask.js +135 -0
- package/tls/scheduleSqlTask.js.map +1 -0
- package/tls/scheduleSqlTasks.d.ts +157 -0
- package/tls/scheduleSqlTasks.js +54 -0
- package/tls/scheduleSqlTasks.js.map +1 -0
- package/tls/shipper.d.ts +191 -0
- package/tls/shipper.js +119 -0
- package/tls/shipper.js.map +1 -0
- package/tls/shippers.d.ts +166 -0
- package/tls/shippers.js +54 -0
- package/tls/shippers.js.map +1 -0
- package/types/input.d.ts +1107 -31
- package/types/output.d.ts +9274 -2000
- package/vefaas/function.d.ts +346 -0
- package/vefaas/function.js +126 -0
- package/vefaas/function.js.map +1 -0
- package/vefaas/functions.d.ts +73 -0
- package/vefaas/functions.js +46 -0
- package/vefaas/functions.js.map +1 -0
- package/vefaas/getFunctions.d.ts +71 -0
- package/vefaas/getFunctions.js +43 -0
- package/vefaas/getFunctions.js.map +1 -0
- package/vefaas/getKafkaTriggers.d.ts +87 -0
- package/vefaas/getKafkaTriggers.js +47 -0
- package/vefaas/getKafkaTriggers.js.map +1 -0
- package/vefaas/getReleases.d.ts +106 -0
- package/vefaas/getReleases.js +49 -0
- package/vefaas/getReleases.js.map +1 -0
- package/vefaas/getTimers.d.ts +87 -0
- package/vefaas/getTimers.js +47 -0
- package/vefaas/getTimers.js.map +1 -0
- package/vefaas/index.d.ts +36 -0
- package/vefaas/index.js +61 -0
- package/vefaas/index.js.map +1 -0
- package/vefaas/kafkaTrigger.d.ts +232 -0
- package/vefaas/kafkaTrigger.js +119 -0
- package/vefaas/kafkaTrigger.js.map +1 -0
- package/vefaas/kafkaTriggers.d.ts +89 -0
- package/vefaas/kafkaTriggers.js +50 -0
- package/vefaas/kafkaTriggers.js.map +1 -0
- package/vefaas/release.d.ts +211 -0
- package/vefaas/release.js +108 -0
- package/vefaas/release.js.map +1 -0
- package/vefaas/releases.d.ts +108 -0
- package/vefaas/releases.js +52 -0
- package/vefaas/releases.js.map +1 -0
- package/vefaas/timer.d.ts +170 -0
- package/vefaas/timer.js +95 -0
- package/vefaas/timer.js.map +1 -0
- package/vefaas/timers.d.ts +89 -0
- package/vefaas/timers.js +50 -0
- package/vefaas/timers.js.map +1 -0
- package/vke/getPermissions.d.ts +137 -0
- package/vke/getPermissions.js +55 -0
- package/vke/getPermissions.js.map +1 -0
- package/vke/index.d.ts +9 -0
- package/vke/index.js +12 -1
- package/vke/index.js.map +1 -1
- package/vke/permission.d.ts +269 -0
- package/vke/permission.js +165 -0
- package/vke/permission.js.map +1 -0
- package/vke/permissions.d.ts +139 -0
- package/vke/permissions.js +58 -0
- package/vke/permissions.js.map +1 -0
- package/vmp/alertingRule.d.ts +300 -0
- package/vmp/alertingRule.js +220 -0
- package/vmp/alertingRule.js.map +1 -0
- package/vmp/alertingRules.d.ts +386 -0
- package/vmp/alertingRules.js +291 -0
- package/vmp/alertingRules.js.map +1 -0
- package/vmp/alerts.d.ts +119 -0
- package/vmp/alerts.js +54 -0
- package/vmp/alerts.js.map +1 -0
- package/vmp/contact.d.ts +181 -0
- package/vmp/contact.js +102 -0
- package/vmp/contact.js.map +1 -0
- package/vmp/contactGroup.d.ts +124 -0
- package/vmp/contactGroup.js +109 -0
- package/vmp/contactGroup.js.map +1 -0
- package/vmp/contactGroups.d.ts +167 -0
- package/vmp/contactGroups.js +129 -0
- package/vmp/contactGroups.js.map +1 -0
- package/vmp/contacts.d.ts +137 -0
- package/vmp/contacts.js +88 -0
- package/vmp/contacts.js.map +1 -0
- package/vmp/getAlertingRules.d.ts +384 -0
- package/vmp/getAlertingRules.js +288 -0
- package/vmp/getAlertingRules.js.map +1 -0
- package/vmp/getAlerts.d.ts +117 -0
- package/vmp/getAlerts.js +51 -0
- package/vmp/getAlerts.js.map +1 -0
- package/vmp/getContactGroups.d.ts +165 -0
- package/vmp/getContactGroups.js +126 -0
- package/vmp/getContactGroups.js.map +1 -0
- package/vmp/getContacts.d.ts +135 -0
- package/vmp/getContacts.js +85 -0
- package/vmp/getContacts.js.map +1 -0
- package/vmp/getInstanceTypes.d.ts +75 -0
- package/vmp/getInstanceTypes.js +47 -0
- package/vmp/getInstanceTypes.js.map +1 -0
- package/vmp/getNotifyGroupPolicies.d.ts +141 -0
- package/vmp/getNotifyGroupPolicies.js +102 -0
- package/vmp/getNotifyGroupPolicies.js.map +1 -0
- package/vmp/getNotifyPolicies.d.ts +221 -0
- package/vmp/getNotifyPolicies.js +160 -0
- package/vmp/getNotifyPolicies.js.map +1 -0
- package/vmp/getNotifyTemplates.d.ts +134 -0
- package/vmp/getNotifyTemplates.js +76 -0
- package/vmp/getNotifyTemplates.js.map +1 -0
- package/vmp/getRuleFiles.d.ts +152 -0
- package/vmp/getRuleFiles.js +93 -0
- package/vmp/getRuleFiles.js.map +1 -0
- package/vmp/getRules.d.ts +131 -0
- package/vmp/getRules.js +53 -0
- package/vmp/getRules.js.map +1 -0
- package/vmp/getWorkspaces.d.ts +146 -0
- package/vmp/getWorkspaces.js +68 -0
- package/vmp/getWorkspaces.js.map +1 -0
- package/vmp/index.d.ts +90 -0
- package/vmp/index.js +124 -0
- package/vmp/index.js.map +1 -0
- package/vmp/instanceTypes.d.ts +77 -0
- package/vmp/instanceTypes.js +50 -0
- package/vmp/instanceTypes.js.map +1 -0
- package/vmp/notifyGroupPolicies.d.ts +143 -0
- package/vmp/notifyGroupPolicies.js +105 -0
- package/vmp/notifyGroupPolicies.js.map +1 -0
- package/vmp/notifyGroupPolicy.d.ts +118 -0
- package/vmp/notifyGroupPolicy.js +100 -0
- package/vmp/notifyGroupPolicy.js.map +1 -0
- package/vmp/notifyPolicies.d.ts +223 -0
- package/vmp/notifyPolicies.js +163 -0
- package/vmp/notifyPolicies.js.map +1 -0
- package/vmp/notifyPolicy.d.ts +158 -0
- package/vmp/notifyPolicy.js +130 -0
- package/vmp/notifyPolicy.js.map +1 -0
- package/vmp/notifyTemplate.d.ts +144 -0
- package/vmp/notifyTemplate.js +100 -0
- package/vmp/notifyTemplate.js.map +1 -0
- package/vmp/notifyTemplates.d.ts +136 -0
- package/vmp/notifyTemplates.js +79 -0
- package/vmp/notifyTemplates.js.map +1 -0
- package/vmp/ruleFile.d.ts +163 -0
- package/vmp/ruleFile.js +110 -0
- package/vmp/ruleFile.js.map +1 -0
- package/vmp/ruleFiles.d.ts +154 -0
- package/vmp/ruleFiles.js +96 -0
- package/vmp/ruleFiles.js.map +1 -0
- package/vmp/rules.d.ts +133 -0
- package/vmp/rules.js +56 -0
- package/vmp/rules.js.map +1 -0
- package/vmp/workspace.d.ts +212 -0
- package/vmp/workspace.js +110 -0
- package/vmp/workspace.js.map +1 -0
- package/vmp/workspaces.d.ts +148 -0
- package/vmp/workspaces.js +71 -0
- package/vmp/workspaces.js.map +1 -0
- package/vpc/routeEntry.d.ts +30 -9
- package/vpc/routeEntry.js +27 -6
- package/vpc/routeEntry.js.map +1 -1
package/redis/instance.d.ts
CHANGED
|
@@ -10,16 +10,24 @@ import * as outputs from "../types/output";
|
|
|
10
10
|
* import * as volcengine from "@volcengine/pulumi";
|
|
11
11
|
*
|
|
12
12
|
* const fooZones = volcengine.ecs.getZones({});
|
|
13
|
+
* // create vpc
|
|
13
14
|
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
14
15
|
* vpcName: "acc-test-vpc",
|
|
15
16
|
* cidrBlock: "172.16.0.0/16",
|
|
17
|
+
* dnsServers: [
|
|
18
|
+
* "8.8.8.8",
|
|
19
|
+
* "114.114.114.114",
|
|
20
|
+
* ],
|
|
21
|
+
* projectName: "default",
|
|
16
22
|
* });
|
|
23
|
+
* // create subnet
|
|
17
24
|
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
18
25
|
* subnetName: "acc-test-subnet",
|
|
19
26
|
* cidrBlock: "172.16.0.0/24",
|
|
20
27
|
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
21
28
|
* vpcId: fooVpc.id,
|
|
22
29
|
* });
|
|
30
|
+
* // create redis instance
|
|
23
31
|
* const fooInstance = new volcengine.redis.Instance("fooInstance", {
|
|
24
32
|
* instanceName: "tf-test2",
|
|
25
33
|
* shardedCluster: 1,
|
|
@@ -79,7 +87,6 @@ import * as outputs from "../types/output";
|
|
|
79
87
|
* },
|
|
80
88
|
* ],
|
|
81
89
|
* });
|
|
82
|
-
* //additional_bandwidth = 12
|
|
83
90
|
* ```
|
|
84
91
|
*
|
|
85
92
|
* ## Import
|
|
@@ -110,7 +117,11 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
110
117
|
/**
|
|
111
118
|
* Modify the single-shard additional bandwidth of the target Redis instance. Set the additional bandwidth of a single shard, that is, the bandwidth that needs to be additionally increased on the basis of the default bandwidth. Unit: MB/s. The value of additional bandwidth needs to meet the following conditions at the same time: It must be greater than or equal to 0. When the value is 0, it means that no additional bandwidth is added, and the bandwidth of a single shard is the default bandwidth. The sum of additional bandwidth and default bandwidth cannot exceed the upper limit of bandwidth that can be modified for the current instance. Different specification nodes have different upper limits of bandwidth that can be modified. For more details, please refer to bandwidth modification range. The upper limits of the total write bandwidth and the total read bandwidth of an instance are both 2048MB/s.
|
|
112
119
|
*/
|
|
113
|
-
readonly additionalBandwidth: pulumi.Output<number
|
|
120
|
+
readonly additionalBandwidth: pulumi.Output<number>;
|
|
121
|
+
/**
|
|
122
|
+
* The type of connection address that requires an address prefix. Use lifecycle and ignoreChanges in import.
|
|
123
|
+
*/
|
|
124
|
+
readonly addrType: pulumi.Output<string>;
|
|
114
125
|
/**
|
|
115
126
|
* Whether to apply the instance configuration change operation immediately. The value of this field is false, means that the change operation will be applied within maintenance time.
|
|
116
127
|
*/
|
|
@@ -134,6 +145,10 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
134
145
|
* This field is valid and required when updating the backup plan of primary and secondary instance.
|
|
135
146
|
*/
|
|
136
147
|
readonly backupPeriods: pulumi.Output<number[]>;
|
|
148
|
+
/**
|
|
149
|
+
* Set the backup name for the final backup of the instance to be deleted. If the backup name is not set, the backup ID is used as the name by default. Use lifecycle and ignoreChanges in import.
|
|
150
|
+
*/
|
|
151
|
+
readonly backupPointName: pulumi.Output<string>;
|
|
137
152
|
/**
|
|
138
153
|
* The charge type of redis instance. Valid value: `PostPaid`, `PrePaid`.
|
|
139
154
|
*/
|
|
@@ -158,6 +173,10 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
158
173
|
* The name of the redis instance.
|
|
159
174
|
*/
|
|
160
175
|
readonly instanceName: pulumi.Output<string | undefined>;
|
|
176
|
+
/**
|
|
177
|
+
* Maximum number of connections per shard.
|
|
178
|
+
*/
|
|
179
|
+
readonly maxConnections: pulumi.Output<number>;
|
|
161
180
|
/**
|
|
162
181
|
* Set the availability zone deployment scheme for the instance. The value range is as follows:
|
|
163
182
|
* disabled: Single availability zone deployment scheme.
|
|
@@ -166,6 +185,14 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
166
185
|
* When the newly created instance is a single-node instance (that is, when the value of NodeNumber is 1), only the single availability zone deployment scheme is allowed. At this time, the value of MultiAZ must be disabled.
|
|
167
186
|
*/
|
|
168
187
|
readonly multiAz: pulumi.Output<string>;
|
|
188
|
+
/**
|
|
189
|
+
* The modified connection address prefix. Use lifecycle and ignoreChanges in import.
|
|
190
|
+
*/
|
|
191
|
+
readonly newAddressPrefix: pulumi.Output<string>;
|
|
192
|
+
/**
|
|
193
|
+
* The modified connection address port number. Use lifecycle and ignoreChanges in import.
|
|
194
|
+
*/
|
|
195
|
+
readonly newPort: pulumi.Output<number>;
|
|
169
196
|
/**
|
|
170
197
|
* The number of nodes in each shard, the valid value range is `1-6`. When the value is 1, it means creating a single node instance, and this field can not be modified. When the value is greater than 1, it means creating a primary and secondary instance, and this field can be modified.
|
|
171
198
|
*/
|
|
@@ -212,6 +239,14 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
212
239
|
* Tags.
|
|
213
240
|
*/
|
|
214
241
|
readonly tags: pulumi.Output<outputs.redis.InstanceTag[] | undefined>;
|
|
242
|
+
/**
|
|
243
|
+
* The maintainable time period of the instance, in the format of HH:mm-HH:mm (UTC+8).
|
|
244
|
+
*/
|
|
245
|
+
readonly timeScope: pulumi.Output<string>;
|
|
246
|
+
/**
|
|
247
|
+
* Whether to upgrade the domain suffix of the connection address. Use lifecycle and ignoreChanges in import.
|
|
248
|
+
*/
|
|
249
|
+
readonly upgradeRegionDomain: pulumi.Output<boolean>;
|
|
215
250
|
/**
|
|
216
251
|
* Whether to enable password-free access when connecting to an instance through a private network. Valid values: `open`, `close`.
|
|
217
252
|
*/
|
|
@@ -239,6 +274,10 @@ export interface InstanceState {
|
|
|
239
274
|
* Modify the single-shard additional bandwidth of the target Redis instance. Set the additional bandwidth of a single shard, that is, the bandwidth that needs to be additionally increased on the basis of the default bandwidth. Unit: MB/s. The value of additional bandwidth needs to meet the following conditions at the same time: It must be greater than or equal to 0. When the value is 0, it means that no additional bandwidth is added, and the bandwidth of a single shard is the default bandwidth. The sum of additional bandwidth and default bandwidth cannot exceed the upper limit of bandwidth that can be modified for the current instance. Different specification nodes have different upper limits of bandwidth that can be modified. For more details, please refer to bandwidth modification range. The upper limits of the total write bandwidth and the total read bandwidth of an instance are both 2048MB/s.
|
|
240
275
|
*/
|
|
241
276
|
additionalBandwidth?: pulumi.Input<number>;
|
|
277
|
+
/**
|
|
278
|
+
* The type of connection address that requires an address prefix. Use lifecycle and ignoreChanges in import.
|
|
279
|
+
*/
|
|
280
|
+
addrType?: pulumi.Input<string>;
|
|
242
281
|
/**
|
|
243
282
|
* Whether to apply the instance configuration change operation immediately. The value of this field is false, means that the change operation will be applied within maintenance time.
|
|
244
283
|
*/
|
|
@@ -262,6 +301,10 @@ export interface InstanceState {
|
|
|
262
301
|
* This field is valid and required when updating the backup plan of primary and secondary instance.
|
|
263
302
|
*/
|
|
264
303
|
backupPeriods?: pulumi.Input<pulumi.Input<number>[]>;
|
|
304
|
+
/**
|
|
305
|
+
* Set the backup name for the final backup of the instance to be deleted. If the backup name is not set, the backup ID is used as the name by default. Use lifecycle and ignoreChanges in import.
|
|
306
|
+
*/
|
|
307
|
+
backupPointName?: pulumi.Input<string>;
|
|
265
308
|
/**
|
|
266
309
|
* The charge type of redis instance. Valid value: `PostPaid`, `PrePaid`.
|
|
267
310
|
*/
|
|
@@ -286,6 +329,10 @@ export interface InstanceState {
|
|
|
286
329
|
* The name of the redis instance.
|
|
287
330
|
*/
|
|
288
331
|
instanceName?: pulumi.Input<string>;
|
|
332
|
+
/**
|
|
333
|
+
* Maximum number of connections per shard.
|
|
334
|
+
*/
|
|
335
|
+
maxConnections?: pulumi.Input<number>;
|
|
289
336
|
/**
|
|
290
337
|
* Set the availability zone deployment scheme for the instance. The value range is as follows:
|
|
291
338
|
* disabled: Single availability zone deployment scheme.
|
|
@@ -294,6 +341,14 @@ export interface InstanceState {
|
|
|
294
341
|
* When the newly created instance is a single-node instance (that is, when the value of NodeNumber is 1), only the single availability zone deployment scheme is allowed. At this time, the value of MultiAZ must be disabled.
|
|
295
342
|
*/
|
|
296
343
|
multiAz?: pulumi.Input<string>;
|
|
344
|
+
/**
|
|
345
|
+
* The modified connection address prefix. Use lifecycle and ignoreChanges in import.
|
|
346
|
+
*/
|
|
347
|
+
newAddressPrefix?: pulumi.Input<string>;
|
|
348
|
+
/**
|
|
349
|
+
* The modified connection address port number. Use lifecycle and ignoreChanges in import.
|
|
350
|
+
*/
|
|
351
|
+
newPort?: pulumi.Input<number>;
|
|
297
352
|
/**
|
|
298
353
|
* The number of nodes in each shard, the valid value range is `1-6`. When the value is 1, it means creating a single node instance, and this field can not be modified. When the value is greater than 1, it means creating a primary and secondary instance, and this field can be modified.
|
|
299
354
|
*/
|
|
@@ -340,6 +395,14 @@ export interface InstanceState {
|
|
|
340
395
|
* Tags.
|
|
341
396
|
*/
|
|
342
397
|
tags?: pulumi.Input<pulumi.Input<inputs.redis.InstanceTag>[]>;
|
|
398
|
+
/**
|
|
399
|
+
* The maintainable time period of the instance, in the format of HH:mm-HH:mm (UTC+8).
|
|
400
|
+
*/
|
|
401
|
+
timeScope?: pulumi.Input<string>;
|
|
402
|
+
/**
|
|
403
|
+
* Whether to upgrade the domain suffix of the connection address. Use lifecycle and ignoreChanges in import.
|
|
404
|
+
*/
|
|
405
|
+
upgradeRegionDomain?: pulumi.Input<boolean>;
|
|
343
406
|
/**
|
|
344
407
|
* Whether to enable password-free access when connecting to an instance through a private network. Valid values: `open`, `close`.
|
|
345
408
|
*/
|
|
@@ -359,6 +422,10 @@ export interface InstanceArgs {
|
|
|
359
422
|
* Modify the single-shard additional bandwidth of the target Redis instance. Set the additional bandwidth of a single shard, that is, the bandwidth that needs to be additionally increased on the basis of the default bandwidth. Unit: MB/s. The value of additional bandwidth needs to meet the following conditions at the same time: It must be greater than or equal to 0. When the value is 0, it means that no additional bandwidth is added, and the bandwidth of a single shard is the default bandwidth. The sum of additional bandwidth and default bandwidth cannot exceed the upper limit of bandwidth that can be modified for the current instance. Different specification nodes have different upper limits of bandwidth that can be modified. For more details, please refer to bandwidth modification range. The upper limits of the total write bandwidth and the total read bandwidth of an instance are both 2048MB/s.
|
|
360
423
|
*/
|
|
361
424
|
additionalBandwidth?: pulumi.Input<number>;
|
|
425
|
+
/**
|
|
426
|
+
* The type of connection address that requires an address prefix. Use lifecycle and ignoreChanges in import.
|
|
427
|
+
*/
|
|
428
|
+
addrType?: pulumi.Input<string>;
|
|
362
429
|
/**
|
|
363
430
|
* Whether to apply the instance configuration change operation immediately. The value of this field is false, means that the change operation will be applied within maintenance time.
|
|
364
431
|
*/
|
|
@@ -382,6 +449,10 @@ export interface InstanceArgs {
|
|
|
382
449
|
* This field is valid and required when updating the backup plan of primary and secondary instance.
|
|
383
450
|
*/
|
|
384
451
|
backupPeriods?: pulumi.Input<pulumi.Input<number>[]>;
|
|
452
|
+
/**
|
|
453
|
+
* Set the backup name for the final backup of the instance to be deleted. If the backup name is not set, the backup ID is used as the name by default. Use lifecycle and ignoreChanges in import.
|
|
454
|
+
*/
|
|
455
|
+
backupPointName?: pulumi.Input<string>;
|
|
385
456
|
/**
|
|
386
457
|
* The charge type of redis instance. Valid value: `PostPaid`, `PrePaid`.
|
|
387
458
|
*/
|
|
@@ -406,6 +477,10 @@ export interface InstanceArgs {
|
|
|
406
477
|
* The name of the redis instance.
|
|
407
478
|
*/
|
|
408
479
|
instanceName?: pulumi.Input<string>;
|
|
480
|
+
/**
|
|
481
|
+
* Maximum number of connections per shard.
|
|
482
|
+
*/
|
|
483
|
+
maxConnections?: pulumi.Input<number>;
|
|
409
484
|
/**
|
|
410
485
|
* Set the availability zone deployment scheme for the instance. The value range is as follows:
|
|
411
486
|
* disabled: Single availability zone deployment scheme.
|
|
@@ -414,6 +489,14 @@ export interface InstanceArgs {
|
|
|
414
489
|
* When the newly created instance is a single-node instance (that is, when the value of NodeNumber is 1), only the single availability zone deployment scheme is allowed. At this time, the value of MultiAZ must be disabled.
|
|
415
490
|
*/
|
|
416
491
|
multiAz?: pulumi.Input<string>;
|
|
492
|
+
/**
|
|
493
|
+
* The modified connection address prefix. Use lifecycle and ignoreChanges in import.
|
|
494
|
+
*/
|
|
495
|
+
newAddressPrefix?: pulumi.Input<string>;
|
|
496
|
+
/**
|
|
497
|
+
* The modified connection address port number. Use lifecycle and ignoreChanges in import.
|
|
498
|
+
*/
|
|
499
|
+
newPort?: pulumi.Input<number>;
|
|
417
500
|
/**
|
|
418
501
|
* The number of nodes in each shard, the valid value range is `1-6`. When the value is 1, it means creating a single node instance, and this field can not be modified. When the value is greater than 1, it means creating a primary and secondary instance, and this field can be modified.
|
|
419
502
|
*/
|
|
@@ -460,6 +543,14 @@ export interface InstanceArgs {
|
|
|
460
543
|
* Tags.
|
|
461
544
|
*/
|
|
462
545
|
tags?: pulumi.Input<pulumi.Input<inputs.redis.InstanceTag>[]>;
|
|
546
|
+
/**
|
|
547
|
+
* The maintainable time period of the instance, in the format of HH:mm-HH:mm (UTC+8).
|
|
548
|
+
*/
|
|
549
|
+
timeScope?: pulumi.Input<string>;
|
|
550
|
+
/**
|
|
551
|
+
* Whether to upgrade the domain suffix of the connection address. Use lifecycle and ignoreChanges in import.
|
|
552
|
+
*/
|
|
553
|
+
upgradeRegionDomain?: pulumi.Input<boolean>;
|
|
463
554
|
/**
|
|
464
555
|
* Whether to enable password-free access when connecting to an instance through a private network. Valid values: `open`, `close`.
|
|
465
556
|
*/
|
package/redis/instance.js
CHANGED
|
@@ -14,16 +14,24 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as volcengine from "@volcengine/pulumi";
|
|
15
15
|
*
|
|
16
16
|
* const fooZones = volcengine.ecs.getZones({});
|
|
17
|
+
* // create vpc
|
|
17
18
|
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
18
19
|
* vpcName: "acc-test-vpc",
|
|
19
20
|
* cidrBlock: "172.16.0.0/16",
|
|
21
|
+
* dnsServers: [
|
|
22
|
+
* "8.8.8.8",
|
|
23
|
+
* "114.114.114.114",
|
|
24
|
+
* ],
|
|
25
|
+
* projectName: "default",
|
|
20
26
|
* });
|
|
27
|
+
* // create subnet
|
|
21
28
|
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
22
29
|
* subnetName: "acc-test-subnet",
|
|
23
30
|
* cidrBlock: "172.16.0.0/24",
|
|
24
31
|
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
25
32
|
* vpcId: fooVpc.id,
|
|
26
33
|
* });
|
|
34
|
+
* // create redis instance
|
|
27
35
|
* const fooInstance = new volcengine.redis.Instance("fooInstance", {
|
|
28
36
|
* instanceName: "tf-test2",
|
|
29
37
|
* shardedCluster: 1,
|
|
@@ -83,7 +91,6 @@ const utilities = require("../utilities");
|
|
|
83
91
|
* },
|
|
84
92
|
* ],
|
|
85
93
|
* });
|
|
86
|
-
* //additional_bandwidth = 12
|
|
87
94
|
* ```
|
|
88
95
|
*
|
|
89
96
|
* ## Import
|
|
@@ -124,18 +131,23 @@ class Instance extends pulumi.CustomResource {
|
|
|
124
131
|
if (opts.id) {
|
|
125
132
|
const state = argsOrState;
|
|
126
133
|
resourceInputs["additionalBandwidth"] = state ? state.additionalBandwidth : undefined;
|
|
134
|
+
resourceInputs["addrType"] = state ? state.addrType : undefined;
|
|
127
135
|
resourceInputs["applyImmediately"] = state ? state.applyImmediately : undefined;
|
|
128
136
|
resourceInputs["autoRenew"] = state ? state.autoRenew : undefined;
|
|
129
137
|
resourceInputs["backupActive"] = state ? state.backupActive : undefined;
|
|
130
138
|
resourceInputs["backupHour"] = state ? state.backupHour : undefined;
|
|
131
139
|
resourceInputs["backupPeriods"] = state ? state.backupPeriods : undefined;
|
|
140
|
+
resourceInputs["backupPointName"] = state ? state.backupPointName : undefined;
|
|
132
141
|
resourceInputs["chargeType"] = state ? state.chargeType : undefined;
|
|
133
142
|
resourceInputs["configureNodes"] = state ? state.configureNodes : undefined;
|
|
134
143
|
resourceInputs["createBackup"] = state ? state.createBackup : undefined;
|
|
135
144
|
resourceInputs["deletionProtection"] = state ? state.deletionProtection : undefined;
|
|
136
145
|
resourceInputs["engineVersion"] = state ? state.engineVersion : undefined;
|
|
137
146
|
resourceInputs["instanceName"] = state ? state.instanceName : undefined;
|
|
147
|
+
resourceInputs["maxConnections"] = state ? state.maxConnections : undefined;
|
|
138
148
|
resourceInputs["multiAz"] = state ? state.multiAz : undefined;
|
|
149
|
+
resourceInputs["newAddressPrefix"] = state ? state.newAddressPrefix : undefined;
|
|
150
|
+
resourceInputs["newPort"] = state ? state.newPort : undefined;
|
|
139
151
|
resourceInputs["nodeNumber"] = state ? state.nodeNumber : undefined;
|
|
140
152
|
resourceInputs["paramValues"] = state ? state.paramValues : undefined;
|
|
141
153
|
resourceInputs["password"] = state ? state.password : undefined;
|
|
@@ -147,6 +159,8 @@ class Instance extends pulumi.CustomResource {
|
|
|
147
159
|
resourceInputs["shardedCluster"] = state ? state.shardedCluster : undefined;
|
|
148
160
|
resourceInputs["subnetId"] = state ? state.subnetId : undefined;
|
|
149
161
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
162
|
+
resourceInputs["timeScope"] = state ? state.timeScope : undefined;
|
|
163
|
+
resourceInputs["upgradeRegionDomain"] = state ? state.upgradeRegionDomain : undefined;
|
|
150
164
|
resourceInputs["vpcAuthMode"] = state ? state.vpcAuthMode : undefined;
|
|
151
165
|
resourceInputs["zoneIds"] = state ? state.zoneIds : undefined;
|
|
152
166
|
}
|
|
@@ -168,18 +182,23 @@ class Instance extends pulumi.CustomResource {
|
|
|
168
182
|
throw new Error("Missing required property 'subnetId'");
|
|
169
183
|
}
|
|
170
184
|
resourceInputs["additionalBandwidth"] = args ? args.additionalBandwidth : undefined;
|
|
185
|
+
resourceInputs["addrType"] = args ? args.addrType : undefined;
|
|
171
186
|
resourceInputs["applyImmediately"] = args ? args.applyImmediately : undefined;
|
|
172
187
|
resourceInputs["autoRenew"] = args ? args.autoRenew : undefined;
|
|
173
188
|
resourceInputs["backupActive"] = args ? args.backupActive : undefined;
|
|
174
189
|
resourceInputs["backupHour"] = args ? args.backupHour : undefined;
|
|
175
190
|
resourceInputs["backupPeriods"] = args ? args.backupPeriods : undefined;
|
|
191
|
+
resourceInputs["backupPointName"] = args ? args.backupPointName : undefined;
|
|
176
192
|
resourceInputs["chargeType"] = args ? args.chargeType : undefined;
|
|
177
193
|
resourceInputs["configureNodes"] = args ? args.configureNodes : undefined;
|
|
178
194
|
resourceInputs["createBackup"] = args ? args.createBackup : undefined;
|
|
179
195
|
resourceInputs["deletionProtection"] = args ? args.deletionProtection : undefined;
|
|
180
196
|
resourceInputs["engineVersion"] = args ? args.engineVersion : undefined;
|
|
181
197
|
resourceInputs["instanceName"] = args ? args.instanceName : undefined;
|
|
198
|
+
resourceInputs["maxConnections"] = args ? args.maxConnections : undefined;
|
|
182
199
|
resourceInputs["multiAz"] = args ? args.multiAz : undefined;
|
|
200
|
+
resourceInputs["newAddressPrefix"] = args ? args.newAddressPrefix : undefined;
|
|
201
|
+
resourceInputs["newPort"] = args ? args.newPort : undefined;
|
|
183
202
|
resourceInputs["nodeNumber"] = args ? args.nodeNumber : undefined;
|
|
184
203
|
resourceInputs["paramValues"] = args ? args.paramValues : undefined;
|
|
185
204
|
resourceInputs["password"] = (args === null || args === void 0 ? void 0 : args.password) ? pulumi.secret(args.password) : undefined;
|
|
@@ -191,6 +210,8 @@ class Instance extends pulumi.CustomResource {
|
|
|
191
210
|
resourceInputs["shardedCluster"] = args ? args.shardedCluster : undefined;
|
|
192
211
|
resourceInputs["subnetId"] = args ? args.subnetId : undefined;
|
|
193
212
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
213
|
+
resourceInputs["timeScope"] = args ? args.timeScope : undefined;
|
|
214
|
+
resourceInputs["upgradeRegionDomain"] = args ? args.upgradeRegionDomain : undefined;
|
|
194
215
|
resourceInputs["vpcAuthMode"] = args ? args.vpcAuthMode : undefined;
|
|
195
216
|
resourceInputs["zoneIds"] = args ? args.zoneIds : undefined;
|
|
196
217
|
}
|
package/redis/instance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../redis/instance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../redis/instance.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of redis instance specs
|
|
5
|
+
*/
|
|
6
|
+
/** @deprecated volcengine.redis.InstanceSpecs has been deprecated in favor of volcengine.redis.getInstanceSpecs */
|
|
7
|
+
export declare function instanceSpecs(args?: InstanceSpecsArgs, opts?: pulumi.InvokeOptions): Promise<InstanceSpecsResult>;
|
|
8
|
+
/**
|
|
9
|
+
* A collection of arguments for invoking InstanceSpecs.
|
|
10
|
+
*/
|
|
11
|
+
export interface InstanceSpecsArgs {
|
|
12
|
+
/**
|
|
13
|
+
* The architecture type of the Redis instance.
|
|
14
|
+
*/
|
|
15
|
+
archType?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The type of Redis instance.
|
|
18
|
+
*/
|
|
19
|
+
instanceClass?: string;
|
|
20
|
+
/**
|
|
21
|
+
* A Name Regex of Resource.
|
|
22
|
+
*/
|
|
23
|
+
nameRegex?: string;
|
|
24
|
+
/**
|
|
25
|
+
* File name where to save data source results.
|
|
26
|
+
*/
|
|
27
|
+
outputFile?: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by InstanceSpecs.
|
|
31
|
+
*/
|
|
32
|
+
export interface InstanceSpecsResult {
|
|
33
|
+
/**
|
|
34
|
+
* The architecture type of the Redis instance.
|
|
35
|
+
*/
|
|
36
|
+
readonly archType?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The provider-assigned unique ID for this managed resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
readonly instanceClass?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The List of Redis instance specifications.
|
|
44
|
+
*/
|
|
45
|
+
readonly instanceSpecs: outputs.redis.InstanceSpecsInstanceSpec[];
|
|
46
|
+
readonly nameRegex?: string;
|
|
47
|
+
readonly outputFile?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The total count of query.
|
|
50
|
+
*/
|
|
51
|
+
readonly totalCount: number;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Use this data source to query detailed information of redis instance specs
|
|
55
|
+
*/
|
|
56
|
+
/** @deprecated volcengine.redis.InstanceSpecs has been deprecated in favor of volcengine.redis.getInstanceSpecs */
|
|
57
|
+
export declare function instanceSpecsOutput(args?: InstanceSpecsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<InstanceSpecsResult>;
|
|
58
|
+
/**
|
|
59
|
+
* A collection of arguments for invoking InstanceSpecs.
|
|
60
|
+
*/
|
|
61
|
+
export interface InstanceSpecsOutputArgs {
|
|
62
|
+
/**
|
|
63
|
+
* The architecture type of the Redis instance.
|
|
64
|
+
*/
|
|
65
|
+
archType?: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* The type of Redis instance.
|
|
68
|
+
*/
|
|
69
|
+
instanceClass?: pulumi.Input<string>;
|
|
70
|
+
/**
|
|
71
|
+
* A Name Regex of Resource.
|
|
72
|
+
*/
|
|
73
|
+
nameRegex?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* File name where to save data source results.
|
|
76
|
+
*/
|
|
77
|
+
outputFile?: pulumi.Input<string>;
|
|
78
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.instanceSpecsOutput = exports.instanceSpecs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of redis instance specs
|
|
10
|
+
*/
|
|
11
|
+
/** @deprecated volcengine.redis.InstanceSpecs has been deprecated in favor of volcengine.redis.getInstanceSpecs */
|
|
12
|
+
function instanceSpecs(args, opts) {
|
|
13
|
+
pulumi.log.warn("instanceSpecs is deprecated: volcengine.redis.InstanceSpecs has been deprecated in favor of volcengine.redis.getInstanceSpecs");
|
|
14
|
+
args = args || {};
|
|
15
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
16
|
+
return pulumi.runtime.invoke("volcengine:redis/instanceSpecs:InstanceSpecs", {
|
|
17
|
+
"archType": args.archType,
|
|
18
|
+
"instanceClass": args.instanceClass,
|
|
19
|
+
"nameRegex": args.nameRegex,
|
|
20
|
+
"outputFile": args.outputFile,
|
|
21
|
+
}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.instanceSpecs = instanceSpecs;
|
|
24
|
+
/**
|
|
25
|
+
* Use this data source to query detailed information of redis instance specs
|
|
26
|
+
*/
|
|
27
|
+
/** @deprecated volcengine.redis.InstanceSpecs has been deprecated in favor of volcengine.redis.getInstanceSpecs */
|
|
28
|
+
function instanceSpecsOutput(args, opts) {
|
|
29
|
+
return pulumi.output(args).apply((a) => instanceSpecs(a, opts));
|
|
30
|
+
}
|
|
31
|
+
exports.instanceSpecsOutput = instanceSpecsOutput;
|
|
32
|
+
//# sourceMappingURL=instanceSpecs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instanceSpecs.js","sourceRoot":"","sources":["../../redis/instanceSpecs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,mHAAmH;AACnH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,+HAA+H,CAAC,CAAA;IAChJ,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,8CAA8C,EAAE;QACzE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sCAWC;AAgDD;;GAEG;AACH,mHAAmH;AACnH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
package/redis/instances.d.ts
CHANGED
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,2GAA2G;AAC3G,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,mHAAmH,CAAC,CAAA;IACpI,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;AAnBD,8BAmBC;
|
|
1
|
+
{"version":3,"file":"instances.js","sourceRoot":"","sources":["../../redis/instances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,2GAA2G;AAC3G,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,mHAAmH,CAAC,CAAA;IACpI,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;AAnBD,8BAmBC;AAmHD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,2GAA2G;AAC3G,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"}
|
|
@@ -0,0 +1,118 @@
|
|
|
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 redis parameter group
|
|
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.redis.ParameterGroup("foo", {
|
|
13
|
+
* description: "tf-test-description",
|
|
14
|
+
* engineVersion: "5.0",
|
|
15
|
+
* paramValues: [
|
|
16
|
+
* {
|
|
17
|
+
* name: "active-defrag-cycle-max",
|
|
18
|
+
* value: "30",
|
|
19
|
+
* },
|
|
20
|
+
* {
|
|
21
|
+
* name: "active-defrag-cycle-min",
|
|
22
|
+
* value: "15",
|
|
23
|
+
* },
|
|
24
|
+
* ],
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ## Import
|
|
29
|
+
*
|
|
30
|
+
* ParameterGroup can be imported using the id, e.g.
|
|
31
|
+
*
|
|
32
|
+
* ```sh
|
|
33
|
+
* $ pulumi import volcengine:redis/parameterGroup:ParameterGroup default resource_id
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
export declare class ParameterGroup extends pulumi.CustomResource {
|
|
37
|
+
/**
|
|
38
|
+
* Get an existing ParameterGroup resource's state with the given name, ID, and optional extra
|
|
39
|
+
* properties used to qualify the lookup.
|
|
40
|
+
*
|
|
41
|
+
* @param name The _unique_ name of the resulting resource.
|
|
42
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
43
|
+
* @param state Any extra arguments used during the lookup.
|
|
44
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
45
|
+
*/
|
|
46
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ParameterGroupState, opts?: pulumi.CustomResourceOptions): ParameterGroup;
|
|
47
|
+
/**
|
|
48
|
+
* Returns true if the given object is an instance of ParameterGroup. This is designed to work even
|
|
49
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
50
|
+
*/
|
|
51
|
+
static isInstance(obj: any): obj is ParameterGroup;
|
|
52
|
+
/**
|
|
53
|
+
* The remarks information of the parameter template should not exceed 200 characters in length.
|
|
54
|
+
*/
|
|
55
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* The Redis database version adapted to the parameter template. The value range is as follows; 7.0: Redis 7.0. 6.0: Redis 6.0. 5.0: Redis 5.0.
|
|
58
|
+
*/
|
|
59
|
+
readonly engineVersion: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Parameter template name. The name needs to meet the following requirements simultaneously: It cannot start with a number or a hyphen (-). Only Chinese characters, letters, numbers, underscores (_) and hyphens (-) can be included. The length should be 2 to 64 characters.
|
|
62
|
+
*/
|
|
63
|
+
readonly name: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The list of parameter information that needs to be included in the new parameter template. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
66
|
+
*/
|
|
67
|
+
readonly paramValues: pulumi.Output<outputs.redis.ParameterGroupParamValue[]>;
|
|
68
|
+
/**
|
|
69
|
+
* Create a ParameterGroup resource with the given unique name, arguments, and options.
|
|
70
|
+
*
|
|
71
|
+
* @param name The _unique_ name of the resource.
|
|
72
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
73
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
74
|
+
*/
|
|
75
|
+
constructor(name: string, args: ParameterGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Input properties used for looking up and filtering ParameterGroup resources.
|
|
79
|
+
*/
|
|
80
|
+
export interface ParameterGroupState {
|
|
81
|
+
/**
|
|
82
|
+
* The remarks information of the parameter template should not exceed 200 characters in length.
|
|
83
|
+
*/
|
|
84
|
+
description?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The Redis database version adapted to the parameter template. The value range is as follows; 7.0: Redis 7.0. 6.0: Redis 6.0. 5.0: Redis 5.0.
|
|
87
|
+
*/
|
|
88
|
+
engineVersion?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Parameter template name. The name needs to meet the following requirements simultaneously: It cannot start with a number or a hyphen (-). Only Chinese characters, letters, numbers, underscores (_) and hyphens (-) can be included. The length should be 2 to 64 characters.
|
|
91
|
+
*/
|
|
92
|
+
name?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* The list of parameter information that needs to be included in the new parameter template. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
95
|
+
*/
|
|
96
|
+
paramValues?: pulumi.Input<pulumi.Input<inputs.redis.ParameterGroupParamValue>[]>;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* The set of arguments for constructing a ParameterGroup resource.
|
|
100
|
+
*/
|
|
101
|
+
export interface ParameterGroupArgs {
|
|
102
|
+
/**
|
|
103
|
+
* The remarks information of the parameter template should not exceed 200 characters in length.
|
|
104
|
+
*/
|
|
105
|
+
description?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* The Redis database version adapted to the parameter template. The value range is as follows; 7.0: Redis 7.0. 6.0: Redis 6.0. 5.0: Redis 5.0.
|
|
108
|
+
*/
|
|
109
|
+
engineVersion: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* Parameter template name. The name needs to meet the following requirements simultaneously: It cannot start with a number or a hyphen (-). Only Chinese characters, letters, numbers, underscores (_) and hyphens (-) can be included. The length should be 2 to 64 characters.
|
|
112
|
+
*/
|
|
113
|
+
name?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The list of parameter information that needs to be included in the new parameter template. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
116
|
+
*/
|
|
117
|
+
paramValues: pulumi.Input<pulumi.Input<inputs.redis.ParameterGroupParamValue>[]>;
|
|
118
|
+
}
|