@pulumi/alicloud 3.6.0 → 3.8.0
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/alb/acl.d.ts +130 -0
- package/alb/acl.js +91 -0
- package/alb/acl.js.map +1 -0
- package/alb/getAcls.d.ts +77 -0
- package/alb/getAcls.js +48 -0
- package/alb/getAcls.js.map +1 -0
- package/alb/getHealthCheckTemplates.d.ts +64 -0
- package/alb/getHealthCheckTemplates.js +47 -0
- package/alb/getHealthCheckTemplates.js.map +1 -0
- package/alb/getListeners.d.ts +69 -0
- package/alb/getListeners.js +45 -0
- package/alb/getListeners.js.map +1 -0
- package/alb/getLoadBalancers.d.ts +111 -0
- package/alb/getLoadBalancers.js +54 -0
- package/alb/getLoadBalancers.js.map +1 -0
- package/alb/getRules.d.ts +74 -0
- package/alb/getRules.js +49 -0
- package/alb/getRules.js.map +1 -0
- package/alb/getZones.d.ts +38 -0
- package/alb/getZones.js +37 -0
- package/alb/getZones.js.map +1 -0
- package/alb/healthCheckTemplate.d.ts +220 -0
- package/alb/healthCheckTemplate.js +105 -0
- package/alb/healthCheckTemplate.js.map +1 -0
- package/alb/index.d.ts +11 -0
- package/alb/index.js +31 -0
- package/alb/index.js.map +1 -1
- package/alb/listener.d.ts +268 -0
- package/alb/listener.js +108 -0
- package/alb/listener.js.map +1 -0
- package/alb/loadBalancer.d.ts +219 -0
- package/alb/loadBalancer.js +109 -0
- package/alb/loadBalancer.js.map +1 -0
- package/alb/rule.d.ts +134 -0
- package/alb/rule.js +94 -0
- package/alb/rule.js.map +1 -0
- package/alb/serverGroup.d.ts +63 -3
- package/alb/serverGroup.js +63 -3
- package/alb/serverGroup.js.map +1 -1
- package/alikafka/instance.d.ts +4 -2
- package/alikafka/instance.js +2 -0
- package/alikafka/instance.js.map +1 -1
- package/amqp/binding.d.ts +190 -0
- package/amqp/binding.js +129 -0
- package/amqp/binding.js.map +1 -0
- package/amqp/getBindings.d.ts +50 -0
- package/amqp/getBindings.js +40 -0
- package/amqp/getBindings.js.map +1 -0
- package/amqp/index.d.ts +2 -0
- package/amqp/index.js +6 -0
- package/amqp/index.js.map +1 -1
- package/arms/dispatchRule.d.ts +187 -0
- package/arms/dispatchRule.js +144 -0
- package/arms/dispatchRule.js.map +1 -0
- package/arms/getDispatchRules.d.ts +62 -0
- package/arms/getDispatchRules.js +45 -0
- package/arms/getDispatchRules.js.map +1 -0
- package/arms/getPrometheusAlertRules.d.ts +78 -0
- package/arms/getPrometheusAlertRules.js +53 -0
- package/arms/getPrometheusAlertRules.js.map +1 -0
- package/arms/index.d.ts +4 -0
- package/arms/index.js +12 -0
- package/arms/index.js.map +1 -1
- package/arms/prometheusAlertRule.d.ts +197 -0
- package/arms/prometheusAlertRule.js +117 -0
- package/arms/prometheusAlertRule.js.map +1 -0
- package/bastionhost/getHostAccounts.d.ts +81 -0
- package/bastionhost/getHostAccounts.js +55 -0
- package/bastionhost/getHostAccounts.js.map +1 -0
- package/bastionhost/getHostGroups.d.ts +69 -0
- package/bastionhost/getHostGroups.js +51 -0
- package/bastionhost/getHostGroups.js.map +1 -0
- package/bastionhost/getHosts.d.ts +99 -0
- package/bastionhost/getHosts.js +57 -0
- package/bastionhost/getHosts.js.map +1 -0
- package/bastionhost/getInstances.d.ts +79 -0
- package/bastionhost/getInstances.js +43 -0
- package/bastionhost/getInstances.js.map +1 -0
- package/bastionhost/getUserGroups.d.ts +69 -0
- package/bastionhost/getUserGroups.js +51 -0
- package/bastionhost/getUserGroups.js.map +1 -0
- package/bastionhost/getUsers.d.ts +94 -0
- package/bastionhost/getUsers.js +56 -0
- package/bastionhost/getUsers.js.map +1 -0
- package/bastionhost/host.d.ts +206 -0
- package/bastionhost/host.js +118 -0
- package/bastionhost/host.js.map +1 -0
- package/bastionhost/hostAccount.d.ts +160 -0
- package/bastionhost/hostAccount.js +108 -0
- package/bastionhost/hostAccount.js.map +1 -0
- package/bastionhost/hostAccountUserAttachment.d.ts +139 -0
- package/bastionhost/hostAccountUserAttachment.js +123 -0
- package/bastionhost/hostAccountUserAttachment.js.map +1 -0
- package/bastionhost/hostAccountUserGroupAttachment.d.ts +135 -0
- package/bastionhost/hostAccountUserGroupAttachment.js +119 -0
- package/bastionhost/hostAccountUserGroupAttachment.js.map +1 -0
- package/bastionhost/hostAttachment.d.ts +100 -0
- package/bastionhost/hostAttachment.js +91 -0
- package/bastionhost/hostAttachment.js.map +1 -0
- package/bastionhost/hostGroup.d.ts +109 -0
- package/bastionhost/hostGroup.js +91 -0
- package/bastionhost/hostGroup.js.map +1 -0
- package/bastionhost/hostGroupAccountUserAttachment.d.ts +143 -0
- package/bastionhost/hostGroupAccountUserAttachment.js +127 -0
- package/bastionhost/hostGroupAccountUserAttachment.js.map +1 -0
- package/bastionhost/hostGroupAccountUserGroupAttachment.d.ts +139 -0
- package/bastionhost/hostGroupAccountUserGroupAttachment.js +123 -0
- package/bastionhost/hostGroupAccountUserGroupAttachment.js.map +1 -0
- package/bastionhost/index.d.ts +18 -0
- package/bastionhost/index.js +87 -0
- package/bastionhost/index.js.map +1 -0
- package/bastionhost/instance.d.ts +157 -0
- package/bastionhost/instance.js +114 -0
- package/bastionhost/instance.js.map +1 -0
- package/bastionhost/user.d.ts +281 -0
- package/bastionhost/user.js +123 -0
- package/bastionhost/user.js.map +1 -0
- package/bastionhost/userAttachment.d.ts +100 -0
- package/bastionhost/userAttachment.js +91 -0
- package/bastionhost/userAttachment.js.map +1 -0
- package/bastionhost/userGroup.d.ts +109 -0
- package/bastionhost/userGroup.js +91 -0
- package/bastionhost/userGroup.js.map +1 -0
- package/cddc/dedicatedHostGroup.d.ts +171 -0
- package/cddc/dedicatedHostGroup.js +109 -0
- package/cddc/dedicatedHostGroup.js.map +1 -0
- package/cddc/getDedicatedHostGroups.d.ts +49 -0
- package/cddc/getDedicatedHostGroups.js +41 -0
- package/cddc/getDedicatedHostGroups.js.map +1 -0
- package/cddc/index.d.ts +2 -0
- package/cddc/index.js +27 -0
- package/cddc/index.js.map +1 -0
- package/cdn/domainConfig.d.ts +21 -1
- package/cdn/domainConfig.js +9 -1
- package/cdn/domainConfig.js.map +1 -1
- package/cdn/getRealTimeLogDeliveries.d.ts +49 -0
- package/cdn/getRealTimeLogDeliveries.js +40 -0
- package/cdn/getRealTimeLogDeliveries.js.map +1 -0
- package/cdn/index.d.ts +2 -0
- package/cdn/index.js +6 -0
- package/cdn/index.js.map +1 -1
- package/cdn/realTimeLogDelivery.d.ts +123 -0
- package/cdn/realTimeLogDelivery.js +101 -0
- package/cdn/realTimeLogDelivery.js.map +1 -0
- package/clickhouse/account.d.ts +140 -0
- package/clickhouse/account.js +115 -0
- package/clickhouse/account.js.map +1 -0
- package/clickhouse/dbCluster.d.ts +270 -0
- package/clickhouse/dbCluster.js +140 -0
- package/clickhouse/dbCluster.js.map +1 -0
- package/clickhouse/getAccounts.d.ts +82 -0
- package/clickhouse/getAccounts.js +64 -0
- package/clickhouse/getAccounts.js.map +1 -0
- package/clickhouse/getDbClusters.d.ts +70 -0
- package/clickhouse/getDbClusters.js +54 -0
- package/clickhouse/getDbClusters.js.map +1 -0
- package/clickhouse/getRegions.d.ts +51 -0
- package/clickhouse/getRegions.js +43 -0
- package/clickhouse/getRegions.js.map +1 -0
- package/clickhouse/index.d.ts +5 -0
- package/clickhouse/index.js +34 -0
- package/clickhouse/index.js.map +1 -0
- package/cloudauth/faceConfig.d.ts +97 -0
- package/cloudauth/faceConfig.js +89 -0
- package/cloudauth/faceConfig.js.map +1 -0
- package/cloudauth/getFaceConfigs.d.ts +55 -0
- package/cloudauth/getFaceConfigs.js +46 -0
- package/cloudauth/getFaceConfigs.js.map +1 -0
- package/cloudauth/index.d.ts +2 -0
- package/cloudauth/index.js +27 -0
- package/cloudauth/index.js.map +1 -0
- package/cloudfirewall/controlPolicyOrder.d.ts +1 -1
- package/cloudfirewall/controlPolicyOrder.js +1 -1
- package/cloudsso/directory.d.ts +115 -0
- package/cloudsso/directory.js +86 -0
- package/cloudsso/directory.js.map +1 -0
- package/cloudsso/getDirectories.d.ts +61 -0
- package/cloudsso/getDirectories.js +48 -0
- package/cloudsso/getDirectories.js.map +1 -0
- package/cloudsso/getGroups.d.ts +71 -0
- package/cloudsso/getGroups.js +53 -0
- package/cloudsso/getGroups.js.map +1 -0
- package/cloudsso/getScimServerCredentials.d.ts +60 -0
- package/cloudsso/getScimServerCredentials.js +47 -0
- package/cloudsso/getScimServerCredentials.js.map +1 -0
- package/cloudsso/group.d.ts +97 -0
- package/cloudsso/group.js +79 -0
- package/cloudsso/group.js.map +1 -0
- package/cloudsso/index.d.ts +6 -0
- package/cloudsso/index.js +39 -0
- package/cloudsso/index.js.map +1 -0
- package/cloudsso/scimServerCredential.d.ts +85 -0
- package/cloudsso/scimServerCredential.js +74 -0
- package/cloudsso/scimServerCredential.js.map +1 -0
- package/cloudstoragegateway/gateway.d.ts +239 -0
- package/cloudstoragegateway/gateway.js +137 -0
- package/cloudstoragegateway/gateway.js.map +1 -0
- package/cloudstoragegateway/getGateways.d.ts +62 -0
- package/cloudstoragegateway/getGateways.js +44 -0
- package/cloudstoragegateway/getGateways.js.map +1 -0
- package/cloudstoragegateway/index.d.ts +2 -0
- package/cloudstoragegateway/index.js +6 -0
- package/cloudstoragegateway/index.js.map +1 -1
- package/cms/alarm.d.ts +6 -6
- package/cms/getMetricRuleTemplates.d.ts +82 -0
- package/cms/getMetricRuleTemplates.js +57 -0
- package/cms/getMetricRuleTemplates.js.map +1 -0
- package/cms/index.d.ts +2 -0
- package/cms/index.js +6 -0
- package/cms/index.js.map +1 -1
- package/cms/metricRuleTemplate.d.ts +207 -0
- package/cms/metricRuleTemplate.js +115 -0
- package/cms/metricRuleTemplate.js.map +1 -0
- package/config/vars.d.ts +6 -2
- package/config/vars.js +6 -2
- package/config/vars.js.map +1 -1
- package/cr/registryEnterpriseInstance.d.ts +42 -0
- package/cr/registryEnterpriseInstance.js +6 -0
- package/cr/registryEnterpriseInstance.js.map +1 -1
- package/cs/edgeKubernetes.d.ts +1 -1
- package/cs/getRegistryEnterpriseInstances.d.ts +5 -0
- package/cs/getRegistryEnterpriseInstances.js +1 -0
- package/cs/getRegistryEnterpriseInstances.js.map +1 -1
- package/cs/nodePool.d.ts +3 -3
- package/databasefilesystem/getInstances.d.ts +59 -0
- package/databasefilesystem/getInstances.js +46 -0
- package/databasefilesystem/getInstances.js.map +1 -0
- package/databasefilesystem/index.d.ts +2 -0
- package/databasefilesystem/index.js +27 -0
- package/databasefilesystem/index.js.map +1 -0
- package/databasefilesystem/instance.d.ts +232 -0
- package/databasefilesystem/instance.js +122 -0
- package/databasefilesystem/instance.js.map +1 -0
- package/databasegateway/gateway.d.ts +96 -0
- package/databasegateway/gateway.js +85 -0
- package/databasegateway/gateway.js.map +1 -0
- package/databasegateway/getGateways.d.ts +69 -0
- package/databasegateway/getGateways.js +48 -0
- package/databasegateway/getGateways.js.map +1 -0
- package/databasegateway/index.d.ts +2 -0
- package/databasegateway/index.js +27 -0
- package/databasegateway/index.js.map +1 -0
- package/dfs/accessGroup.d.ts +101 -0
- package/dfs/accessGroup.js +89 -0
- package/dfs/accessGroup.js.map +1 -0
- package/dfs/getAccessGroups.d.ts +62 -0
- package/dfs/getAccessGroups.js +49 -0
- package/dfs/getAccessGroups.js.map +1 -0
- package/dfs/index.d.ts +2 -0
- package/dfs/index.js +27 -0
- package/dfs/index.js.map +1 -0
- package/directmail/domain.d.ts +84 -0
- package/directmail/domain.js +83 -0
- package/directmail/domain.js.map +1 -0
- package/directmail/getDomains.d.ts +75 -0
- package/directmail/getDomains.js +54 -0
- package/directmail/getDomains.js.map +1 -0
- package/directmail/getMailAddresses.d.ts +59 -0
- package/directmail/getMailAddresses.js +43 -0
- package/directmail/getMailAddresses.js.map +1 -0
- package/directmail/index.d.ts +4 -0
- package/directmail/index.js +12 -0
- package/directmail/index.js.map +1 -1
- package/directmail/mailAddress.d.ts +126 -0
- package/directmail/mailAddress.js +98 -0
- package/directmail/mailAddress.js.map +1 -0
- package/dts/getSubscriptionJobs.d.ts +64 -0
- package/dts/getSubscriptionJobs.js +42 -0
- package/dts/getSubscriptionJobs.js.map +1 -0
- package/dts/getSynchronizationJobs.d.ts +54 -0
- package/dts/getSynchronizationJobs.js +41 -0
- package/dts/getSynchronizationJobs.js.map +1 -0
- package/dts/index.d.ts +6 -0
- package/dts/index.js +43 -0
- package/dts/index.js.map +1 -0
- package/dts/jobMonitorRule.d.ts +125 -0
- package/dts/jobMonitorRule.js +93 -0
- package/dts/jobMonitorRule.js.map +1 -0
- package/dts/subscriptionJob.d.ts +590 -0
- package/dts/subscriptionJob.js +218 -0
- package/dts/subscriptionJob.js.map +1 -0
- package/dts/synchronizationInstance.d.ts +222 -0
- package/dts/synchronizationInstance.js +123 -0
- package/dts/synchronizationInstance.js.map +1 -0
- package/dts/synchronizationJob.d.ts +548 -0
- package/dts/synchronizationJob.js +216 -0
- package/dts/synchronizationJob.js.map +1 -0
- package/eais/getInstances.d.ts +64 -0
- package/eais/getInstances.js +47 -0
- package/eais/getInstances.js.map +1 -0
- package/eais/index.d.ts +2 -0
- package/eais/index.js +27 -0
- package/eais/index.js.map +1 -0
- package/eais/instance.d.ts +119 -0
- package/eais/instance.js +84 -0
- package/eais/instance.js.map +1 -0
- package/ecs/copyImage.d.ts +3 -0
- package/ecs/copyImage.js +2 -0
- package/ecs/copyImage.js.map +1 -1
- package/ecs/image.d.ts +3 -0
- package/ecs/image.js +2 -0
- package/ecs/image.js.map +1 -1
- package/ecs/imageCopy.d.ts +3 -0
- package/ecs/imageCopy.js +2 -0
- package/ecs/imageCopy.js.map +1 -1
- package/ecs/instance.d.ts +3 -3
- package/ehpc/getJobTemplates.d.ts +48 -0
- package/ehpc/getJobTemplates.js +44 -0
- package/ehpc/getJobTemplates.js.map +1 -0
- package/ehpc/index.d.ts +2 -0
- package/ehpc/index.js +27 -0
- package/ehpc/index.js.map +1 -0
- package/ehpc/jobTemplate.d.ts +269 -0
- package/ehpc/jobTemplate.js +117 -0
- package/ehpc/jobTemplate.js.map +1 -0
- package/ens/getKeyPairs.d.ts +57 -0
- package/ens/getKeyPairs.js +42 -0
- package/ens/getKeyPairs.js.map +1 -0
- package/ens/index.d.ts +2 -0
- package/ens/index.js +27 -0
- package/ens/index.js.map +1 -0
- package/ens/keyPair.d.ts +89 -0
- package/ens/keyPair.js +87 -0
- package/ens/keyPair.js.map +1 -0
- package/ess/scalingConfiguration.d.ts +12 -0
- package/ess/scalingConfiguration.js +2 -0
- package/ess/scalingConfiguration.js.map +1 -1
- package/eventbridge/slr.d.ts +4 -4
- package/eventbridge/slr.js +1 -1
- package/expressconnect/getAccessPoints.d.ts +59 -0
- package/expressconnect/getAccessPoints.js +46 -0
- package/expressconnect/getAccessPoints.js.map +1 -0
- package/expressconnect/getPhysicalConnectionService.d.ts +43 -0
- package/expressconnect/getPhysicalConnectionService.js +38 -0
- package/expressconnect/getPhysicalConnectionService.js.map +1 -0
- package/expressconnect/getPhysicalConnections.d.ts +64 -0
- package/expressconnect/getPhysicalConnections.js +47 -0
- package/expressconnect/getPhysicalConnections.js.map +1 -0
- package/expressconnect/getVirtualBorderRouters.d.ts +46 -0
- package/expressconnect/getVirtualBorderRouters.js +29 -0
- package/expressconnect/getVirtualBorderRouters.js.map +1 -0
- package/expressconnect/index.d.ts +6 -0
- package/expressconnect/index.js +35 -0
- package/expressconnect/index.js.map +1 -0
- package/expressconnect/physicalConnection.d.ts +246 -0
- package/expressconnect/physicalConnection.js +124 -0
- package/expressconnect/physicalConnection.js.map +1 -0
- package/expressconnect/virtualBorderRouter.d.ts +303 -0
- package/expressconnect/virtualBorderRouter.js +140 -0
- package/expressconnect/virtualBorderRouter.js.map +1 -0
- package/getMscSubContacts.d.ts +52 -0
- package/getMscSubContacts.js +43 -0
- package/getMscSubContacts.js.map +1 -0
- package/getMscSubSubscriptions.d.ts +37 -0
- package/getMscSubSubscriptions.js +37 -0
- package/getMscSubSubscriptions.js.map +1 -0
- package/getZones.d.ts +0 -1
- package/gpdb/instance.d.ts +2 -2
- package/gpdb/instance.js +2 -2
- package/graphdatabase/dbInstance.d.ts +192 -0
- package/graphdatabase/dbInstance.js +128 -0
- package/graphdatabase/dbInstance.js.map +1 -0
- package/graphdatabase/getDbInstances.d.ts +69 -0
- package/graphdatabase/getDbInstances.js +53 -0
- package/graphdatabase/getDbInstances.js.map +1 -0
- package/graphdatabase/index.d.ts +2 -0
- package/graphdatabase/index.js +27 -0
- package/graphdatabase/index.js.map +1 -0
- package/hbr/ecsBackupClient.d.ts +218 -0
- package/hbr/ecsBackupClient.js +123 -0
- package/hbr/ecsBackupClient.js.map +1 -0
- package/hbr/ecsBackupPlan.d.ts +245 -0
- package/hbr/ecsBackupPlan.js +153 -0
- package/hbr/ecsBackupPlan.js.map +1 -0
- package/hbr/getBackupJobs.d.ts +47 -0
- package/hbr/getBackupJobs.js +29 -0
- package/hbr/getBackupJobs.js.map +1 -0
- package/hbr/getEcsBackupClients.d.ts +59 -0
- package/hbr/getEcsBackupClients.js +47 -0
- package/hbr/getEcsBackupClients.js.map +1 -0
- package/hbr/getEcsBackupPlans.d.ts +60 -0
- package/hbr/getEcsBackupPlans.js +43 -0
- package/hbr/getEcsBackupPlans.js.map +1 -0
- package/hbr/getNasBackupPlans.d.ts +60 -0
- package/hbr/getNasBackupPlans.js +43 -0
- package/hbr/getNasBackupPlans.js.map +1 -0
- package/hbr/getOssBackupPlans.d.ts +2 -2
- package/hbr/getRestoreJobs.d.ts +84 -0
- package/hbr/getRestoreJobs.js +50 -0
- package/hbr/getRestoreJobs.js.map +1 -0
- package/hbr/getSnapshots.d.ts +84 -0
- package/hbr/getSnapshots.js +37 -0
- package/hbr/getSnapshots.js.map +1 -0
- package/hbr/index.d.ts +10 -0
- package/hbr/index.js +26 -0
- package/hbr/index.js.map +1 -1
- package/hbr/nasBackupPlan.d.ts +232 -0
- package/hbr/nasBackupPlan.js +142 -0
- package/hbr/nasBackupPlan.js.map +1 -0
- package/hbr/ossBackupPlan.d.ts +32 -31
- package/hbr/ossBackupPlan.js +15 -5
- package/hbr/ossBackupPlan.js.map +1 -1
- package/hbr/restoreJob.d.ts +284 -0
- package/hbr/restoreJob.js +154 -0
- package/hbr/restoreJob.js.map +1 -0
- package/hbr/vault.d.ts +2 -2
- package/hbr/vault.js +2 -2
- package/imm/getProjects.d.ts +44 -0
- package/imm/getProjects.js +40 -0
- package/imm/getProjects.js.map +1 -0
- package/imm/index.d.ts +2 -0
- package/imm/index.js +27 -0
- package/imm/index.js.map +1 -0
- package/imm/project.d.ts +108 -0
- package/imm/project.js +103 -0
- package/imm/project.js.map +1 -0
- package/imp/appTemplate.d.ts +145 -0
- package/imp/appTemplate.js +100 -0
- package/imp/appTemplate.js.map +1 -0
- package/imp/getAppTemplates.d.ts +57 -0
- package/imp/getAppTemplates.js +44 -0
- package/imp/getAppTemplates.js.map +1 -0
- package/imp/index.d.ts +2 -0
- package/imp/index.js +27 -0
- package/imp/index.js.map +1 -0
- package/index.d.ts +31 -1
- package/index.js +74 -0
- package/index.js.map +1 -1
- package/iot/deviceGroup.d.ts +112 -0
- package/iot/deviceGroup.js +87 -0
- package/iot/deviceGroup.js.map +1 -0
- package/iot/getDeviceGroups.d.ts +67 -0
- package/iot/getDeviceGroups.js +43 -0
- package/iot/getDeviceGroups.js.map +1 -0
- package/iot/index.d.ts +2 -0
- package/iot/index.js +18 -0
- package/iot/index.js.map +1 -1
- package/kvstore/instance.d.ts +3 -3
- package/lindorm/getInstances.d.ts +72 -0
- package/lindorm/getInstances.js +47 -0
- package/lindorm/getInstances.js.map +1 -0
- package/lindorm/index.d.ts +2 -0
- package/lindorm/index.js +27 -0
- package/lindorm/index.js.map +1 -0
- package/lindorm/instance.d.ts +383 -0
- package/lindorm/instance.js +128 -0
- package/lindorm/instance.js.map +1 -0
- package/log/audit.d.ts +50 -0
- package/log/audit.js +40 -0
- package/log/audit.js.map +1 -1
- package/mhub/app.d.ts +153 -0
- package/mhub/app.js +104 -0
- package/mhub/app.js.map +1 -0
- package/mhub/getApps.d.ts +51 -0
- package/mhub/getApps.js +29 -0
- package/mhub/getApps.js.map +1 -0
- package/mhub/getProducts.d.ts +55 -0
- package/mhub/getProducts.js +46 -0
- package/mhub/getProducts.js.map +1 -0
- package/mhub/index.d.ts +4 -0
- package/mhub/index.js +33 -0
- package/mhub/index.js.map +1 -0
- package/mhub/product.d.ts +76 -0
- package/mhub/product.js +81 -0
- package/mhub/product.js.map +1 -0
- package/mongodb/instance.d.ts +21 -0
- package/mongodb/instance.js +2 -0
- package/mongodb/instance.js.map +1 -1
- package/mongodb/shardingInstance.d.ts +21 -0
- package/mongodb/shardingInstance.js +2 -0
- package/mongodb/shardingInstance.js.map +1 -1
- package/mscSubContract.d.ts +113 -0
- package/mscSubContract.js +97 -0
- package/mscSubContract.js.map +1 -0
- package/mscSubSubscription.d.ts +179 -0
- package/mscSubSubscription.js +102 -0
- package/mscSubSubscription.js.map +1 -0
- package/opensearch/appGroup.d.ts +190 -0
- package/opensearch/appGroup.js +117 -0
- package/opensearch/appGroup.js.map +1 -0
- package/opensearch/getAppGroups.d.ts +84 -0
- package/opensearch/getAppGroups.js +58 -0
- package/opensearch/getAppGroups.js.map +1 -0
- package/opensearch/index.d.ts +2 -0
- package/opensearch/index.js +27 -0
- package/opensearch/index.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/polardb/endpoint.d.ts +8 -1
- package/polardb/endpoint.js +7 -1
- package/polardb/endpoint.js.map +1 -1
- package/provider.d.ts +6 -2
- package/provider.js +2 -0
- package/provider.js.map +1 -1
- package/pvtz/index.d.ts +1 -0
- package/pvtz/index.js +5 -0
- package/pvtz/index.js.map +1 -1
- package/pvtz/userVpcAuthorization.d.ts +100 -0
- package/pvtz/userVpcAuthorization.js +85 -0
- package/pvtz/userVpcAuthorization.js.map +1 -0
- package/quickbi/getUsers.d.ts +54 -0
- package/quickbi/getUsers.js +42 -0
- package/quickbi/getUsers.js.map +1 -0
- package/quickbi/index.d.ts +2 -0
- package/quickbi/index.js +27 -0
- package/quickbi/index.js.map +1 -0
- package/quickbi/user.d.ts +140 -0
- package/quickbi/user.js +107 -0
- package/quickbi/user.js.map +1 -0
- package/rdc/getOrganizations.d.ts +65 -0
- package/rdc/getOrganizations.js +52 -0
- package/rdc/getOrganizations.js.map +1 -0
- package/rdc/index.d.ts +2 -0
- package/rdc/index.js +27 -0
- package/rdc/index.js.map +1 -0
- package/rdc/organization.d.ts +113 -0
- package/rdc/organization.js +91 -0
- package/rdc/organization.js.map +1 -0
- package/rds/getInstanceClasses.d.ts +8 -3
- package/rds/getInstanceClasses.js +1 -0
- package/rds/getInstanceClasses.js.map +1 -1
- package/rds/getInstanceEngines.d.ts +18 -1
- package/rds/getInstanceEngines.js +2 -0
- package/rds/getInstanceEngines.js.map +1 -1
- package/rds/getInstances.d.ts +5 -0
- package/rds/getInstances.js +1 -0
- package/rds/getInstances.js.map +1 -1
- package/rds/getZones.d.ts +28 -1
- package/rds/getZones.js +6 -0
- package/rds/getZones.js.map +1 -1
- package/rds/instance.d.ts +52 -1
- package/rds/instance.js +4 -0
- package/rds/instance.js.map +1 -1
- package/sae/application.d.ts +705 -0
- package/sae/application.js +216 -0
- package/sae/application.js.map +1 -0
- package/sae/getApplications.d.ts +116 -0
- package/sae/getApplications.js +80 -0
- package/sae/getApplications.js.map +1 -0
- package/sae/getIngresses.d.ts +40 -0
- package/sae/getIngresses.js +27 -0
- package/sae/getIngresses.js.map +1 -0
- package/sae/index.d.ts +4 -0
- package/sae/index.js +12 -0
- package/sae/index.js.map +1 -1
- package/sae/ingress.d.ts +192 -0
- package/sae/ingress.js +145 -0
- package/sae/ingress.js.map +1 -0
- package/sddp/config.d.ts +113 -0
- package/sddp/config.js +85 -0
- package/sddp/config.js.map +1 -0
- package/sddp/getConfigs.d.ts +51 -0
- package/sddp/getConfigs.js +46 -0
- package/sddp/getConfigs.js.map +1 -0
- package/sddp/getInstances.d.ts +37 -0
- package/sddp/getInstances.js +37 -0
- package/sddp/getInstances.js.map +1 -0
- package/sddp/getRules.d.ts +104 -0
- package/sddp/getRules.js +58 -0
- package/sddp/getRules.js.map +1 -0
- package/sddp/index.d.ts +6 -0
- package/sddp/index.js +39 -0
- package/sddp/index.js.map +1 -0
- package/sddp/instance.d.ts +279 -0
- package/sddp/instance.js +146 -0
- package/sddp/instance.js.map +1 -0
- package/sddp/rule.d.ts +296 -0
- package/sddp/rule.js +119 -0
- package/sddp/rule.js.map +1 -0
- package/securitycenter/getGroups.d.ts +50 -0
- package/securitycenter/getGroups.js +41 -0
- package/securitycenter/getGroups.js.map +1 -0
- package/securitycenter/group.d.ts +88 -0
- package/securitycenter/group.js +80 -0
- package/securitycenter/group.js.map +1 -0
- package/securitycenter/index.d.ts +2 -0
- package/securitycenter/index.js +27 -0
- package/securitycenter/index.js.map +1 -0
- package/servicemesh/getServiceMeshes.d.ts +66 -0
- package/servicemesh/getServiceMeshes.js +52 -0
- package/servicemesh/getServiceMeshes.js.map +1 -0
- package/servicemesh/index.d.ts +2 -0
- package/servicemesh/index.js +27 -0
- package/servicemesh/index.js.map +1 -0
- package/servicemesh/serviceMesh.d.ts +144 -0
- package/servicemesh/serviceMesh.js +82 -0
- package/servicemesh/serviceMesh.js.map +1 -0
- package/simpleapplicationserver/getImages.d.ts +33 -0
- package/simpleapplicationserver/getImages.js +23 -0
- package/simpleapplicationserver/getImages.js.map +1 -0
- package/simpleapplicationserver/getInstances.d.ts +64 -0
- package/simpleapplicationserver/getInstances.js +47 -0
- package/simpleapplicationserver/getInstances.js.map +1 -0
- package/simpleapplicationserver/getServerPlans.d.ts +73 -0
- package/simpleapplicationserver/getServerPlans.js +49 -0
- package/simpleapplicationserver/getServerPlans.js.map +1 -0
- package/simpleapplicationserver/index.d.ts +4 -0
- package/simpleapplicationserver/index.js +29 -0
- package/simpleapplicationserver/index.js.map +1 -0
- package/simpleapplicationserver/instance.d.ts +171 -0
- package/simpleapplicationserver/instance.js +92 -0
- package/simpleapplicationserver/instance.js.map +1 -0
- package/slb/getTlsCipherPolicies.d.ts +72 -0
- package/slb/getTlsCipherPolicies.js +51 -0
- package/slb/getTlsCipherPolicies.js.map +1 -0
- package/slb/index.d.ts +2 -0
- package/slb/index.js +6 -0
- package/slb/index.js.map +1 -1
- package/slb/listener.d.ts +8 -5
- package/slb/listener.js +2 -2
- package/slb/listener.js.map +1 -1
- package/slb/tlsCipherPolicy.d.ts +113 -0
- package/slb/tlsCipherPolicy.js +98 -0
- package/slb/tlsCipherPolicy.js.map +1 -0
- package/types/input.d.ts +1040 -27
- package/types/output.d.ts +15106 -8672
- package/videosurveillance/getSystemGroups.d.ts +72 -0
- package/videosurveillance/getSystemGroups.js +51 -0
- package/videosurveillance/getSystemGroups.js.map +1 -0
- package/videosurveillance/index.d.ts +2 -0
- package/videosurveillance/index.js +18 -0
- package/videosurveillance/index.js.map +1 -1
- package/videosurveillance/systemGroup.d.ts +220 -0
- package/videosurveillance/systemGroup.js +125 -0
- package/videosurveillance/systemGroup.js.map +1 -0
- package/vod/domain.d.ts +231 -0
- package/vod/domain.js +122 -0
- package/vod/domain.js.map +1 -0
- package/vod/getDomains.d.ts +92 -0
- package/vod/getDomains.js +61 -0
- package/vod/getDomains.js.map +1 -0
- package/vod/index.d.ts +2 -0
- package/vod/index.js +27 -0
- package/vod/index.js.map +1 -0
- package/vpc/dhcpOptionsSet.d.ts +156 -0
- package/vpc/dhcpOptionsSet.js +95 -0
- package/vpc/dhcpOptionsSet.js.map +1 -0
- package/vpc/getDhcpOptionsSets.d.ts +87 -0
- package/vpc/getDhcpOptionsSets.js +62 -0
- package/vpc/getDhcpOptionsSets.js.map +1 -0
- package/vpc/getNatIpCidrs.d.ts +56 -0
- package/vpc/getNatIpCidrs.js +30 -0
- package/vpc/getNatIpCidrs.js.map +1 -0
- package/vpc/getNatIps.d.ts +105 -0
- package/vpc/getNatIps.js +78 -0
- package/vpc/getNatIps.js.map +1 -0
- package/vpc/index.d.ts +6 -0
- package/vpc/index.js +18 -0
- package/vpc/index.js.map +1 -1
- package/vpc/natGateway.d.ts +23 -11
- package/vpc/natGateway.js +2 -0
- package/vpc/natGateway.js.map +1 -1
- package/vpc/natIp.d.ts +190 -0
- package/vpc/natIp.js +129 -0
- package/vpc/natIp.js.map +1 -0
- package/vpc/natIpCidr.d.ts +156 -0
- package/vpc/natIpCidr.js +115 -0
- package/vpc/natIpCidr.js.map +1 -0
- package/waf/certificate.d.ts +145 -0
- package/waf/certificate.js +103 -0
- package/waf/certificate.js.map +1 -0
- package/waf/getCertificates.d.ts +62 -0
- package/waf/getCertificates.js +44 -0
- package/waf/getCertificates.js.map +1 -0
- package/waf/index.d.ts +2 -0
- package/waf/index.js +6 -0
- package/waf/index.js.map +1 -1
- package/yundun/bastionHostInstance.d.ts +0 -89
- package/yundun/bastionHostInstance.js +0 -35
- package/yundun/bastionHostInstance.js.map +1 -1
- package/yundun/getBastionHostInstances.d.ts +0 -46
- package/yundun/getBastionHostInstances.js +0 -18
- package/yundun/getBastionHostInstances.js.map +1 -1
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a Hybrid Backup Recovery (HBR) Ecs Backup Client resource.
|
|
4
|
+
*
|
|
5
|
+
* For information about Hybrid Backup Recovery (HBR) Ecs Backup Client and how to use it, see [What is Ecs Backup Client](https://www.alibabacloud.com/help/doc-detail/186570.htm).
|
|
6
|
+
*
|
|
7
|
+
* > **NOTE:** Available in v1.132.0+.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* Basic Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
16
|
+
*
|
|
17
|
+
* const default = alicloud.ecs.getInstances({
|
|
18
|
+
* nameRegex: "ecs_instance_name",
|
|
19
|
+
* status: "Running",
|
|
20
|
+
* });
|
|
21
|
+
* const example = new alicloud.hbr.EcsBackupClient("example", {
|
|
22
|
+
* instanceId: _default.then(_default => _default.instances[0].id),
|
|
23
|
+
* useHttps: false,
|
|
24
|
+
* dataNetworkType: "PUBLIC",
|
|
25
|
+
* maxCpuCore: 2,
|
|
26
|
+
* maxWorker: 4,
|
|
27
|
+
* dataProxySetting: "USE_CONTROL_PROXY",
|
|
28
|
+
* proxyHost: "192.168.11.101",
|
|
29
|
+
* proxyPort: 80,
|
|
30
|
+
* proxyUser: "user",
|
|
31
|
+
* proxyPassword: "password",
|
|
32
|
+
* });
|
|
33
|
+
* ```
|
|
34
|
+
* ## Notice
|
|
35
|
+
*
|
|
36
|
+
* > **Note:** Please read the following precautions carefully before deleting a client:
|
|
37
|
+
* 1. You cannot delete active clients that have received heartbeat packets within one hour.
|
|
38
|
+
* 2. You can make the client inactive by change the status of client to `STOPPED`.
|
|
39
|
+
* 3. The resources bound to the client will be deleted in cascade, including:
|
|
40
|
+
* - Backup plan
|
|
41
|
+
* - Backup task (Running in the background)
|
|
42
|
+
* - Snapshot
|
|
43
|
+
*
|
|
44
|
+
* ## Import
|
|
45
|
+
*
|
|
46
|
+
* Hybrid Backup Recovery (HBR) Ecs Backup Client can be imported using the id, e.g.
|
|
47
|
+
*
|
|
48
|
+
* ```sh
|
|
49
|
+
* $ pulumi import alicloud:hbr/ecsBackupClient:EcsBackupClient example <id>
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
export declare class EcsBackupClient extends pulumi.CustomResource {
|
|
53
|
+
/**
|
|
54
|
+
* Get an existing EcsBackupClient resource's state with the given name, ID, and optional extra
|
|
55
|
+
* properties used to qualify the lookup.
|
|
56
|
+
*
|
|
57
|
+
* @param name The _unique_ name of the resulting resource.
|
|
58
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
59
|
+
* @param state Any extra arguments used during the lookup.
|
|
60
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
61
|
+
*/
|
|
62
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EcsBackupClientState, opts?: pulumi.CustomResourceOptions): EcsBackupClient;
|
|
63
|
+
/**
|
|
64
|
+
* Returns true if the given object is an instance of EcsBackupClient. This is designed to work even
|
|
65
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
66
|
+
*/
|
|
67
|
+
static isInstance(obj: any): obj is EcsBackupClient;
|
|
68
|
+
/**
|
|
69
|
+
* The data plane access point type. Valid values: `CLASSIC`, `PUBLIC`, `VPC`.
|
|
70
|
+
*/
|
|
71
|
+
readonly dataNetworkType: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* The data plane proxy settings. Valid values: `CUSTOM`, `DISABLE`, `USE_CONTROL_PROXY`.
|
|
74
|
+
*/
|
|
75
|
+
readonly dataProxySetting: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* The ID of ECS instance.
|
|
78
|
+
*/
|
|
79
|
+
readonly instanceId: pulumi.Output<string>;
|
|
80
|
+
/**
|
|
81
|
+
* Number of CPU cores used by a single backup task, 0 means no restrictions.
|
|
82
|
+
*/
|
|
83
|
+
readonly maxCpuCore: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* Number of concurrent jobs for a single backup task, 0 means no restrictions.
|
|
86
|
+
*/
|
|
87
|
+
readonly maxWorker: pulumi.Output<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Custom data plane proxy server host address.
|
|
90
|
+
*/
|
|
91
|
+
readonly proxyHost: pulumi.Output<string>;
|
|
92
|
+
/**
|
|
93
|
+
* Custom data plane proxy server password.
|
|
94
|
+
*/
|
|
95
|
+
readonly proxyPassword: pulumi.Output<string>;
|
|
96
|
+
/**
|
|
97
|
+
* Custom data plane proxy server host port.
|
|
98
|
+
*/
|
|
99
|
+
readonly proxyPort: pulumi.Output<string>;
|
|
100
|
+
/**
|
|
101
|
+
* Username of custom data plane proxy server.
|
|
102
|
+
*/
|
|
103
|
+
readonly proxyUser: pulumi.Output<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Status of client. Valid values: `ACTIVATED`, `STOPPED`.
|
|
106
|
+
*/
|
|
107
|
+
readonly status: pulumi.Output<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Indicates whether to use the HTTPS protocol. Valid values: `true`, `false`.
|
|
110
|
+
*/
|
|
111
|
+
readonly useHttps: pulumi.Output<boolean>;
|
|
112
|
+
/**
|
|
113
|
+
* Create a EcsBackupClient resource with the given unique name, arguments, and options.
|
|
114
|
+
*
|
|
115
|
+
* @param name The _unique_ name of the resource.
|
|
116
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
117
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
118
|
+
*/
|
|
119
|
+
constructor(name: string, args: EcsBackupClientArgs, opts?: pulumi.CustomResourceOptions);
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Input properties used for looking up and filtering EcsBackupClient resources.
|
|
123
|
+
*/
|
|
124
|
+
export interface EcsBackupClientState {
|
|
125
|
+
/**
|
|
126
|
+
* The data plane access point type. Valid values: `CLASSIC`, `PUBLIC`, `VPC`.
|
|
127
|
+
*/
|
|
128
|
+
readonly dataNetworkType?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* The data plane proxy settings. Valid values: `CUSTOM`, `DISABLE`, `USE_CONTROL_PROXY`.
|
|
131
|
+
*/
|
|
132
|
+
readonly dataProxySetting?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* The ID of ECS instance.
|
|
135
|
+
*/
|
|
136
|
+
readonly instanceId?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* Number of CPU cores used by a single backup task, 0 means no restrictions.
|
|
139
|
+
*/
|
|
140
|
+
readonly maxCpuCore?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* Number of concurrent jobs for a single backup task, 0 means no restrictions.
|
|
143
|
+
*/
|
|
144
|
+
readonly maxWorker?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* Custom data plane proxy server host address.
|
|
147
|
+
*/
|
|
148
|
+
readonly proxyHost?: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* Custom data plane proxy server password.
|
|
151
|
+
*/
|
|
152
|
+
readonly proxyPassword?: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* Custom data plane proxy server host port.
|
|
155
|
+
*/
|
|
156
|
+
readonly proxyPort?: pulumi.Input<string>;
|
|
157
|
+
/**
|
|
158
|
+
* Username of custom data plane proxy server.
|
|
159
|
+
*/
|
|
160
|
+
readonly proxyUser?: pulumi.Input<string>;
|
|
161
|
+
/**
|
|
162
|
+
* Status of client. Valid values: `ACTIVATED`, `STOPPED`.
|
|
163
|
+
*/
|
|
164
|
+
readonly status?: pulumi.Input<string>;
|
|
165
|
+
/**
|
|
166
|
+
* Indicates whether to use the HTTPS protocol. Valid values: `true`, `false`.
|
|
167
|
+
*/
|
|
168
|
+
readonly useHttps?: pulumi.Input<boolean>;
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* The set of arguments for constructing a EcsBackupClient resource.
|
|
172
|
+
*/
|
|
173
|
+
export interface EcsBackupClientArgs {
|
|
174
|
+
/**
|
|
175
|
+
* The data plane access point type. Valid values: `CLASSIC`, `PUBLIC`, `VPC`.
|
|
176
|
+
*/
|
|
177
|
+
readonly dataNetworkType?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* The data plane proxy settings. Valid values: `CUSTOM`, `DISABLE`, `USE_CONTROL_PROXY`.
|
|
180
|
+
*/
|
|
181
|
+
readonly dataProxySetting?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* The ID of ECS instance.
|
|
184
|
+
*/
|
|
185
|
+
readonly instanceId: pulumi.Input<string>;
|
|
186
|
+
/**
|
|
187
|
+
* Number of CPU cores used by a single backup task, 0 means no restrictions.
|
|
188
|
+
*/
|
|
189
|
+
readonly maxCpuCore?: pulumi.Input<string>;
|
|
190
|
+
/**
|
|
191
|
+
* Number of concurrent jobs for a single backup task, 0 means no restrictions.
|
|
192
|
+
*/
|
|
193
|
+
readonly maxWorker?: pulumi.Input<string>;
|
|
194
|
+
/**
|
|
195
|
+
* Custom data plane proxy server host address.
|
|
196
|
+
*/
|
|
197
|
+
readonly proxyHost?: pulumi.Input<string>;
|
|
198
|
+
/**
|
|
199
|
+
* Custom data plane proxy server password.
|
|
200
|
+
*/
|
|
201
|
+
readonly proxyPassword?: pulumi.Input<string>;
|
|
202
|
+
/**
|
|
203
|
+
* Custom data plane proxy server host port.
|
|
204
|
+
*/
|
|
205
|
+
readonly proxyPort?: pulumi.Input<string>;
|
|
206
|
+
/**
|
|
207
|
+
* Username of custom data plane proxy server.
|
|
208
|
+
*/
|
|
209
|
+
readonly proxyUser?: pulumi.Input<string>;
|
|
210
|
+
/**
|
|
211
|
+
* Status of client. Valid values: `ACTIVATED`, `STOPPED`.
|
|
212
|
+
*/
|
|
213
|
+
readonly status?: pulumi.Input<string>;
|
|
214
|
+
/**
|
|
215
|
+
* Indicates whether to use the HTTPS protocol. Valid values: `true`, `false`.
|
|
216
|
+
*/
|
|
217
|
+
readonly useHttps?: pulumi.Input<boolean>;
|
|
218
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
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
|
+
const pulumi = require("@pulumi/pulumi");
|
|
6
|
+
const utilities = require("../utilities");
|
|
7
|
+
/**
|
|
8
|
+
* Provides a Hybrid Backup Recovery (HBR) Ecs Backup Client resource.
|
|
9
|
+
*
|
|
10
|
+
* For information about Hybrid Backup Recovery (HBR) Ecs Backup Client and how to use it, see [What is Ecs Backup Client](https://www.alibabacloud.com/help/doc-detail/186570.htm).
|
|
11
|
+
*
|
|
12
|
+
* > **NOTE:** Available in v1.132.0+.
|
|
13
|
+
*
|
|
14
|
+
* ## Example Usage
|
|
15
|
+
*
|
|
16
|
+
* Basic Usage
|
|
17
|
+
*
|
|
18
|
+
* ```typescript
|
|
19
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
20
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
21
|
+
*
|
|
22
|
+
* const default = alicloud.ecs.getInstances({
|
|
23
|
+
* nameRegex: "ecs_instance_name",
|
|
24
|
+
* status: "Running",
|
|
25
|
+
* });
|
|
26
|
+
* const example = new alicloud.hbr.EcsBackupClient("example", {
|
|
27
|
+
* instanceId: _default.then(_default => _default.instances[0].id),
|
|
28
|
+
* useHttps: false,
|
|
29
|
+
* dataNetworkType: "PUBLIC",
|
|
30
|
+
* maxCpuCore: 2,
|
|
31
|
+
* maxWorker: 4,
|
|
32
|
+
* dataProxySetting: "USE_CONTROL_PROXY",
|
|
33
|
+
* proxyHost: "192.168.11.101",
|
|
34
|
+
* proxyPort: 80,
|
|
35
|
+
* proxyUser: "user",
|
|
36
|
+
* proxyPassword: "password",
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
* ## Notice
|
|
40
|
+
*
|
|
41
|
+
* > **Note:** Please read the following precautions carefully before deleting a client:
|
|
42
|
+
* 1. You cannot delete active clients that have received heartbeat packets within one hour.
|
|
43
|
+
* 2. You can make the client inactive by change the status of client to `STOPPED`.
|
|
44
|
+
* 3. The resources bound to the client will be deleted in cascade, including:
|
|
45
|
+
* - Backup plan
|
|
46
|
+
* - Backup task (Running in the background)
|
|
47
|
+
* - Snapshot
|
|
48
|
+
*
|
|
49
|
+
* ## Import
|
|
50
|
+
*
|
|
51
|
+
* Hybrid Backup Recovery (HBR) Ecs Backup Client can be imported using the id, e.g.
|
|
52
|
+
*
|
|
53
|
+
* ```sh
|
|
54
|
+
* $ pulumi import alicloud:hbr/ecsBackupClient:EcsBackupClient example <id>
|
|
55
|
+
* ```
|
|
56
|
+
*/
|
|
57
|
+
class EcsBackupClient extends pulumi.CustomResource {
|
|
58
|
+
constructor(name, argsOrState, opts) {
|
|
59
|
+
let inputs = {};
|
|
60
|
+
opts = opts || {};
|
|
61
|
+
if (opts.id) {
|
|
62
|
+
const state = argsOrState;
|
|
63
|
+
inputs["dataNetworkType"] = state ? state.dataNetworkType : undefined;
|
|
64
|
+
inputs["dataProxySetting"] = state ? state.dataProxySetting : undefined;
|
|
65
|
+
inputs["instanceId"] = state ? state.instanceId : undefined;
|
|
66
|
+
inputs["maxCpuCore"] = state ? state.maxCpuCore : undefined;
|
|
67
|
+
inputs["maxWorker"] = state ? state.maxWorker : undefined;
|
|
68
|
+
inputs["proxyHost"] = state ? state.proxyHost : undefined;
|
|
69
|
+
inputs["proxyPassword"] = state ? state.proxyPassword : undefined;
|
|
70
|
+
inputs["proxyPort"] = state ? state.proxyPort : undefined;
|
|
71
|
+
inputs["proxyUser"] = state ? state.proxyUser : undefined;
|
|
72
|
+
inputs["status"] = state ? state.status : undefined;
|
|
73
|
+
inputs["useHttps"] = state ? state.useHttps : undefined;
|
|
74
|
+
}
|
|
75
|
+
else {
|
|
76
|
+
const args = argsOrState;
|
|
77
|
+
if ((!args || args.instanceId === undefined) && !opts.urn) {
|
|
78
|
+
throw new Error("Missing required property 'instanceId'");
|
|
79
|
+
}
|
|
80
|
+
inputs["dataNetworkType"] = args ? args.dataNetworkType : undefined;
|
|
81
|
+
inputs["dataProxySetting"] = args ? args.dataProxySetting : undefined;
|
|
82
|
+
inputs["instanceId"] = args ? args.instanceId : undefined;
|
|
83
|
+
inputs["maxCpuCore"] = args ? args.maxCpuCore : undefined;
|
|
84
|
+
inputs["maxWorker"] = args ? args.maxWorker : undefined;
|
|
85
|
+
inputs["proxyHost"] = args ? args.proxyHost : undefined;
|
|
86
|
+
inputs["proxyPassword"] = args ? args.proxyPassword : undefined;
|
|
87
|
+
inputs["proxyPort"] = args ? args.proxyPort : undefined;
|
|
88
|
+
inputs["proxyUser"] = args ? args.proxyUser : undefined;
|
|
89
|
+
inputs["status"] = args ? args.status : undefined;
|
|
90
|
+
inputs["useHttps"] = args ? args.useHttps : undefined;
|
|
91
|
+
}
|
|
92
|
+
if (!opts.version) {
|
|
93
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
94
|
+
}
|
|
95
|
+
super(EcsBackupClient.__pulumiType, name, inputs, opts);
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Get an existing EcsBackupClient resource's state with the given name, ID, and optional extra
|
|
99
|
+
* properties used to qualify the lookup.
|
|
100
|
+
*
|
|
101
|
+
* @param name The _unique_ name of the resulting resource.
|
|
102
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
103
|
+
* @param state Any extra arguments used during the lookup.
|
|
104
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
105
|
+
*/
|
|
106
|
+
static get(name, id, state, opts) {
|
|
107
|
+
return new EcsBackupClient(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Returns true if the given object is an instance of EcsBackupClient. This is designed to work even
|
|
111
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
112
|
+
*/
|
|
113
|
+
static isInstance(obj) {
|
|
114
|
+
if (obj === undefined || obj === null) {
|
|
115
|
+
return false;
|
|
116
|
+
}
|
|
117
|
+
return obj['__pulumiType'] === EcsBackupClient.__pulumiType;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
exports.EcsBackupClient = EcsBackupClient;
|
|
121
|
+
/** @internal */
|
|
122
|
+
EcsBackupClient.__pulumiType = 'alicloud:hbr/ecsBackupClient:EcsBackupClient';
|
|
123
|
+
//# sourceMappingURL=ecsBackupClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ecsBackupClient.js","sourceRoot":"","sources":["../../hbr/ecsBackupClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a HBR Ecs Backup Plan resource.
|
|
4
|
+
*
|
|
5
|
+
* For information about HBR Ecs Backup Plan and how to use it, see [What is Ecs Backup Plan](https://www.alibabacloud.com/help/doc-detail/186574.htm).
|
|
6
|
+
*
|
|
7
|
+
* > **NOTE:** Available in v1.132.0+.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* Basic Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
16
|
+
*
|
|
17
|
+
* const example = new alicloud.hbr.EcsBackupPlan("example", {
|
|
18
|
+
* backupType: "COMPLETE",
|
|
19
|
+
* ecsBackupPlanName: "example_value",
|
|
20
|
+
* exclude: ` ["/home/exclude"]
|
|
21
|
+
* `,
|
|
22
|
+
* include: ` ["/home/include"]
|
|
23
|
+
* `,
|
|
24
|
+
* instanceId: "i-bp1567rc0oxxxxxxxxxx",
|
|
25
|
+
* paths: [
|
|
26
|
+
* "/home",
|
|
27
|
+
* "/var",
|
|
28
|
+
* ],
|
|
29
|
+
* retention: "1",
|
|
30
|
+
* schedule: "I|1602673264|PT2H",
|
|
31
|
+
* speedLimit: "0:24:5120",
|
|
32
|
+
* vaultId: "v-0003gxoksflhxxxxxxxx",
|
|
33
|
+
* });
|
|
34
|
+
* ```
|
|
35
|
+
* ## Notice
|
|
36
|
+
*
|
|
37
|
+
* **About Backup path rules:**
|
|
38
|
+
* 1. If there is no wildcard `*`, you can enter 8 lines of path.
|
|
39
|
+
* 2. When using wildcard `*`, only one line of path can be input, and wildcards like `/*/*` are supported.
|
|
40
|
+
* 3. Each line only supports absolute paths, for example starting with `/`, `\`, `C:\`, `D:\`.
|
|
41
|
+
*
|
|
42
|
+
* **About Restrictions:**
|
|
43
|
+
* 1. When using VSS, multiple paths, UNC paths, wildcards, and excluded files are not supported.
|
|
44
|
+
* 2. When using UNC, VSS is not supported, wildcards are not supported, and files to be excluded are not supported.
|
|
45
|
+
*
|
|
46
|
+
* **About Include/exclude path rules:**
|
|
47
|
+
* 1. Supports up to 8 paths, including paths using wildcards `*`.
|
|
48
|
+
* 2. If the path does not contain `/`, then `*` matches multiple path names or file names, for example `*abc*` will match `/abc/`, `/d/eabcd/`, `/a/abc`; `*.txt` will match all files with an extension `.txt`.
|
|
49
|
+
* 3. If the path contains `/`, each `*` only matches a single-level path or file name. For example, `/a/*/*/` share will match `/a/b/c/share`, but not `/a/d/share`.
|
|
50
|
+
* 4. If the path ends with `/`, it means the folder matches. For example, `*tmp/` will match `/a/b/aaatmp/`, `/tmp/` and so on.
|
|
51
|
+
* 5. The path separator takes Linux system `/` as an example, if it is Windows system, please replace it with `\`.
|
|
52
|
+
*
|
|
53
|
+
* ## Import
|
|
54
|
+
*
|
|
55
|
+
* HBR Ecs Backup Plan can be imported using the id, e.g.
|
|
56
|
+
*
|
|
57
|
+
* ```sh
|
|
58
|
+
* $ pulumi import alicloud:hbr/ecsBackupPlan:EcsBackupPlan example <id>
|
|
59
|
+
* ```
|
|
60
|
+
*/
|
|
61
|
+
export declare class EcsBackupPlan extends pulumi.CustomResource {
|
|
62
|
+
/**
|
|
63
|
+
* Get an existing EcsBackupPlan resource's state with the given name, ID, and optional extra
|
|
64
|
+
* properties used to qualify the lookup.
|
|
65
|
+
*
|
|
66
|
+
* @param name The _unique_ name of the resulting resource.
|
|
67
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
68
|
+
* @param state Any extra arguments used during the lookup.
|
|
69
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
70
|
+
*/
|
|
71
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EcsBackupPlanState, opts?: pulumi.CustomResourceOptions): EcsBackupPlan;
|
|
72
|
+
/**
|
|
73
|
+
* Returns true if the given object is an instance of EcsBackupPlan. This is designed to work even
|
|
74
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
75
|
+
*/
|
|
76
|
+
static isInstance(obj: any): obj is EcsBackupPlan;
|
|
77
|
+
/**
|
|
78
|
+
* Backup type. Valid values: `COMPLETE`.
|
|
79
|
+
*/
|
|
80
|
+
readonly backupType: pulumi.Output<string>;
|
|
81
|
+
readonly detail: pulumi.Output<string | undefined>;
|
|
82
|
+
/**
|
|
83
|
+
* Whether to disable the backup task. Valid values: `true`, `false`.
|
|
84
|
+
*/
|
|
85
|
+
readonly disabled: pulumi.Output<boolean>;
|
|
86
|
+
/**
|
|
87
|
+
* The name of the backup plan. 1~64 characters, the backup plan name of each data source type in a single warehouse required to be unique.
|
|
88
|
+
*/
|
|
89
|
+
readonly ecsBackupPlanName: pulumi.Output<string>;
|
|
90
|
+
/**
|
|
91
|
+
* Exclude path. String of Json list, up to 255 characters. e.g. `"[\"/home/work\"]"`
|
|
92
|
+
*/
|
|
93
|
+
readonly exclude: pulumi.Output<string | undefined>;
|
|
94
|
+
/**
|
|
95
|
+
* Include path. String of Json list, up to 255 characters. e.g. `"[\"/var\"]"`
|
|
96
|
+
*/
|
|
97
|
+
readonly include: pulumi.Output<string | undefined>;
|
|
98
|
+
/**
|
|
99
|
+
* The ID of ECS instance. The ecs backup client must have been installed on the host.
|
|
100
|
+
*/
|
|
101
|
+
readonly instanceId: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Windows operating system with application consistency using VSS, e.g: `{"UseVSS":false}`.
|
|
104
|
+
*/
|
|
105
|
+
readonly options: pulumi.Output<string | undefined>;
|
|
106
|
+
/**
|
|
107
|
+
* Backup path. e.g. `["/home", "/var"]`
|
|
108
|
+
*/
|
|
109
|
+
readonly paths: pulumi.Output<string[] | undefined>;
|
|
110
|
+
/**
|
|
111
|
+
* Backup retention days, the minimum is 1.
|
|
112
|
+
*/
|
|
113
|
+
readonly retention: pulumi.Output<string>;
|
|
114
|
+
/**
|
|
115
|
+
* Backup strategy. Optional format: I|{startTime}|{interval}. It means to execute a backup task every {interval} starting from {startTime}. The backup task for the elapsed time will not be compensated. If the last backup task is not completed yet, the next backup task will not be triggered.
|
|
116
|
+
*/
|
|
117
|
+
readonly schedule: pulumi.Output<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Flow control. The format is: {start}|{end}|{bandwidth}. Use `|` to separate multiple flow control configurations, multiple flow control configurations not allowed to have overlapping times.
|
|
120
|
+
*/
|
|
121
|
+
readonly speedLimit: pulumi.Output<string | undefined>;
|
|
122
|
+
readonly updatePaths: pulumi.Output<boolean | undefined>;
|
|
123
|
+
/**
|
|
124
|
+
* The ID of Backup vault.
|
|
125
|
+
*/
|
|
126
|
+
readonly vaultId: pulumi.Output<string>;
|
|
127
|
+
/**
|
|
128
|
+
* Create a EcsBackupPlan resource with the given unique name, arguments, and options.
|
|
129
|
+
*
|
|
130
|
+
* @param name The _unique_ name of the resource.
|
|
131
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
132
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
133
|
+
*/
|
|
134
|
+
constructor(name: string, args: EcsBackupPlanArgs, opts?: pulumi.CustomResourceOptions);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Input properties used for looking up and filtering EcsBackupPlan resources.
|
|
138
|
+
*/
|
|
139
|
+
export interface EcsBackupPlanState {
|
|
140
|
+
/**
|
|
141
|
+
* Backup type. Valid values: `COMPLETE`.
|
|
142
|
+
*/
|
|
143
|
+
readonly backupType?: pulumi.Input<string>;
|
|
144
|
+
readonly detail?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* Whether to disable the backup task. Valid values: `true`, `false`.
|
|
147
|
+
*/
|
|
148
|
+
readonly disabled?: pulumi.Input<boolean>;
|
|
149
|
+
/**
|
|
150
|
+
* The name of the backup plan. 1~64 characters, the backup plan name of each data source type in a single warehouse required to be unique.
|
|
151
|
+
*/
|
|
152
|
+
readonly ecsBackupPlanName?: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* Exclude path. String of Json list, up to 255 characters. e.g. `"[\"/home/work\"]"`
|
|
155
|
+
*/
|
|
156
|
+
readonly exclude?: pulumi.Input<string>;
|
|
157
|
+
/**
|
|
158
|
+
* Include path. String of Json list, up to 255 characters. e.g. `"[\"/var\"]"`
|
|
159
|
+
*/
|
|
160
|
+
readonly include?: pulumi.Input<string>;
|
|
161
|
+
/**
|
|
162
|
+
* The ID of ECS instance. The ecs backup client must have been installed on the host.
|
|
163
|
+
*/
|
|
164
|
+
readonly instanceId?: pulumi.Input<string>;
|
|
165
|
+
/**
|
|
166
|
+
* Windows operating system with application consistency using VSS, e.g: `{"UseVSS":false}`.
|
|
167
|
+
*/
|
|
168
|
+
readonly options?: pulumi.Input<string>;
|
|
169
|
+
/**
|
|
170
|
+
* Backup path. e.g. `["/home", "/var"]`
|
|
171
|
+
*/
|
|
172
|
+
readonly paths?: pulumi.Input<pulumi.Input<string>[]>;
|
|
173
|
+
/**
|
|
174
|
+
* Backup retention days, the minimum is 1.
|
|
175
|
+
*/
|
|
176
|
+
readonly retention?: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* Backup strategy. Optional format: I|{startTime}|{interval}. It means to execute a backup task every {interval} starting from {startTime}. The backup task for the elapsed time will not be compensated. If the last backup task is not completed yet, the next backup task will not be triggered.
|
|
179
|
+
*/
|
|
180
|
+
readonly schedule?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* Flow control. The format is: {start}|{end}|{bandwidth}. Use `|` to separate multiple flow control configurations, multiple flow control configurations not allowed to have overlapping times.
|
|
183
|
+
*/
|
|
184
|
+
readonly speedLimit?: pulumi.Input<string>;
|
|
185
|
+
readonly updatePaths?: pulumi.Input<boolean>;
|
|
186
|
+
/**
|
|
187
|
+
* The ID of Backup vault.
|
|
188
|
+
*/
|
|
189
|
+
readonly vaultId?: pulumi.Input<string>;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* The set of arguments for constructing a EcsBackupPlan resource.
|
|
193
|
+
*/
|
|
194
|
+
export interface EcsBackupPlanArgs {
|
|
195
|
+
/**
|
|
196
|
+
* Backup type. Valid values: `COMPLETE`.
|
|
197
|
+
*/
|
|
198
|
+
readonly backupType: pulumi.Input<string>;
|
|
199
|
+
readonly detail?: pulumi.Input<string>;
|
|
200
|
+
/**
|
|
201
|
+
* Whether to disable the backup task. Valid values: `true`, `false`.
|
|
202
|
+
*/
|
|
203
|
+
readonly disabled?: pulumi.Input<boolean>;
|
|
204
|
+
/**
|
|
205
|
+
* The name of the backup plan. 1~64 characters, the backup plan name of each data source type in a single warehouse required to be unique.
|
|
206
|
+
*/
|
|
207
|
+
readonly ecsBackupPlanName: pulumi.Input<string>;
|
|
208
|
+
/**
|
|
209
|
+
* Exclude path. String of Json list, up to 255 characters. e.g. `"[\"/home/work\"]"`
|
|
210
|
+
*/
|
|
211
|
+
readonly exclude?: pulumi.Input<string>;
|
|
212
|
+
/**
|
|
213
|
+
* Include path. String of Json list, up to 255 characters. e.g. `"[\"/var\"]"`
|
|
214
|
+
*/
|
|
215
|
+
readonly include?: pulumi.Input<string>;
|
|
216
|
+
/**
|
|
217
|
+
* The ID of ECS instance. The ecs backup client must have been installed on the host.
|
|
218
|
+
*/
|
|
219
|
+
readonly instanceId: pulumi.Input<string>;
|
|
220
|
+
/**
|
|
221
|
+
* Windows operating system with application consistency using VSS, e.g: `{"UseVSS":false}`.
|
|
222
|
+
*/
|
|
223
|
+
readonly options?: pulumi.Input<string>;
|
|
224
|
+
/**
|
|
225
|
+
* Backup path. e.g. `["/home", "/var"]`
|
|
226
|
+
*/
|
|
227
|
+
readonly paths?: pulumi.Input<pulumi.Input<string>[]>;
|
|
228
|
+
/**
|
|
229
|
+
* Backup retention days, the minimum is 1.
|
|
230
|
+
*/
|
|
231
|
+
readonly retention: pulumi.Input<string>;
|
|
232
|
+
/**
|
|
233
|
+
* Backup strategy. Optional format: I|{startTime}|{interval}. It means to execute a backup task every {interval} starting from {startTime}. The backup task for the elapsed time will not be compensated. If the last backup task is not completed yet, the next backup task will not be triggered.
|
|
234
|
+
*/
|
|
235
|
+
readonly schedule: pulumi.Input<string>;
|
|
236
|
+
/**
|
|
237
|
+
* Flow control. The format is: {start}|{end}|{bandwidth}. Use `|` to separate multiple flow control configurations, multiple flow control configurations not allowed to have overlapping times.
|
|
238
|
+
*/
|
|
239
|
+
readonly speedLimit?: pulumi.Input<string>;
|
|
240
|
+
readonly updatePaths?: pulumi.Input<boolean>;
|
|
241
|
+
/**
|
|
242
|
+
* The ID of Backup vault.
|
|
243
|
+
*/
|
|
244
|
+
readonly vaultId: pulumi.Input<string>;
|
|
245
|
+
}
|