@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,705 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a Serverless App Engine (SAE) Application resource.
|
|
4
|
+
*
|
|
5
|
+
* For information about Serverless App Engine (SAE) Application and how to use it, see [What is Application](https://help.aliyun.com/document_detail/97792.html).
|
|
6
|
+
*
|
|
7
|
+
* > **NOTE:** Available in v1.133.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 config = new pulumi.Config();
|
|
18
|
+
* const name = config.get("name") || "tf-testacc";
|
|
19
|
+
* const defaultZones = alicloud.getZones({
|
|
20
|
+
* availableResourceCreation: "VSwitch",
|
|
21
|
+
* });
|
|
22
|
+
* const vpc = new alicloud.vpc.Network("vpc", {
|
|
23
|
+
* vpcName: "tf_testacc",
|
|
24
|
+
* cidrBlock: "172.16.0.0/12",
|
|
25
|
+
* });
|
|
26
|
+
* const vsw = new alicloud.vpc.Switch("vsw", {
|
|
27
|
+
* vpcId: vpc.id,
|
|
28
|
+
* cidrBlock: "172.16.0.0/24",
|
|
29
|
+
* zoneId: defaultZones.then(defaultZones => defaultZones.zones[0].id),
|
|
30
|
+
* vswitchName: name,
|
|
31
|
+
* });
|
|
32
|
+
* const defaultNamespace = new alicloud.sae.Namespace("defaultNamespace", {
|
|
33
|
+
* namespaceDescription: name,
|
|
34
|
+
* namespaceId: "cn-hangzhou:tfacctest",
|
|
35
|
+
* namespaceName: name,
|
|
36
|
+
* });
|
|
37
|
+
* const defaultApplication = new alicloud.sae.Application("defaultApplication", {
|
|
38
|
+
* appDescription: "tf-testaccDescription",
|
|
39
|
+
* appName: "tf-testaccAppName",
|
|
40
|
+
* namespaceId: defaultNamespace.id,
|
|
41
|
+
* imageUrl: "registry-vpc.cn-hangzhou.aliyuncs.com/lxepoo/apache-php5",
|
|
42
|
+
* packageType: "Image",
|
|
43
|
+
* vswitchId: vsw.id,
|
|
44
|
+
* timezone: "Asia/Beijing",
|
|
45
|
+
* replicas: "5",
|
|
46
|
+
* cpu: "500",
|
|
47
|
+
* memory: "2048",
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* ## Import
|
|
52
|
+
*
|
|
53
|
+
* Serverless App Engine (SAE) Application can be imported using the id, e.g.
|
|
54
|
+
*
|
|
55
|
+
* ```sh
|
|
56
|
+
* $ pulumi import alicloud:sae/application:Application example <id>
|
|
57
|
+
* ```
|
|
58
|
+
*/
|
|
59
|
+
export declare class Application extends pulumi.CustomResource {
|
|
60
|
+
/**
|
|
61
|
+
* Get an existing Application resource's state with the given name, ID, and optional extra
|
|
62
|
+
* properties used to qualify the lookup.
|
|
63
|
+
*
|
|
64
|
+
* @param name The _unique_ name of the resulting resource.
|
|
65
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
66
|
+
* @param state Any extra arguments used during the lookup.
|
|
67
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
68
|
+
*/
|
|
69
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ApplicationState, opts?: pulumi.CustomResourceOptions): Application;
|
|
70
|
+
/**
|
|
71
|
+
* Returns true if the given object is an instance of Application. This is designed to work even
|
|
72
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
73
|
+
*/
|
|
74
|
+
static isInstance(obj: any): obj is Application;
|
|
75
|
+
/**
|
|
76
|
+
* Application description information. No more than 1024 characters.
|
|
77
|
+
*/
|
|
78
|
+
readonly appDescription: pulumi.Output<string | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Application Name. Combinations of numbers, letters, and dashes (-) are allowed. It must start with a letter and the maximum length is 36 characters.
|
|
81
|
+
*/
|
|
82
|
+
readonly appName: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* The auto config. Valid values: `false`, `true`.
|
|
85
|
+
*/
|
|
86
|
+
readonly autoConfig: pulumi.Output<boolean | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* The auto enable application scaling rule. Valid values: `false`, `true`.
|
|
89
|
+
*/
|
|
90
|
+
readonly autoEnableApplicationScalingRule: pulumi.Output<boolean>;
|
|
91
|
+
/**
|
|
92
|
+
* The batch wait time.
|
|
93
|
+
*/
|
|
94
|
+
readonly batchWaitTime: pulumi.Output<number>;
|
|
95
|
+
/**
|
|
96
|
+
* The change order desc.
|
|
97
|
+
*/
|
|
98
|
+
readonly changeOrderDesc: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Mirror start command. The command must be an executable object in the container. For example: sleep. Setting this command will cause the original startup command of the mirror to become invalid.
|
|
101
|
+
*/
|
|
102
|
+
readonly command: pulumi.Output<string | undefined>;
|
|
103
|
+
/**
|
|
104
|
+
* Mirror startup command parameters. The parameters required for the above start command. For example: 1d.
|
|
105
|
+
*/
|
|
106
|
+
readonly commandArgs: pulumi.Output<string | undefined>;
|
|
107
|
+
/**
|
|
108
|
+
* ConfigMap mount description.
|
|
109
|
+
*/
|
|
110
|
+
readonly configMapMountDesc: pulumi.Output<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The CPU required for each instance, in millicores, cannot be 0. Valid values: `1000`, `16000`, `2000`, `32000`, `4000`, `500`, `8000`.
|
|
113
|
+
*/
|
|
114
|
+
readonly cpu: pulumi.Output<number | undefined>;
|
|
115
|
+
/**
|
|
116
|
+
* Custom host mapping in the container. For example: [{`hostName`:`samplehost`,`ip`:`127.0.0.1`}].
|
|
117
|
+
*/
|
|
118
|
+
readonly customHostAlias: pulumi.Output<string>;
|
|
119
|
+
/**
|
|
120
|
+
* The deploy. Valid values: `false`, `true`.
|
|
121
|
+
*/
|
|
122
|
+
readonly deploy: pulumi.Output<boolean | undefined>;
|
|
123
|
+
/**
|
|
124
|
+
* The operating environment used by the Pandora application.
|
|
125
|
+
*/
|
|
126
|
+
readonly edasContainerVersion: pulumi.Output<string | undefined>;
|
|
127
|
+
/**
|
|
128
|
+
* The enable ahas.
|
|
129
|
+
*/
|
|
130
|
+
readonly enableAhas: pulumi.Output<string>;
|
|
131
|
+
/**
|
|
132
|
+
* The enable grey tag route.
|
|
133
|
+
*/
|
|
134
|
+
readonly enableGreyTagRoute: pulumi.Output<boolean>;
|
|
135
|
+
/**
|
|
136
|
+
* The virtual switch where the elastic network card of the application instance is located. The switch must be located in the aforementioned VPC. The switch also has a binding relationship with the SAE namespace. If it is left blank, the default is the vSwitch ID bound to the namespace.
|
|
137
|
+
*/
|
|
138
|
+
readonly envs: pulumi.Output<string>;
|
|
139
|
+
/**
|
|
140
|
+
* Mirror address. Only Image type applications can configure the mirror address.
|
|
141
|
+
*/
|
|
142
|
+
readonly imageUrl: pulumi.Output<string | undefined>;
|
|
143
|
+
/**
|
|
144
|
+
* The JAR package starts application parameters. Application default startup command: $JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs.
|
|
145
|
+
*/
|
|
146
|
+
readonly jarStartArgs: pulumi.Output<string | undefined>;
|
|
147
|
+
/**
|
|
148
|
+
* The JAR package starts the application option. Application default startup command: $JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs.
|
|
149
|
+
*/
|
|
150
|
+
readonly jarStartOptions: pulumi.Output<string | undefined>;
|
|
151
|
+
/**
|
|
152
|
+
* The JDK version that the deployment package depends on. Image type applications are not supported.
|
|
153
|
+
*/
|
|
154
|
+
readonly jdk: pulumi.Output<string | undefined>;
|
|
155
|
+
/**
|
|
156
|
+
* Container health check. Containers that fail the health check will be shut down and restored. Currently, only the method of issuing commands in the container is supported.
|
|
157
|
+
*/
|
|
158
|
+
readonly liveness: pulumi.Output<string | undefined>;
|
|
159
|
+
/**
|
|
160
|
+
* The memory required for each instance, in MB, cannot be 0. One-to-one correspondence with CPU. Valid values: `1024`, `131072`, `16384`, `2048`, `32768`, `4096`, `65536`, `8192`.
|
|
161
|
+
*/
|
|
162
|
+
readonly memory: pulumi.Output<number | undefined>;
|
|
163
|
+
/**
|
|
164
|
+
* The Minimum Available Instance. On the Change Had Promised during the Available Number of Instances to Be.
|
|
165
|
+
*/
|
|
166
|
+
readonly minReadyInstances: pulumi.Output<number>;
|
|
167
|
+
/**
|
|
168
|
+
* Mount description.
|
|
169
|
+
*/
|
|
170
|
+
readonly mountDesc: pulumi.Output<string | undefined>;
|
|
171
|
+
/**
|
|
172
|
+
* Mount point of NAS in application VPC.
|
|
173
|
+
*/
|
|
174
|
+
readonly mountHost: pulumi.Output<string | undefined>;
|
|
175
|
+
/**
|
|
176
|
+
* SAE namespace ID. Only namespaces whose names are lowercase letters and dashes (-) are supported, and must start with a letter. The namespace can be obtained by calling the DescribeNamespaceList interface.
|
|
177
|
+
*/
|
|
178
|
+
readonly namespaceId: pulumi.Output<string | undefined>;
|
|
179
|
+
/**
|
|
180
|
+
* ID of the mounted NAS, Must be in the same region as the cluster. It must have an available mount point creation quota, or its mount point must be on a switch in the VPC. If it is not filled in and the mountDescs field is present, a NAS will be automatically purchased and mounted on the switch in the VPC by default.
|
|
181
|
+
*/
|
|
182
|
+
readonly nasId: pulumi.Output<string | undefined>;
|
|
183
|
+
/**
|
|
184
|
+
* OSS AccessKey ID.
|
|
185
|
+
*/
|
|
186
|
+
readonly ossAkId: pulumi.Output<string | undefined>;
|
|
187
|
+
/**
|
|
188
|
+
* OSS AccessKey Secret.
|
|
189
|
+
*/
|
|
190
|
+
readonly ossAkSecret: pulumi.Output<string | undefined>;
|
|
191
|
+
/**
|
|
192
|
+
* OSS mount description information.
|
|
193
|
+
*/
|
|
194
|
+
readonly ossMountDescs: pulumi.Output<string | undefined>;
|
|
195
|
+
/**
|
|
196
|
+
* Application package type. Support FatJar, War and Image. Valid values: `FatJar`, `Image`, `War`.
|
|
197
|
+
*/
|
|
198
|
+
readonly packageType: pulumi.Output<string>;
|
|
199
|
+
/**
|
|
200
|
+
* Deployment package address. Only FatJar or War type applications can configure the deployment package address.
|
|
201
|
+
*/
|
|
202
|
+
readonly packageUrl: pulumi.Output<string | undefined>;
|
|
203
|
+
/**
|
|
204
|
+
* The version number of the deployment package. Required when the Package Type is War and FatJar.
|
|
205
|
+
*/
|
|
206
|
+
readonly packageVersion: pulumi.Output<string>;
|
|
207
|
+
/**
|
|
208
|
+
* The PHP application monitors the mount path, and you need to ensure that the PHP server will load the configuration file of this path. You don't need to pay attention to the configuration content, SAE will automatically render the correct configuration file.
|
|
209
|
+
*/
|
|
210
|
+
readonly phpArmsConfigLocation: pulumi.Output<string | undefined>;
|
|
211
|
+
/**
|
|
212
|
+
* PHP configuration file content.
|
|
213
|
+
*/
|
|
214
|
+
readonly phpConfig: pulumi.Output<string | undefined>;
|
|
215
|
+
/**
|
|
216
|
+
* PHP application startup configuration mount path, you need to ensure that the PHP server will start using this configuration file.
|
|
217
|
+
*/
|
|
218
|
+
readonly phpConfigLocation: pulumi.Output<string | undefined>;
|
|
219
|
+
/**
|
|
220
|
+
* Execute the script after startup, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}.
|
|
221
|
+
*/
|
|
222
|
+
readonly postStart: pulumi.Output<string | undefined>;
|
|
223
|
+
/**
|
|
224
|
+
* Execute the script before stopping, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}.
|
|
225
|
+
*/
|
|
226
|
+
readonly preStop: pulumi.Output<string | undefined>;
|
|
227
|
+
/**
|
|
228
|
+
* Application startup status checks, containers that fail multiple health checks will be shut down and restarted. Containers that do not pass the health check will not receive SLB traffic. For example: {`exec`:{`command`:[`sh`,"-c","cat /home/admin/start.sh"]},`initialDelaySeconds`:30,`periodSeconds`:30,"timeoutSeconds ":2}. Valid values: `command`, `initialDelaySeconds`, `periodSeconds`, `timeoutSeconds`.
|
|
229
|
+
*/
|
|
230
|
+
readonly readiness: pulumi.Output<string | undefined>;
|
|
231
|
+
/**
|
|
232
|
+
* Initial number of instances.
|
|
233
|
+
*/
|
|
234
|
+
readonly replicas: pulumi.Output<number>;
|
|
235
|
+
/**
|
|
236
|
+
* Security group ID.
|
|
237
|
+
*/
|
|
238
|
+
readonly securityGroupId: pulumi.Output<string | undefined>;
|
|
239
|
+
/**
|
|
240
|
+
* SLS configuration.
|
|
241
|
+
*/
|
|
242
|
+
readonly slsConfigs: pulumi.Output<string | undefined>;
|
|
243
|
+
/**
|
|
244
|
+
* The status of the resource. Valid values: `RUNNING`, `STOPPED`.
|
|
245
|
+
*/
|
|
246
|
+
readonly status: pulumi.Output<string>;
|
|
247
|
+
/**
|
|
248
|
+
* Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60. Valid values: [1,60].
|
|
249
|
+
*/
|
|
250
|
+
readonly terminationGracePeriodSeconds: pulumi.Output<number>;
|
|
251
|
+
/**
|
|
252
|
+
* Time zone, the default value is Asia/Shanghai.
|
|
253
|
+
*/
|
|
254
|
+
readonly timezone: pulumi.Output<string>;
|
|
255
|
+
/**
|
|
256
|
+
* Tomcat file configuration, set to "{}" means to delete the configuration: useDefaultConfig: Whether to use a custom configuration, if it is true, it means that the custom configuration is not used; if it is false, it means that the custom configuration is used. If you do not use custom configuration, the following parameter configuration will not take effect. contextInputType: Select the access path of the application. war: No need to fill in the custom path, the access path of the application is the WAR package name. root: No need to fill in the custom path, the access path of the application is /. custom: You need to fill in the custom path in the custom path below. contextPath: custom path, this parameter only needs to be configured when the contextInputType type is custom. httpPort: The port range is 1024~65535. Ports less than 1024 need Root permission to operate. Because the container is configured with Admin permissions, please fill in a port greater than 1024. If not configured, the default is 8080. maxThreads: Configure the number of connections in the connection pool, the default size is 400. uriEncoding: Tomcat encoding format, including UTF-8, ISO-8859-1, GBK and GB2312. If not set, the default is ISO-8859-1. useBodyEncoding: Whether to use BodyEncoding for URL. Valid values: `contextInputType`, `contextPath`, `httpPort`, `maxThreads`, `uriEncoding`, `useBodyEncoding`, `useDefaultConfig`.
|
|
257
|
+
*/
|
|
258
|
+
readonly tomcatConfig: pulumi.Output<string | undefined>;
|
|
259
|
+
/**
|
|
260
|
+
* The update strategy.
|
|
261
|
+
*/
|
|
262
|
+
readonly updateStrategy: pulumi.Output<string>;
|
|
263
|
+
/**
|
|
264
|
+
* Application version id.
|
|
265
|
+
*/
|
|
266
|
+
readonly versionId: pulumi.Output<string | undefined>;
|
|
267
|
+
/**
|
|
268
|
+
* The vswitch id.
|
|
269
|
+
*/
|
|
270
|
+
readonly vswitchId: pulumi.Output<string | undefined>;
|
|
271
|
+
/**
|
|
272
|
+
* WAR package launch application option. Application default startup command: java $JAVA_OPTS $CATALINA_OPTS [-Options] org.apache.catalina.startup.Bootstrap "$@" start.
|
|
273
|
+
*/
|
|
274
|
+
readonly warStartOptions: pulumi.Output<string | undefined>;
|
|
275
|
+
/**
|
|
276
|
+
* The version of tomcat that the deployment package depends on. Image type applications are not supported.
|
|
277
|
+
*/
|
|
278
|
+
readonly webContainer: pulumi.Output<string | undefined>;
|
|
279
|
+
/**
|
|
280
|
+
* Create a Application resource with the given unique name, arguments, and options.
|
|
281
|
+
*
|
|
282
|
+
* @param name The _unique_ name of the resource.
|
|
283
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
284
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
285
|
+
*/
|
|
286
|
+
constructor(name: string, args: ApplicationArgs, opts?: pulumi.CustomResourceOptions);
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* Input properties used for looking up and filtering Application resources.
|
|
290
|
+
*/
|
|
291
|
+
export interface ApplicationState {
|
|
292
|
+
/**
|
|
293
|
+
* Application description information. No more than 1024 characters.
|
|
294
|
+
*/
|
|
295
|
+
readonly appDescription?: pulumi.Input<string>;
|
|
296
|
+
/**
|
|
297
|
+
* Application Name. Combinations of numbers, letters, and dashes (-) are allowed. It must start with a letter and the maximum length is 36 characters.
|
|
298
|
+
*/
|
|
299
|
+
readonly appName?: pulumi.Input<string>;
|
|
300
|
+
/**
|
|
301
|
+
* The auto config. Valid values: `false`, `true`.
|
|
302
|
+
*/
|
|
303
|
+
readonly autoConfig?: pulumi.Input<boolean>;
|
|
304
|
+
/**
|
|
305
|
+
* The auto enable application scaling rule. Valid values: `false`, `true`.
|
|
306
|
+
*/
|
|
307
|
+
readonly autoEnableApplicationScalingRule?: pulumi.Input<boolean>;
|
|
308
|
+
/**
|
|
309
|
+
* The batch wait time.
|
|
310
|
+
*/
|
|
311
|
+
readonly batchWaitTime?: pulumi.Input<number>;
|
|
312
|
+
/**
|
|
313
|
+
* The change order desc.
|
|
314
|
+
*/
|
|
315
|
+
readonly changeOrderDesc?: pulumi.Input<string>;
|
|
316
|
+
/**
|
|
317
|
+
* Mirror start command. The command must be an executable object in the container. For example: sleep. Setting this command will cause the original startup command of the mirror to become invalid.
|
|
318
|
+
*/
|
|
319
|
+
readonly command?: pulumi.Input<string>;
|
|
320
|
+
/**
|
|
321
|
+
* Mirror startup command parameters. The parameters required for the above start command. For example: 1d.
|
|
322
|
+
*/
|
|
323
|
+
readonly commandArgs?: pulumi.Input<string>;
|
|
324
|
+
/**
|
|
325
|
+
* ConfigMap mount description.
|
|
326
|
+
*/
|
|
327
|
+
readonly configMapMountDesc?: pulumi.Input<string>;
|
|
328
|
+
/**
|
|
329
|
+
* The CPU required for each instance, in millicores, cannot be 0. Valid values: `1000`, `16000`, `2000`, `32000`, `4000`, `500`, `8000`.
|
|
330
|
+
*/
|
|
331
|
+
readonly cpu?: pulumi.Input<number>;
|
|
332
|
+
/**
|
|
333
|
+
* Custom host mapping in the container. For example: [{`hostName`:`samplehost`,`ip`:`127.0.0.1`}].
|
|
334
|
+
*/
|
|
335
|
+
readonly customHostAlias?: pulumi.Input<string>;
|
|
336
|
+
/**
|
|
337
|
+
* The deploy. Valid values: `false`, `true`.
|
|
338
|
+
*/
|
|
339
|
+
readonly deploy?: pulumi.Input<boolean>;
|
|
340
|
+
/**
|
|
341
|
+
* The operating environment used by the Pandora application.
|
|
342
|
+
*/
|
|
343
|
+
readonly edasContainerVersion?: pulumi.Input<string>;
|
|
344
|
+
/**
|
|
345
|
+
* The enable ahas.
|
|
346
|
+
*/
|
|
347
|
+
readonly enableAhas?: pulumi.Input<string>;
|
|
348
|
+
/**
|
|
349
|
+
* The enable grey tag route.
|
|
350
|
+
*/
|
|
351
|
+
readonly enableGreyTagRoute?: pulumi.Input<boolean>;
|
|
352
|
+
/**
|
|
353
|
+
* The virtual switch where the elastic network card of the application instance is located. The switch must be located in the aforementioned VPC. The switch also has a binding relationship with the SAE namespace. If it is left blank, the default is the vSwitch ID bound to the namespace.
|
|
354
|
+
*/
|
|
355
|
+
readonly envs?: pulumi.Input<string>;
|
|
356
|
+
/**
|
|
357
|
+
* Mirror address. Only Image type applications can configure the mirror address.
|
|
358
|
+
*/
|
|
359
|
+
readonly imageUrl?: pulumi.Input<string>;
|
|
360
|
+
/**
|
|
361
|
+
* The JAR package starts application parameters. Application default startup command: $JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs.
|
|
362
|
+
*/
|
|
363
|
+
readonly jarStartArgs?: pulumi.Input<string>;
|
|
364
|
+
/**
|
|
365
|
+
* The JAR package starts the application option. Application default startup command: $JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs.
|
|
366
|
+
*/
|
|
367
|
+
readonly jarStartOptions?: pulumi.Input<string>;
|
|
368
|
+
/**
|
|
369
|
+
* The JDK version that the deployment package depends on. Image type applications are not supported.
|
|
370
|
+
*/
|
|
371
|
+
readonly jdk?: pulumi.Input<string>;
|
|
372
|
+
/**
|
|
373
|
+
* Container health check. Containers that fail the health check will be shut down and restored. Currently, only the method of issuing commands in the container is supported.
|
|
374
|
+
*/
|
|
375
|
+
readonly liveness?: pulumi.Input<string>;
|
|
376
|
+
/**
|
|
377
|
+
* The memory required for each instance, in MB, cannot be 0. One-to-one correspondence with CPU. Valid values: `1024`, `131072`, `16384`, `2048`, `32768`, `4096`, `65536`, `8192`.
|
|
378
|
+
*/
|
|
379
|
+
readonly memory?: pulumi.Input<number>;
|
|
380
|
+
/**
|
|
381
|
+
* The Minimum Available Instance. On the Change Had Promised during the Available Number of Instances to Be.
|
|
382
|
+
*/
|
|
383
|
+
readonly minReadyInstances?: pulumi.Input<number>;
|
|
384
|
+
/**
|
|
385
|
+
* Mount description.
|
|
386
|
+
*/
|
|
387
|
+
readonly mountDesc?: pulumi.Input<string>;
|
|
388
|
+
/**
|
|
389
|
+
* Mount point of NAS in application VPC.
|
|
390
|
+
*/
|
|
391
|
+
readonly mountHost?: pulumi.Input<string>;
|
|
392
|
+
/**
|
|
393
|
+
* SAE namespace ID. Only namespaces whose names are lowercase letters and dashes (-) are supported, and must start with a letter. The namespace can be obtained by calling the DescribeNamespaceList interface.
|
|
394
|
+
*/
|
|
395
|
+
readonly namespaceId?: pulumi.Input<string>;
|
|
396
|
+
/**
|
|
397
|
+
* ID of the mounted NAS, Must be in the same region as the cluster. It must have an available mount point creation quota, or its mount point must be on a switch in the VPC. If it is not filled in and the mountDescs field is present, a NAS will be automatically purchased and mounted on the switch in the VPC by default.
|
|
398
|
+
*/
|
|
399
|
+
readonly nasId?: pulumi.Input<string>;
|
|
400
|
+
/**
|
|
401
|
+
* OSS AccessKey ID.
|
|
402
|
+
*/
|
|
403
|
+
readonly ossAkId?: pulumi.Input<string>;
|
|
404
|
+
/**
|
|
405
|
+
* OSS AccessKey Secret.
|
|
406
|
+
*/
|
|
407
|
+
readonly ossAkSecret?: pulumi.Input<string>;
|
|
408
|
+
/**
|
|
409
|
+
* OSS mount description information.
|
|
410
|
+
*/
|
|
411
|
+
readonly ossMountDescs?: pulumi.Input<string>;
|
|
412
|
+
/**
|
|
413
|
+
* Application package type. Support FatJar, War and Image. Valid values: `FatJar`, `Image`, `War`.
|
|
414
|
+
*/
|
|
415
|
+
readonly packageType?: pulumi.Input<string>;
|
|
416
|
+
/**
|
|
417
|
+
* Deployment package address. Only FatJar or War type applications can configure the deployment package address.
|
|
418
|
+
*/
|
|
419
|
+
readonly packageUrl?: pulumi.Input<string>;
|
|
420
|
+
/**
|
|
421
|
+
* The version number of the deployment package. Required when the Package Type is War and FatJar.
|
|
422
|
+
*/
|
|
423
|
+
readonly packageVersion?: pulumi.Input<string>;
|
|
424
|
+
/**
|
|
425
|
+
* The PHP application monitors the mount path, and you need to ensure that the PHP server will load the configuration file of this path. You don't need to pay attention to the configuration content, SAE will automatically render the correct configuration file.
|
|
426
|
+
*/
|
|
427
|
+
readonly phpArmsConfigLocation?: pulumi.Input<string>;
|
|
428
|
+
/**
|
|
429
|
+
* PHP configuration file content.
|
|
430
|
+
*/
|
|
431
|
+
readonly phpConfig?: pulumi.Input<string>;
|
|
432
|
+
/**
|
|
433
|
+
* PHP application startup configuration mount path, you need to ensure that the PHP server will start using this configuration file.
|
|
434
|
+
*/
|
|
435
|
+
readonly phpConfigLocation?: pulumi.Input<string>;
|
|
436
|
+
/**
|
|
437
|
+
* Execute the script after startup, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}.
|
|
438
|
+
*/
|
|
439
|
+
readonly postStart?: pulumi.Input<string>;
|
|
440
|
+
/**
|
|
441
|
+
* Execute the script before stopping, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}.
|
|
442
|
+
*/
|
|
443
|
+
readonly preStop?: pulumi.Input<string>;
|
|
444
|
+
/**
|
|
445
|
+
* Application startup status checks, containers that fail multiple health checks will be shut down and restarted. Containers that do not pass the health check will not receive SLB traffic. For example: {`exec`:{`command`:[`sh`,"-c","cat /home/admin/start.sh"]},`initialDelaySeconds`:30,`periodSeconds`:30,"timeoutSeconds ":2}. Valid values: `command`, `initialDelaySeconds`, `periodSeconds`, `timeoutSeconds`.
|
|
446
|
+
*/
|
|
447
|
+
readonly readiness?: pulumi.Input<string>;
|
|
448
|
+
/**
|
|
449
|
+
* Initial number of instances.
|
|
450
|
+
*/
|
|
451
|
+
readonly replicas?: pulumi.Input<number>;
|
|
452
|
+
/**
|
|
453
|
+
* Security group ID.
|
|
454
|
+
*/
|
|
455
|
+
readonly securityGroupId?: pulumi.Input<string>;
|
|
456
|
+
/**
|
|
457
|
+
* SLS configuration.
|
|
458
|
+
*/
|
|
459
|
+
readonly slsConfigs?: pulumi.Input<string>;
|
|
460
|
+
/**
|
|
461
|
+
* The status of the resource. Valid values: `RUNNING`, `STOPPED`.
|
|
462
|
+
*/
|
|
463
|
+
readonly status?: pulumi.Input<string>;
|
|
464
|
+
/**
|
|
465
|
+
* Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60. Valid values: [1,60].
|
|
466
|
+
*/
|
|
467
|
+
readonly terminationGracePeriodSeconds?: pulumi.Input<number>;
|
|
468
|
+
/**
|
|
469
|
+
* Time zone, the default value is Asia/Shanghai.
|
|
470
|
+
*/
|
|
471
|
+
readonly timezone?: pulumi.Input<string>;
|
|
472
|
+
/**
|
|
473
|
+
* Tomcat file configuration, set to "{}" means to delete the configuration: useDefaultConfig: Whether to use a custom configuration, if it is true, it means that the custom configuration is not used; if it is false, it means that the custom configuration is used. If you do not use custom configuration, the following parameter configuration will not take effect. contextInputType: Select the access path of the application. war: No need to fill in the custom path, the access path of the application is the WAR package name. root: No need to fill in the custom path, the access path of the application is /. custom: You need to fill in the custom path in the custom path below. contextPath: custom path, this parameter only needs to be configured when the contextInputType type is custom. httpPort: The port range is 1024~65535. Ports less than 1024 need Root permission to operate. Because the container is configured with Admin permissions, please fill in a port greater than 1024. If not configured, the default is 8080. maxThreads: Configure the number of connections in the connection pool, the default size is 400. uriEncoding: Tomcat encoding format, including UTF-8, ISO-8859-1, GBK and GB2312. If not set, the default is ISO-8859-1. useBodyEncoding: Whether to use BodyEncoding for URL. Valid values: `contextInputType`, `contextPath`, `httpPort`, `maxThreads`, `uriEncoding`, `useBodyEncoding`, `useDefaultConfig`.
|
|
474
|
+
*/
|
|
475
|
+
readonly tomcatConfig?: pulumi.Input<string>;
|
|
476
|
+
/**
|
|
477
|
+
* The update strategy.
|
|
478
|
+
*/
|
|
479
|
+
readonly updateStrategy?: pulumi.Input<string>;
|
|
480
|
+
/**
|
|
481
|
+
* Application version id.
|
|
482
|
+
*/
|
|
483
|
+
readonly versionId?: pulumi.Input<string>;
|
|
484
|
+
/**
|
|
485
|
+
* The vswitch id.
|
|
486
|
+
*/
|
|
487
|
+
readonly vswitchId?: pulumi.Input<string>;
|
|
488
|
+
/**
|
|
489
|
+
* WAR package launch application option. Application default startup command: java $JAVA_OPTS $CATALINA_OPTS [-Options] org.apache.catalina.startup.Bootstrap "$@" start.
|
|
490
|
+
*/
|
|
491
|
+
readonly warStartOptions?: pulumi.Input<string>;
|
|
492
|
+
/**
|
|
493
|
+
* The version of tomcat that the deployment package depends on. Image type applications are not supported.
|
|
494
|
+
*/
|
|
495
|
+
readonly webContainer?: pulumi.Input<string>;
|
|
496
|
+
}
|
|
497
|
+
/**
|
|
498
|
+
* The set of arguments for constructing a Application resource.
|
|
499
|
+
*/
|
|
500
|
+
export interface ApplicationArgs {
|
|
501
|
+
/**
|
|
502
|
+
* Application description information. No more than 1024 characters.
|
|
503
|
+
*/
|
|
504
|
+
readonly appDescription?: pulumi.Input<string>;
|
|
505
|
+
/**
|
|
506
|
+
* Application Name. Combinations of numbers, letters, and dashes (-) are allowed. It must start with a letter and the maximum length is 36 characters.
|
|
507
|
+
*/
|
|
508
|
+
readonly appName: pulumi.Input<string>;
|
|
509
|
+
/**
|
|
510
|
+
* The auto config. Valid values: `false`, `true`.
|
|
511
|
+
*/
|
|
512
|
+
readonly autoConfig?: pulumi.Input<boolean>;
|
|
513
|
+
/**
|
|
514
|
+
* The auto enable application scaling rule. Valid values: `false`, `true`.
|
|
515
|
+
*/
|
|
516
|
+
readonly autoEnableApplicationScalingRule?: pulumi.Input<boolean>;
|
|
517
|
+
/**
|
|
518
|
+
* The batch wait time.
|
|
519
|
+
*/
|
|
520
|
+
readonly batchWaitTime?: pulumi.Input<number>;
|
|
521
|
+
/**
|
|
522
|
+
* The change order desc.
|
|
523
|
+
*/
|
|
524
|
+
readonly changeOrderDesc?: pulumi.Input<string>;
|
|
525
|
+
/**
|
|
526
|
+
* Mirror start command. The command must be an executable object in the container. For example: sleep. Setting this command will cause the original startup command of the mirror to become invalid.
|
|
527
|
+
*/
|
|
528
|
+
readonly command?: pulumi.Input<string>;
|
|
529
|
+
/**
|
|
530
|
+
* Mirror startup command parameters. The parameters required for the above start command. For example: 1d.
|
|
531
|
+
*/
|
|
532
|
+
readonly commandArgs?: pulumi.Input<string>;
|
|
533
|
+
/**
|
|
534
|
+
* ConfigMap mount description.
|
|
535
|
+
*/
|
|
536
|
+
readonly configMapMountDesc?: pulumi.Input<string>;
|
|
537
|
+
/**
|
|
538
|
+
* The CPU required for each instance, in millicores, cannot be 0. Valid values: `1000`, `16000`, `2000`, `32000`, `4000`, `500`, `8000`.
|
|
539
|
+
*/
|
|
540
|
+
readonly cpu?: pulumi.Input<number>;
|
|
541
|
+
/**
|
|
542
|
+
* Custom host mapping in the container. For example: [{`hostName`:`samplehost`,`ip`:`127.0.0.1`}].
|
|
543
|
+
*/
|
|
544
|
+
readonly customHostAlias?: pulumi.Input<string>;
|
|
545
|
+
/**
|
|
546
|
+
* The deploy. Valid values: `false`, `true`.
|
|
547
|
+
*/
|
|
548
|
+
readonly deploy?: pulumi.Input<boolean>;
|
|
549
|
+
/**
|
|
550
|
+
* The operating environment used by the Pandora application.
|
|
551
|
+
*/
|
|
552
|
+
readonly edasContainerVersion?: pulumi.Input<string>;
|
|
553
|
+
/**
|
|
554
|
+
* The enable ahas.
|
|
555
|
+
*/
|
|
556
|
+
readonly enableAhas?: pulumi.Input<string>;
|
|
557
|
+
/**
|
|
558
|
+
* The enable grey tag route.
|
|
559
|
+
*/
|
|
560
|
+
readonly enableGreyTagRoute?: pulumi.Input<boolean>;
|
|
561
|
+
/**
|
|
562
|
+
* The virtual switch where the elastic network card of the application instance is located. The switch must be located in the aforementioned VPC. The switch also has a binding relationship with the SAE namespace. If it is left blank, the default is the vSwitch ID bound to the namespace.
|
|
563
|
+
*/
|
|
564
|
+
readonly envs?: pulumi.Input<string>;
|
|
565
|
+
/**
|
|
566
|
+
* Mirror address. Only Image type applications can configure the mirror address.
|
|
567
|
+
*/
|
|
568
|
+
readonly imageUrl?: pulumi.Input<string>;
|
|
569
|
+
/**
|
|
570
|
+
* The JAR package starts application parameters. Application default startup command: $JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs.
|
|
571
|
+
*/
|
|
572
|
+
readonly jarStartArgs?: pulumi.Input<string>;
|
|
573
|
+
/**
|
|
574
|
+
* The JAR package starts the application option. Application default startup command: $JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs.
|
|
575
|
+
*/
|
|
576
|
+
readonly jarStartOptions?: pulumi.Input<string>;
|
|
577
|
+
/**
|
|
578
|
+
* The JDK version that the deployment package depends on. Image type applications are not supported.
|
|
579
|
+
*/
|
|
580
|
+
readonly jdk?: pulumi.Input<string>;
|
|
581
|
+
/**
|
|
582
|
+
* Container health check. Containers that fail the health check will be shut down and restored. Currently, only the method of issuing commands in the container is supported.
|
|
583
|
+
*/
|
|
584
|
+
readonly liveness?: pulumi.Input<string>;
|
|
585
|
+
/**
|
|
586
|
+
* The memory required for each instance, in MB, cannot be 0. One-to-one correspondence with CPU. Valid values: `1024`, `131072`, `16384`, `2048`, `32768`, `4096`, `65536`, `8192`.
|
|
587
|
+
*/
|
|
588
|
+
readonly memory?: pulumi.Input<number>;
|
|
589
|
+
/**
|
|
590
|
+
* The Minimum Available Instance. On the Change Had Promised during the Available Number of Instances to Be.
|
|
591
|
+
*/
|
|
592
|
+
readonly minReadyInstances?: pulumi.Input<number>;
|
|
593
|
+
/**
|
|
594
|
+
* Mount description.
|
|
595
|
+
*/
|
|
596
|
+
readonly mountDesc?: pulumi.Input<string>;
|
|
597
|
+
/**
|
|
598
|
+
* Mount point of NAS in application VPC.
|
|
599
|
+
*/
|
|
600
|
+
readonly mountHost?: pulumi.Input<string>;
|
|
601
|
+
/**
|
|
602
|
+
* SAE namespace ID. Only namespaces whose names are lowercase letters and dashes (-) are supported, and must start with a letter. The namespace can be obtained by calling the DescribeNamespaceList interface.
|
|
603
|
+
*/
|
|
604
|
+
readonly namespaceId?: pulumi.Input<string>;
|
|
605
|
+
/**
|
|
606
|
+
* ID of the mounted NAS, Must be in the same region as the cluster. It must have an available mount point creation quota, or its mount point must be on a switch in the VPC. If it is not filled in and the mountDescs field is present, a NAS will be automatically purchased and mounted on the switch in the VPC by default.
|
|
607
|
+
*/
|
|
608
|
+
readonly nasId?: pulumi.Input<string>;
|
|
609
|
+
/**
|
|
610
|
+
* OSS AccessKey ID.
|
|
611
|
+
*/
|
|
612
|
+
readonly ossAkId?: pulumi.Input<string>;
|
|
613
|
+
/**
|
|
614
|
+
* OSS AccessKey Secret.
|
|
615
|
+
*/
|
|
616
|
+
readonly ossAkSecret?: pulumi.Input<string>;
|
|
617
|
+
/**
|
|
618
|
+
* OSS mount description information.
|
|
619
|
+
*/
|
|
620
|
+
readonly ossMountDescs?: pulumi.Input<string>;
|
|
621
|
+
/**
|
|
622
|
+
* Application package type. Support FatJar, War and Image. Valid values: `FatJar`, `Image`, `War`.
|
|
623
|
+
*/
|
|
624
|
+
readonly packageType: pulumi.Input<string>;
|
|
625
|
+
/**
|
|
626
|
+
* Deployment package address. Only FatJar or War type applications can configure the deployment package address.
|
|
627
|
+
*/
|
|
628
|
+
readonly packageUrl?: pulumi.Input<string>;
|
|
629
|
+
/**
|
|
630
|
+
* The version number of the deployment package. Required when the Package Type is War and FatJar.
|
|
631
|
+
*/
|
|
632
|
+
readonly packageVersion?: pulumi.Input<string>;
|
|
633
|
+
/**
|
|
634
|
+
* The PHP application monitors the mount path, and you need to ensure that the PHP server will load the configuration file of this path. You don't need to pay attention to the configuration content, SAE will automatically render the correct configuration file.
|
|
635
|
+
*/
|
|
636
|
+
readonly phpArmsConfigLocation?: pulumi.Input<string>;
|
|
637
|
+
/**
|
|
638
|
+
* PHP configuration file content.
|
|
639
|
+
*/
|
|
640
|
+
readonly phpConfig?: pulumi.Input<string>;
|
|
641
|
+
/**
|
|
642
|
+
* PHP application startup configuration mount path, you need to ensure that the PHP server will start using this configuration file.
|
|
643
|
+
*/
|
|
644
|
+
readonly phpConfigLocation?: pulumi.Input<string>;
|
|
645
|
+
/**
|
|
646
|
+
* Execute the script after startup, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}.
|
|
647
|
+
*/
|
|
648
|
+
readonly postStart?: pulumi.Input<string>;
|
|
649
|
+
/**
|
|
650
|
+
* Execute the script before stopping, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}.
|
|
651
|
+
*/
|
|
652
|
+
readonly preStop?: pulumi.Input<string>;
|
|
653
|
+
/**
|
|
654
|
+
* Application startup status checks, containers that fail multiple health checks will be shut down and restarted. Containers that do not pass the health check will not receive SLB traffic. For example: {`exec`:{`command`:[`sh`,"-c","cat /home/admin/start.sh"]},`initialDelaySeconds`:30,`periodSeconds`:30,"timeoutSeconds ":2}. Valid values: `command`, `initialDelaySeconds`, `periodSeconds`, `timeoutSeconds`.
|
|
655
|
+
*/
|
|
656
|
+
readonly readiness?: pulumi.Input<string>;
|
|
657
|
+
/**
|
|
658
|
+
* Initial number of instances.
|
|
659
|
+
*/
|
|
660
|
+
readonly replicas: pulumi.Input<number>;
|
|
661
|
+
/**
|
|
662
|
+
* Security group ID.
|
|
663
|
+
*/
|
|
664
|
+
readonly securityGroupId?: pulumi.Input<string>;
|
|
665
|
+
/**
|
|
666
|
+
* SLS configuration.
|
|
667
|
+
*/
|
|
668
|
+
readonly slsConfigs?: pulumi.Input<string>;
|
|
669
|
+
/**
|
|
670
|
+
* The status of the resource. Valid values: `RUNNING`, `STOPPED`.
|
|
671
|
+
*/
|
|
672
|
+
readonly status?: pulumi.Input<string>;
|
|
673
|
+
/**
|
|
674
|
+
* Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60. Valid values: [1,60].
|
|
675
|
+
*/
|
|
676
|
+
readonly terminationGracePeriodSeconds?: pulumi.Input<number>;
|
|
677
|
+
/**
|
|
678
|
+
* Time zone, the default value is Asia/Shanghai.
|
|
679
|
+
*/
|
|
680
|
+
readonly timezone?: pulumi.Input<string>;
|
|
681
|
+
/**
|
|
682
|
+
* Tomcat file configuration, set to "{}" means to delete the configuration: useDefaultConfig: Whether to use a custom configuration, if it is true, it means that the custom configuration is not used; if it is false, it means that the custom configuration is used. If you do not use custom configuration, the following parameter configuration will not take effect. contextInputType: Select the access path of the application. war: No need to fill in the custom path, the access path of the application is the WAR package name. root: No need to fill in the custom path, the access path of the application is /. custom: You need to fill in the custom path in the custom path below. contextPath: custom path, this parameter only needs to be configured when the contextInputType type is custom. httpPort: The port range is 1024~65535. Ports less than 1024 need Root permission to operate. Because the container is configured with Admin permissions, please fill in a port greater than 1024. If not configured, the default is 8080. maxThreads: Configure the number of connections in the connection pool, the default size is 400. uriEncoding: Tomcat encoding format, including UTF-8, ISO-8859-1, GBK and GB2312. If not set, the default is ISO-8859-1. useBodyEncoding: Whether to use BodyEncoding for URL. Valid values: `contextInputType`, `contextPath`, `httpPort`, `maxThreads`, `uriEncoding`, `useBodyEncoding`, `useDefaultConfig`.
|
|
683
|
+
*/
|
|
684
|
+
readonly tomcatConfig?: pulumi.Input<string>;
|
|
685
|
+
/**
|
|
686
|
+
* The update strategy.
|
|
687
|
+
*/
|
|
688
|
+
readonly updateStrategy?: pulumi.Input<string>;
|
|
689
|
+
/**
|
|
690
|
+
* Application version id.
|
|
691
|
+
*/
|
|
692
|
+
readonly versionId?: pulumi.Input<string>;
|
|
693
|
+
/**
|
|
694
|
+
* The vswitch id.
|
|
695
|
+
*/
|
|
696
|
+
readonly vswitchId?: pulumi.Input<string>;
|
|
697
|
+
/**
|
|
698
|
+
* WAR package launch application option. Application default startup command: java $JAVA_OPTS $CATALINA_OPTS [-Options] org.apache.catalina.startup.Bootstrap "$@" start.
|
|
699
|
+
*/
|
|
700
|
+
readonly warStartOptions?: pulumi.Input<string>;
|
|
701
|
+
/**
|
|
702
|
+
* The version of tomcat that the deployment package depends on. Image type applications are not supported.
|
|
703
|
+
*/
|
|
704
|
+
readonly webContainer?: pulumi.Input<string>;
|
|
705
|
+
}
|