@volcengine/pulumi 0.0.32 → 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/ebs/getMaxExtraPerformances.d.ts +22 -0
- package/ebs/getMaxExtraPerformances.js +22 -0
- package/ebs/getMaxExtraPerformances.js.map +1 -1
- package/ebs/maxExtraPerformances.d.ts +22 -0
- package/ebs/maxExtraPerformances.js +22 -0
- package/ebs/maxExtraPerformances.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/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/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 +167 -12
- package/rds_mysql/instance.js +40 -3
- 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/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 +85 -1
- package/redis/instance.js +14 -0
- 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 +8576 -1522
- 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/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 +3 -3
|
@@ -0,0 +1,126 @@
|
|
|
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.getContactGroupsOutput = exports.getContactGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of vmp contact groups
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
16
|
+
*
|
|
17
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
18
|
+
* email: "acctest1@tftest.com",
|
|
19
|
+
* webhook: {
|
|
20
|
+
* address: "https://www.acctest1.com",
|
|
21
|
+
* },
|
|
22
|
+
* larkBotWebhook: {
|
|
23
|
+
* address: "https://www.acctest1.com",
|
|
24
|
+
* },
|
|
25
|
+
* dingTalkBotWebhook: {
|
|
26
|
+
* address: "https://www.dingacctest1.com",
|
|
27
|
+
* atMobiles: ["18046891812"],
|
|
28
|
+
* },
|
|
29
|
+
* phoneNumber: {
|
|
30
|
+
* countryCode: "+86",
|
|
31
|
+
* number: "18310101010",
|
|
32
|
+
* },
|
|
33
|
+
* });
|
|
34
|
+
* const foo1 = new volcengine.vmp.Contact("foo1", {
|
|
35
|
+
* email: "acctest2@tftest.com",
|
|
36
|
+
* webhook: {
|
|
37
|
+
* address: "https://www.acctest2.com",
|
|
38
|
+
* },
|
|
39
|
+
* larkBotWebhook: {
|
|
40
|
+
* address: "https://www.acctest2.com",
|
|
41
|
+
* },
|
|
42
|
+
* dingTalkBotWebhook: {
|
|
43
|
+
* address: "https://www.dingacctest2.com",
|
|
44
|
+
* atMobiles: ["18046891813"],
|
|
45
|
+
* },
|
|
46
|
+
* phoneNumber: {
|
|
47
|
+
* countryCode: "+86",
|
|
48
|
+
* number: "18310101011",
|
|
49
|
+
* },
|
|
50
|
+
* });
|
|
51
|
+
* const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [
|
|
52
|
+
* fooContact.id,
|
|
53
|
+
* foo1.id,
|
|
54
|
+
* ]});
|
|
55
|
+
* const fooContactGroups = volcengine.vmp.getContactGroupsOutput({
|
|
56
|
+
* ids: [fooContactGroup.id],
|
|
57
|
+
* });
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
function getContactGroups(args, opts) {
|
|
61
|
+
args = args || {};
|
|
62
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
63
|
+
return pulumi.runtime.invoke("volcengine:vmp/getContactGroups:getContactGroups", {
|
|
64
|
+
"ids": args.ids,
|
|
65
|
+
"name": args.name,
|
|
66
|
+
"outputFile": args.outputFile,
|
|
67
|
+
}, opts);
|
|
68
|
+
}
|
|
69
|
+
exports.getContactGroups = getContactGroups;
|
|
70
|
+
/**
|
|
71
|
+
* Use this data source to query detailed information of vmp contact groups
|
|
72
|
+
* ## Example Usage
|
|
73
|
+
*
|
|
74
|
+
* ```typescript
|
|
75
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
76
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
77
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
78
|
+
*
|
|
79
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
80
|
+
* email: "acctest1@tftest.com",
|
|
81
|
+
* webhook: {
|
|
82
|
+
* address: "https://www.acctest1.com",
|
|
83
|
+
* },
|
|
84
|
+
* larkBotWebhook: {
|
|
85
|
+
* address: "https://www.acctest1.com",
|
|
86
|
+
* },
|
|
87
|
+
* dingTalkBotWebhook: {
|
|
88
|
+
* address: "https://www.dingacctest1.com",
|
|
89
|
+
* atMobiles: ["18046891812"],
|
|
90
|
+
* },
|
|
91
|
+
* phoneNumber: {
|
|
92
|
+
* countryCode: "+86",
|
|
93
|
+
* number: "18310101010",
|
|
94
|
+
* },
|
|
95
|
+
* });
|
|
96
|
+
* const foo1 = new volcengine.vmp.Contact("foo1", {
|
|
97
|
+
* email: "acctest2@tftest.com",
|
|
98
|
+
* webhook: {
|
|
99
|
+
* address: "https://www.acctest2.com",
|
|
100
|
+
* },
|
|
101
|
+
* larkBotWebhook: {
|
|
102
|
+
* address: "https://www.acctest2.com",
|
|
103
|
+
* },
|
|
104
|
+
* dingTalkBotWebhook: {
|
|
105
|
+
* address: "https://www.dingacctest2.com",
|
|
106
|
+
* atMobiles: ["18046891813"],
|
|
107
|
+
* },
|
|
108
|
+
* phoneNumber: {
|
|
109
|
+
* countryCode: "+86",
|
|
110
|
+
* number: "18310101011",
|
|
111
|
+
* },
|
|
112
|
+
* });
|
|
113
|
+
* const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [
|
|
114
|
+
* fooContact.id,
|
|
115
|
+
* foo1.id,
|
|
116
|
+
* ]});
|
|
117
|
+
* const fooContactGroups = volcengine.vmp.getContactGroupsOutput({
|
|
118
|
+
* ids: [fooContactGroup.id],
|
|
119
|
+
* });
|
|
120
|
+
* ```
|
|
121
|
+
*/
|
|
122
|
+
function getContactGroupsOutput(args, opts) {
|
|
123
|
+
return pulumi.output(args).apply((a) => getContactGroups(a, opts));
|
|
124
|
+
}
|
|
125
|
+
exports.getContactGroupsOutput = getContactGroupsOutput;
|
|
126
|
+
//# sourceMappingURL=getContactGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getContactGroups.js","sourceRoot":"","sources":["../../vmp/getContactGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,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,kDAAkD,EAAE;QAC7E,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC;AA2CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
|
@@ -0,0 +1,135 @@
|
|
|
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 vmp contacts
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
11
|
+
*
|
|
12
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
13
|
+
* email: "acctest1@tftest.com",
|
|
14
|
+
* webhook: {
|
|
15
|
+
* address: "https://www.acctest1.com",
|
|
16
|
+
* },
|
|
17
|
+
* larkBotWebhook: {
|
|
18
|
+
* address: "https://www.acctest1.com",
|
|
19
|
+
* },
|
|
20
|
+
* dingTalkBotWebhook: {
|
|
21
|
+
* address: "https://www.dingacctest1.com",
|
|
22
|
+
* atMobiles: ["18046891812"],
|
|
23
|
+
* },
|
|
24
|
+
* phoneNumber: {
|
|
25
|
+
* countryCode: "+86",
|
|
26
|
+
* number: "18310101010",
|
|
27
|
+
* },
|
|
28
|
+
* });
|
|
29
|
+
* const fooContacts = volcengine.vmp.getContactsOutput({
|
|
30
|
+
* ids: [fooContact.id],
|
|
31
|
+
* });
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
export declare function getContacts(args?: GetContactsArgs, opts?: pulumi.InvokeOptions): Promise<GetContactsResult>;
|
|
35
|
+
/**
|
|
36
|
+
* A collection of arguments for invoking getContacts.
|
|
37
|
+
*/
|
|
38
|
+
export interface GetContactsArgs {
|
|
39
|
+
/**
|
|
40
|
+
* The email of contact.
|
|
41
|
+
*/
|
|
42
|
+
email?: string;
|
|
43
|
+
/**
|
|
44
|
+
* A list of contact ids.
|
|
45
|
+
*/
|
|
46
|
+
ids?: string[];
|
|
47
|
+
/**
|
|
48
|
+
* The name of contact.
|
|
49
|
+
*/
|
|
50
|
+
name?: string;
|
|
51
|
+
/**
|
|
52
|
+
* File name where to save data source results.
|
|
53
|
+
*/
|
|
54
|
+
outputFile?: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* A collection of values returned by getContacts.
|
|
58
|
+
*/
|
|
59
|
+
export interface GetContactsResult {
|
|
60
|
+
/**
|
|
61
|
+
* The collection of query.
|
|
62
|
+
*/
|
|
63
|
+
readonly contacts: outputs.vmp.GetContactsContact[];
|
|
64
|
+
/**
|
|
65
|
+
* The email of contact.
|
|
66
|
+
*/
|
|
67
|
+
readonly email?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The provider-assigned unique ID for this managed resource.
|
|
70
|
+
*/
|
|
71
|
+
readonly id: string;
|
|
72
|
+
readonly ids?: string[];
|
|
73
|
+
/**
|
|
74
|
+
* The name of contact.
|
|
75
|
+
*/
|
|
76
|
+
readonly name?: string;
|
|
77
|
+
readonly outputFile?: string;
|
|
78
|
+
/**
|
|
79
|
+
* The total count of query.
|
|
80
|
+
*/
|
|
81
|
+
readonly totalCount: number;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Use this data source to query detailed information of vmp contacts
|
|
85
|
+
* ## Example Usage
|
|
86
|
+
*
|
|
87
|
+
* ```typescript
|
|
88
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
89
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
90
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
91
|
+
*
|
|
92
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
93
|
+
* email: "acctest1@tftest.com",
|
|
94
|
+
* webhook: {
|
|
95
|
+
* address: "https://www.acctest1.com",
|
|
96
|
+
* },
|
|
97
|
+
* larkBotWebhook: {
|
|
98
|
+
* address: "https://www.acctest1.com",
|
|
99
|
+
* },
|
|
100
|
+
* dingTalkBotWebhook: {
|
|
101
|
+
* address: "https://www.dingacctest1.com",
|
|
102
|
+
* atMobiles: ["18046891812"],
|
|
103
|
+
* },
|
|
104
|
+
* phoneNumber: {
|
|
105
|
+
* countryCode: "+86",
|
|
106
|
+
* number: "18310101010",
|
|
107
|
+
* },
|
|
108
|
+
* });
|
|
109
|
+
* const fooContacts = volcengine.vmp.getContactsOutput({
|
|
110
|
+
* ids: [fooContact.id],
|
|
111
|
+
* });
|
|
112
|
+
* ```
|
|
113
|
+
*/
|
|
114
|
+
export declare function getContactsOutput(args?: GetContactsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetContactsResult>;
|
|
115
|
+
/**
|
|
116
|
+
* A collection of arguments for invoking getContacts.
|
|
117
|
+
*/
|
|
118
|
+
export interface GetContactsOutputArgs {
|
|
119
|
+
/**
|
|
120
|
+
* The email of contact.
|
|
121
|
+
*/
|
|
122
|
+
email?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* A list of contact ids.
|
|
125
|
+
*/
|
|
126
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
127
|
+
/**
|
|
128
|
+
* The name of contact.
|
|
129
|
+
*/
|
|
130
|
+
name?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* File name where to save data source results.
|
|
133
|
+
*/
|
|
134
|
+
outputFile?: pulumi.Input<string>;
|
|
135
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
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.getContactsOutput = exports.getContacts = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of vmp contacts
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
16
|
+
*
|
|
17
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
18
|
+
* email: "acctest1@tftest.com",
|
|
19
|
+
* webhook: {
|
|
20
|
+
* address: "https://www.acctest1.com",
|
|
21
|
+
* },
|
|
22
|
+
* larkBotWebhook: {
|
|
23
|
+
* address: "https://www.acctest1.com",
|
|
24
|
+
* },
|
|
25
|
+
* dingTalkBotWebhook: {
|
|
26
|
+
* address: "https://www.dingacctest1.com",
|
|
27
|
+
* atMobiles: ["18046891812"],
|
|
28
|
+
* },
|
|
29
|
+
* phoneNumber: {
|
|
30
|
+
* countryCode: "+86",
|
|
31
|
+
* number: "18310101010",
|
|
32
|
+
* },
|
|
33
|
+
* });
|
|
34
|
+
* const fooContacts = volcengine.vmp.getContactsOutput({
|
|
35
|
+
* ids: [fooContact.id],
|
|
36
|
+
* });
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
function getContacts(args, opts) {
|
|
40
|
+
args = args || {};
|
|
41
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
42
|
+
return pulumi.runtime.invoke("volcengine:vmp/getContacts:getContacts", {
|
|
43
|
+
"email": args.email,
|
|
44
|
+
"ids": args.ids,
|
|
45
|
+
"name": args.name,
|
|
46
|
+
"outputFile": args.outputFile,
|
|
47
|
+
}, opts);
|
|
48
|
+
}
|
|
49
|
+
exports.getContacts = getContacts;
|
|
50
|
+
/**
|
|
51
|
+
* Use this data source to query detailed information of vmp contacts
|
|
52
|
+
* ## Example Usage
|
|
53
|
+
*
|
|
54
|
+
* ```typescript
|
|
55
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
56
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
57
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
58
|
+
*
|
|
59
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
60
|
+
* email: "acctest1@tftest.com",
|
|
61
|
+
* webhook: {
|
|
62
|
+
* address: "https://www.acctest1.com",
|
|
63
|
+
* },
|
|
64
|
+
* larkBotWebhook: {
|
|
65
|
+
* address: "https://www.acctest1.com",
|
|
66
|
+
* },
|
|
67
|
+
* dingTalkBotWebhook: {
|
|
68
|
+
* address: "https://www.dingacctest1.com",
|
|
69
|
+
* atMobiles: ["18046891812"],
|
|
70
|
+
* },
|
|
71
|
+
* phoneNumber: {
|
|
72
|
+
* countryCode: "+86",
|
|
73
|
+
* number: "18310101010",
|
|
74
|
+
* },
|
|
75
|
+
* });
|
|
76
|
+
* const fooContacts = volcengine.vmp.getContactsOutput({
|
|
77
|
+
* ids: [fooContact.id],
|
|
78
|
+
* });
|
|
79
|
+
* ```
|
|
80
|
+
*/
|
|
81
|
+
function getContactsOutput(args, opts) {
|
|
82
|
+
return pulumi.output(args).apply((a) => getContacts(a, opts));
|
|
83
|
+
}
|
|
84
|
+
exports.getContactsOutput = getContactsOutput;
|
|
85
|
+
//# sourceMappingURL=getContacts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getContacts.js","sourceRoot":"","sources":["../../vmp/getContacts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,wCAAwC,EAAE;QACnE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kCAUC;AAmDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
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 vmp instance types
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const default = volcengine.vmp.getInstanceTypes({
|
|
12
|
+
* ids: ["vmp.standard.15d"],
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getInstanceTypes(args?: GetInstanceTypesArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceTypesResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getInstanceTypes.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetInstanceTypesArgs {
|
|
21
|
+
/**
|
|
22
|
+
* A list of Instance Type IDs.
|
|
23
|
+
*/
|
|
24
|
+
ids?: string[];
|
|
25
|
+
/**
|
|
26
|
+
* File name where to save data source results.
|
|
27
|
+
*/
|
|
28
|
+
outputFile?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A collection of values returned by getInstanceTypes.
|
|
32
|
+
*/
|
|
33
|
+
export interface GetInstanceTypesResult {
|
|
34
|
+
/**
|
|
35
|
+
* The provider-assigned unique ID for this managed resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly id: string;
|
|
38
|
+
readonly ids?: string[];
|
|
39
|
+
/**
|
|
40
|
+
* The collection of query.
|
|
41
|
+
*/
|
|
42
|
+
readonly instanceTypes: outputs.vmp.GetInstanceTypesInstanceType[];
|
|
43
|
+
readonly outputFile?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The total count of query.
|
|
46
|
+
*/
|
|
47
|
+
readonly totalCount: number;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Use this data source to query detailed information of vmp instance types
|
|
51
|
+
* ## Example Usage
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
56
|
+
*
|
|
57
|
+
* const default = volcengine.vmp.getInstanceTypes({
|
|
58
|
+
* ids: ["vmp.standard.15d"],
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
export declare function getInstanceTypesOutput(args?: GetInstanceTypesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetInstanceTypesResult>;
|
|
63
|
+
/**
|
|
64
|
+
* A collection of arguments for invoking getInstanceTypes.
|
|
65
|
+
*/
|
|
66
|
+
export interface GetInstanceTypesOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* A list of Instance Type IDs.
|
|
69
|
+
*/
|
|
70
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
71
|
+
/**
|
|
72
|
+
* File name where to save data source results.
|
|
73
|
+
*/
|
|
74
|
+
outputFile?: pulumi.Input<string>;
|
|
75
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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.getInstanceTypesOutput = exports.getInstanceTypes = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of vmp instance types
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.vmp.getInstanceTypes({
|
|
17
|
+
* ids: ["vmp.standard.15d"],
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getInstanceTypes(args, opts) {
|
|
22
|
+
args = args || {};
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:vmp/getInstanceTypes:getInstanceTypes", {
|
|
25
|
+
"ids": args.ids,
|
|
26
|
+
"outputFile": args.outputFile,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getInstanceTypes = getInstanceTypes;
|
|
30
|
+
/**
|
|
31
|
+
* Use this data source to query detailed information of vmp instance types
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
37
|
+
*
|
|
38
|
+
* const default = volcengine.vmp.getInstanceTypes({
|
|
39
|
+
* ids: ["vmp.standard.15d"],
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getInstanceTypesOutput(args, opts) {
|
|
44
|
+
return pulumi.output(args).apply((a) => getInstanceTypes(a, opts));
|
|
45
|
+
}
|
|
46
|
+
exports.getInstanceTypesOutput = getInstanceTypesOutput;
|
|
47
|
+
//# sourceMappingURL=getInstanceTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInstanceTypes.js","sourceRoot":"","sources":["../../vmp/getInstanceTypes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,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,kDAAkD,EAAE;QAC7E,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC;AAmCD;;;;;;;;;;;;GAYG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
|
@@ -0,0 +1,141 @@
|
|
|
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 vmp notify group policies
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
11
|
+
*
|
|
12
|
+
* const fooNotifyGroupPolicy = new volcengine.vmp.NotifyGroupPolicy("fooNotifyGroupPolicy", {
|
|
13
|
+
* description: "acc-test-1",
|
|
14
|
+
* levels: [
|
|
15
|
+
* {
|
|
16
|
+
* level: "P2",
|
|
17
|
+
* groupBies: ["__rule__"],
|
|
18
|
+
* groupWait: "35",
|
|
19
|
+
* groupInterval: "30",
|
|
20
|
+
* repeatInterval: "30",
|
|
21
|
+
* },
|
|
22
|
+
* {
|
|
23
|
+
* level: "P0",
|
|
24
|
+
* groupBies: ["__rule__"],
|
|
25
|
+
* groupWait: "30",
|
|
26
|
+
* groupInterval: "30",
|
|
27
|
+
* repeatInterval: "30",
|
|
28
|
+
* },
|
|
29
|
+
* {
|
|
30
|
+
* level: "P1",
|
|
31
|
+
* groupBies: ["__rule__"],
|
|
32
|
+
* groupWait: "40",
|
|
33
|
+
* groupInterval: "45",
|
|
34
|
+
* repeatInterval: "30",
|
|
35
|
+
* },
|
|
36
|
+
* ],
|
|
37
|
+
* });
|
|
38
|
+
* const fooNotifyGroupPolicies = volcengine.vmp.getNotifyGroupPoliciesOutput({
|
|
39
|
+
* ids: [fooNotifyGroupPolicy.id],
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
export declare function getNotifyGroupPolicies(args?: GetNotifyGroupPoliciesArgs, opts?: pulumi.InvokeOptions): Promise<GetNotifyGroupPoliciesResult>;
|
|
44
|
+
/**
|
|
45
|
+
* A collection of arguments for invoking getNotifyGroupPolicies.
|
|
46
|
+
*/
|
|
47
|
+
export interface GetNotifyGroupPoliciesArgs {
|
|
48
|
+
/**
|
|
49
|
+
* A list of notify group policy ids.
|
|
50
|
+
*/
|
|
51
|
+
ids?: string[];
|
|
52
|
+
/**
|
|
53
|
+
* The name of notify group policy.
|
|
54
|
+
*/
|
|
55
|
+
name?: string;
|
|
56
|
+
/**
|
|
57
|
+
* File name where to save data source results.
|
|
58
|
+
*/
|
|
59
|
+
outputFile?: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* A collection of values returned by getNotifyGroupPolicies.
|
|
63
|
+
*/
|
|
64
|
+
export interface GetNotifyGroupPoliciesResult {
|
|
65
|
+
/**
|
|
66
|
+
* The provider-assigned unique ID for this managed resource.
|
|
67
|
+
*/
|
|
68
|
+
readonly id: string;
|
|
69
|
+
readonly ids?: string[];
|
|
70
|
+
/**
|
|
71
|
+
* The name of notify group policy.
|
|
72
|
+
*/
|
|
73
|
+
readonly name?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The list of notify group policies.
|
|
76
|
+
*/
|
|
77
|
+
readonly notifyPolicies: outputs.vmp.GetNotifyGroupPoliciesNotifyPolicy[];
|
|
78
|
+
readonly outputFile?: string;
|
|
79
|
+
/**
|
|
80
|
+
* The total count of query.
|
|
81
|
+
*/
|
|
82
|
+
readonly totalCount: number;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Use this data source to query detailed information of vmp notify group policies
|
|
86
|
+
* ## Example Usage
|
|
87
|
+
*
|
|
88
|
+
* ```typescript
|
|
89
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
90
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
91
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
92
|
+
*
|
|
93
|
+
* const fooNotifyGroupPolicy = new volcengine.vmp.NotifyGroupPolicy("fooNotifyGroupPolicy", {
|
|
94
|
+
* description: "acc-test-1",
|
|
95
|
+
* levels: [
|
|
96
|
+
* {
|
|
97
|
+
* level: "P2",
|
|
98
|
+
* groupBies: ["__rule__"],
|
|
99
|
+
* groupWait: "35",
|
|
100
|
+
* groupInterval: "30",
|
|
101
|
+
* repeatInterval: "30",
|
|
102
|
+
* },
|
|
103
|
+
* {
|
|
104
|
+
* level: "P0",
|
|
105
|
+
* groupBies: ["__rule__"],
|
|
106
|
+
* groupWait: "30",
|
|
107
|
+
* groupInterval: "30",
|
|
108
|
+
* repeatInterval: "30",
|
|
109
|
+
* },
|
|
110
|
+
* {
|
|
111
|
+
* level: "P1",
|
|
112
|
+
* groupBies: ["__rule__"],
|
|
113
|
+
* groupWait: "40",
|
|
114
|
+
* groupInterval: "45",
|
|
115
|
+
* repeatInterval: "30",
|
|
116
|
+
* },
|
|
117
|
+
* ],
|
|
118
|
+
* });
|
|
119
|
+
* const fooNotifyGroupPolicies = volcengine.vmp.getNotifyGroupPoliciesOutput({
|
|
120
|
+
* ids: [fooNotifyGroupPolicy.id],
|
|
121
|
+
* });
|
|
122
|
+
* ```
|
|
123
|
+
*/
|
|
124
|
+
export declare function getNotifyGroupPoliciesOutput(args?: GetNotifyGroupPoliciesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNotifyGroupPoliciesResult>;
|
|
125
|
+
/**
|
|
126
|
+
* A collection of arguments for invoking getNotifyGroupPolicies.
|
|
127
|
+
*/
|
|
128
|
+
export interface GetNotifyGroupPoliciesOutputArgs {
|
|
129
|
+
/**
|
|
130
|
+
* A list of notify group policy ids.
|
|
131
|
+
*/
|
|
132
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
133
|
+
/**
|
|
134
|
+
* The name of notify group policy.
|
|
135
|
+
*/
|
|
136
|
+
name?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* File name where to save data source results.
|
|
139
|
+
*/
|
|
140
|
+
outputFile?: pulumi.Input<string>;
|
|
141
|
+
}
|