@volcengine/pulumi 0.0.45 → 0.0.47
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/autoscaling/getScalingGroups.d.ts +13 -0
- package/autoscaling/getScalingGroups.js +1 -0
- package/autoscaling/getScalingGroups.js.map +1 -1
- package/autoscaling/scalingGroups.d.ts +13 -0
- package/autoscaling/scalingGroups.js +1 -0
- package/autoscaling/scalingGroups.js.map +1 -1
- package/cloud_monitor/getRules.d.ts +13 -0
- package/cloud_monitor/getRules.js +1 -0
- package/cloud_monitor/getRules.js.map +1 -1
- package/cloud_monitor/rule.d.ts +16 -0
- package/cloud_monitor/rule.js +6 -0
- package/cloud_monitor/rule.js.map +1 -1
- package/cloud_monitor/rules.d.ts +13 -0
- package/cloud_monitor/rules.js +1 -0
- package/cloud_monitor/rules.js.map +1 -1
- package/ecs/getHpcClusters.d.ts +46 -0
- package/ecs/getHpcClusters.js +4 -0
- package/ecs/getHpcClusters.js.map +1 -1
- package/ecs/getKeyPairs.d.ts +25 -0
- package/ecs/getKeyPairs.js +2 -0
- package/ecs/getKeyPairs.js.map +1 -1
- package/ecs/getLaunchTemplates.d.ts +25 -0
- package/ecs/getLaunchTemplates.js +2 -0
- package/ecs/getLaunchTemplates.js.map +1 -1
- package/ecs/hpcCluster.d.ts +31 -0
- package/ecs/hpcCluster.js +9 -0
- package/ecs/hpcCluster.js.map +1 -1
- package/ecs/hpcClusters.d.ts +46 -0
- package/ecs/hpcClusters.js +4 -0
- package/ecs/hpcClusters.js.map +1 -1
- package/ecs/keyPair.d.ts +31 -0
- package/ecs/keyPair.js +9 -0
- package/ecs/keyPair.js.map +1 -1
- package/ecs/keyPairs.d.ts +25 -0
- package/ecs/keyPairs.js +2 -0
- package/ecs/keyPairs.js.map +1 -1
- package/ecs/launchTemplate.d.ts +53 -0
- package/ecs/launchTemplate.js +13 -0
- package/ecs/launchTemplate.js.map +1 -1
- package/ecs/launchTemplates.d.ts +25 -0
- package/ecs/launchTemplates.js +2 -0
- package/ecs/launchTemplates.js.map +1 -1
- package/iam/accessKeyLastUseds.d.ts +2 -2
- package/iam/accessKeyLastUseds.js +2 -2
- package/iam/allowedIpAddress.d.ts +2 -2
- package/iam/allowedIpAddress.js +2 -2
- package/iam/getAccessKeyLastUseds.d.ts +2 -2
- package/iam/getAccessKeyLastUseds.js +2 -2
- package/iam/loginProfile.d.ts +1 -1
- package/iam/loginProfile.js +1 -1
- package/iam/oauthProvider.d.ts +6 -6
- package/iam/oauthProvider.js +6 -6
- package/iam/oidcProvider.d.ts +4 -4
- package/iam/oidcProvider.js +4 -4
- package/iam/role.d.ts +5 -5
- package/iam/role.js +5 -5
- package/iam/serviceLinkedRole.d.ts +2 -2
- package/iam/serviceLinkedRole.js +2 -2
- package/iam/tag.d.ts +4 -4
- package/iam/tag.js +4 -4
- package/iam/user.d.ts +13 -7
- package/iam/user.js +13 -7
- package/iam/user.js.map +1 -1
- package/iam/userGroup.d.ts +2 -2
- package/iam/userGroup.js +2 -2
- package/iam/userGroupPolicyAttachment.d.ts +1 -1
- package/iam/userGroupPolicyAttachment.js +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/kafka/getGroups.d.ts +13 -0
- package/kafka/getGroups.js +1 -0
- package/kafka/getGroups.js.map +1 -1
- package/kafka/getTopics.d.ts +13 -0
- package/kafka/getTopics.js +1 -0
- package/kafka/getTopics.js.map +1 -1
- package/kafka/group.d.ts +18 -0
- package/kafka/group.js +6 -0
- package/kafka/group.js.map +1 -1
- package/kafka/groups.d.ts +13 -0
- package/kafka/groups.js +1 -0
- package/kafka/groups.js.map +1 -1
- package/kafka/topic.d.ts +32 -0
- package/kafka/topic.js +12 -0
- package/kafka/topic.js.map +1 -1
- package/kafka/topics.d.ts +13 -0
- package/kafka/topics.js +1 -0
- package/kafka/topics.js.map +1 -1
- package/kms/asymmetricCiphertext.d.ts +129 -0
- package/kms/asymmetricCiphertext.js +90 -0
- package/kms/asymmetricCiphertext.js.map +1 -0
- package/kms/asymmetricCiphertexts.d.ts +129 -0
- package/kms/asymmetricCiphertexts.js +69 -0
- package/kms/asymmetricCiphertexts.js.map +1 -0
- package/kms/asymmetricPlaintexts.d.ts +129 -0
- package/kms/asymmetricPlaintexts.js +69 -0
- package/kms/asymmetricPlaintexts.js.map +1 -0
- package/kms/asymmetricSignature.d.ts +142 -0
- package/kms/asymmetricSignature.js +93 -0
- package/kms/asymmetricSignature.js.map +1 -0
- package/kms/asymmetricSignatures.d.ts +140 -0
- package/kms/asymmetricSignatures.js +72 -0
- package/kms/asymmetricSignatures.js.map +1 -0
- package/kms/asymmetricVerifications.d.ts +139 -0
- package/kms/asymmetricVerifications.js +63 -0
- package/kms/asymmetricVerifications.js.map +1 -0
- package/kms/cancelKeyDeletion.d.ts +105 -0
- package/kms/cancelKeyDeletion.js +80 -0
- package/kms/cancelKeyDeletion.js.map +1 -0
- package/kms/cancelSecretDeletion.d.ts +75 -0
- package/kms/cancelSecretDeletion.js +73 -0
- package/kms/cancelSecretDeletion.js.map +1 -0
- package/kms/ciphertext.d.ts +122 -0
- package/kms/ciphertext.js +80 -0
- package/kms/ciphertext.js.map +1 -0
- package/kms/ciphertexts.d.ts +115 -0
- package/kms/ciphertexts.js +55 -0
- package/kms/ciphertexts.js.map +1 -0
- package/kms/dataKeys.d.ts +121 -0
- package/kms/dataKeys.js +62 -0
- package/kms/dataKeys.js.map +1 -0
- package/kms/getAsymmetricCiphertexts.d.ts +127 -0
- package/kms/getAsymmetricCiphertexts.js +66 -0
- package/kms/getAsymmetricCiphertexts.js.map +1 -0
- package/kms/getAsymmetricPlaintexts.d.ts +127 -0
- package/kms/getAsymmetricPlaintexts.js +66 -0
- package/kms/getAsymmetricPlaintexts.js.map +1 -0
- package/kms/getAsymmetricSignatures.d.ts +138 -0
- package/kms/getAsymmetricSignatures.js +69 -0
- package/kms/getAsymmetricSignatures.js.map +1 -0
- package/kms/getAsymmetricVerifications.d.ts +137 -0
- package/kms/getAsymmetricVerifications.js +60 -0
- package/kms/getAsymmetricVerifications.js.map +1 -0
- package/kms/getCiphertexts.d.ts +113 -0
- package/kms/getCiphertexts.js +52 -0
- package/kms/getCiphertexts.js.map +1 -0
- package/kms/getDataKeys.d.ts +119 -0
- package/kms/getDataKeys.js +59 -0
- package/kms/getDataKeys.js.map +1 -0
- package/kms/getKeyMaterials.d.ts +120 -0
- package/kms/getKeyMaterials.js +57 -0
- package/kms/getKeyMaterials.js.map +1 -0
- package/kms/getKeys.d.ts +10 -10
- package/kms/getMacVerifications.d.ts +139 -0
- package/kms/getMacVerifications.js +67 -0
- package/kms/getMacVerifications.js.map +1 -0
- package/kms/getMacs.d.ts +130 -0
- package/kms/getMacs.js +66 -0
- package/kms/getMacs.js.map +1 -0
- package/kms/getPlaintexts.d.ts +94 -0
- package/kms/getPlaintexts.js +57 -0
- package/kms/getPlaintexts.js.map +1 -0
- package/kms/getPublicKeys.d.ts +98 -0
- package/kms/getPublicKeys.js +51 -0
- package/kms/getPublicKeys.js.map +1 -0
- package/kms/getReEncrypts.d.ts +132 -0
- package/kms/getReEncrypts.js +63 -0
- package/kms/getReEncrypts.js.map +1 -0
- package/kms/getRegions.d.ts +62 -0
- package/kms/getRegions.js +42 -0
- package/kms/getRegions.js.map +1 -0
- package/kms/getSecretVersions.d.ts +75 -0
- package/kms/getSecretVersions.js +46 -0
- package/kms/getSecretVersions.js.map +1 -0
- package/kms/getSecrets.d.ts +12 -0
- package/kms/getSecrets.js +1 -0
- package/kms/getSecrets.js.map +1 -1
- package/kms/index.d.ts +120 -0
- package/kms/index.js +146 -1
- package/kms/index.js.map +1 -1
- package/kms/key.d.ts +98 -24
- package/kms/key.js +44 -0
- package/kms/key.js.map +1 -1
- package/kms/keyArchive.d.ts +6 -6
- package/kms/keyEnable.d.ts +6 -6
- package/kms/keyMaterial.d.ts +141 -0
- package/kms/keyMaterial.js +88 -0
- package/kms/keyMaterial.js.map +1 -0
- package/kms/keyMaterials.d.ts +122 -0
- package/kms/keyMaterials.js +60 -0
- package/kms/keyMaterials.js.map +1 -0
- package/kms/keyPrimaryRegion.d.ts +113 -0
- package/kms/keyPrimaryRegion.js +87 -0
- package/kms/keyPrimaryRegion.js.map +1 -0
- package/kms/keyRotation.d.ts +22 -7
- package/kms/keyRotation.js +6 -1
- package/kms/keyRotation.js.map +1 -1
- package/kms/keyring.d.ts +3 -3
- package/kms/keys.d.ts +10 -10
- package/kms/macVerifications.d.ts +141 -0
- package/kms/macVerifications.js +70 -0
- package/kms/macVerifications.js.map +1 -0
- package/kms/macs.d.ts +132 -0
- package/kms/macs.js +69 -0
- package/kms/macs.js.map +1 -0
- package/kms/plaintexts.d.ts +96 -0
- package/kms/plaintexts.js +60 -0
- package/kms/plaintexts.js.map +1 -0
- package/kms/publicKeys.d.ts +100 -0
- package/kms/publicKeys.js +54 -0
- package/kms/publicKeys.js.map +1 -0
- package/kms/reEncrypt.d.ts +138 -0
- package/kms/reEncrypt.js +86 -0
- package/kms/reEncrypt.js.map +1 -0
- package/kms/reEncrypts.d.ts +134 -0
- package/kms/reEncrypts.js +66 -0
- package/kms/reEncrypts.js.map +1 -0
- package/kms/regions.d.ts +64 -0
- package/kms/regions.js +45 -0
- package/kms/regions.js.map +1 -0
- package/kms/replicateKey.d.ts +144 -0
- package/kms/replicateKey.js +90 -0
- package/kms/replicateKey.js.map +1 -0
- package/kms/secret.d.ts +70 -12
- package/kms/secret.js +22 -0
- package/kms/secret.js.map +1 -1
- package/kms/secretBackup.d.ts +91 -0
- package/kms/secretBackup.js +77 -0
- package/kms/secretBackup.js.map +1 -0
- package/kms/secretRestore.d.ts +92 -0
- package/kms/secretRestore.js +82 -0
- package/kms/secretRestore.js.map +1 -0
- package/kms/secretRotate.d.ts +82 -0
- package/kms/secretRotate.js +76 -0
- package/kms/secretRotate.js.map +1 -0
- package/kms/secretVersions.d.ts +77 -0
- package/kms/secretVersions.js +49 -0
- package/kms/secretVersions.js.map +1 -0
- package/kms/secrets.d.ts +12 -0
- package/kms/secrets.js +1 -0
- package/kms/secrets.js.map +1 -1
- package/nlb/backendServer.d.ts +62 -0
- package/nlb/backendServer.js +57 -0
- package/nlb/backendServer.js.map +1 -0
- package/nlb/getListenerHealths.d.ts +31 -0
- package/nlb/getListenerHealths.js +20 -0
- package/nlb/getListenerHealths.js.map +1 -0
- package/nlb/getListeners.d.ts +44 -0
- package/nlb/getListeners.js +25 -0
- package/nlb/getListeners.js.map +1 -0
- package/nlb/getNetworkLoadBalancerAttributes.d.ts +31 -0
- package/nlb/getNetworkLoadBalancerAttributes.js +20 -0
- package/nlb/getNetworkLoadBalancerAttributes.js.map +1 -0
- package/nlb/getNetworkLoadBalancers.d.ts +53 -0
- package/nlb/getNetworkLoadBalancers.js +28 -0
- package/nlb/getNetworkLoadBalancers.js.map +1 -0
- package/nlb/getServerGroupAttributes.d.ts +31 -0
- package/nlb/getServerGroupAttributes.js +20 -0
- package/nlb/getServerGroupAttributes.js.map +1 -0
- package/nlb/getServerGroups.d.ts +53 -0
- package/nlb/getServerGroups.js +28 -0
- package/nlb/getServerGroups.js.map +1 -0
- package/nlb/getTags.d.ts +41 -0
- package/nlb/getTags.js +23 -0
- package/nlb/getTags.js.map +1 -0
- package/nlb/getZones.d.ts +28 -0
- package/nlb/getZones.js +20 -0
- package/nlb/getZones.js.map +1 -0
- package/nlb/index.d.ts +63 -0
- package/nlb/index.js +90 -0
- package/nlb/index.js.map +1 -0
- package/nlb/listener.d.ts +194 -0
- package/nlb/listener.js +87 -0
- package/nlb/listener.js.map +1 -0
- package/nlb/listenerHealths.d.ts +33 -0
- package/nlb/listenerHealths.js +23 -0
- package/nlb/listenerHealths.js.map +1 -0
- package/nlb/listeners.d.ts +46 -0
- package/nlb/listeners.js +28 -0
- package/nlb/listeners.js.map +1 -0
- package/nlb/networkLoadBalancer.d.ts +338 -0
- package/nlb/networkLoadBalancer.js +115 -0
- package/nlb/networkLoadBalancer.js.map +1 -0
- package/nlb/networkLoadBalancerAttributes.d.ts +33 -0
- package/nlb/networkLoadBalancerAttributes.js +23 -0
- package/nlb/networkLoadBalancerAttributes.js.map +1 -0
- package/nlb/networkLoadBalancers.d.ts +55 -0
- package/nlb/networkLoadBalancers.js +31 -0
- package/nlb/networkLoadBalancers.js.map +1 -0
- package/nlb/serverGroup.d.ts +294 -0
- package/nlb/serverGroup.js +97 -0
- package/nlb/serverGroup.js.map +1 -0
- package/nlb/serverGroupAttributes.d.ts +33 -0
- package/nlb/serverGroupAttributes.js +23 -0
- package/nlb/serverGroupAttributes.js.map +1 -0
- package/nlb/serverGroups.d.ts +55 -0
- package/nlb/serverGroups.js +31 -0
- package/nlb/serverGroups.js.map +1 -0
- package/nlb/tag.d.ts +65 -0
- package/nlb/tag.js +59 -0
- package/nlb/tag.js.map +1 -0
- package/nlb/tags.d.ts +43 -0
- package/nlb/tags.js +26 -0
- package/nlb/tags.js.map +1 -0
- package/nlb/zones.d.ts +30 -0
- package/nlb/zones.js +23 -0
- package/nlb/zones.js.map +1 -0
- package/package.json +1 -1
- package/privatelink/getVpcEndpointServices.d.ts +25 -0
- package/privatelink/getVpcEndpointServices.js +2 -0
- package/privatelink/getVpcEndpointServices.js.map +1 -1
- package/privatelink/getVpcEndpoints.d.ts +25 -0
- package/privatelink/getVpcEndpoints.js +2 -0
- package/privatelink/getVpcEndpoints.js.map +1 -1
- package/privatelink/getVpcGatewayEndpoints.d.ts +113 -0
- package/privatelink/getVpcGatewayEndpoints.js +32 -0
- package/privatelink/getVpcGatewayEndpoints.js.map +1 -0
- package/privatelink/index.d.ts +9 -0
- package/privatelink/index.js +12 -1
- package/privatelink/index.js.map +1 -1
- package/privatelink/vpcEndpoint.d.ts +36 -0
- package/privatelink/vpcEndpoint.js +14 -0
- package/privatelink/vpcEndpoint.js.map +1 -1
- package/privatelink/vpcEndpointService.d.ts +29 -0
- package/privatelink/vpcEndpointService.js +9 -0
- package/privatelink/vpcEndpointService.js.map +1 -1
- package/privatelink/vpcEndpointServices.d.ts +25 -0
- package/privatelink/vpcEndpointServices.js +2 -0
- package/privatelink/vpcEndpointServices.js.map +1 -1
- package/privatelink/vpcEndpoints.d.ts +25 -0
- package/privatelink/vpcEndpoints.js +2 -0
- package/privatelink/vpcEndpoints.js.map +1 -1
- package/privatelink/vpcGatewayEndpoint.d.ts +140 -0
- package/privatelink/vpcGatewayEndpoint.js +79 -0
- package/privatelink/vpcGatewayEndpoint.js.map +1 -0
- package/privatelink/vpcGatewayEndpoints.d.ts +115 -0
- package/privatelink/vpcGatewayEndpoints.js +35 -0
- package/privatelink/vpcGatewayEndpoints.js.map +1 -0
- package/tls/alarm.d.ts +3 -3
- package/tls/alarm.js +3 -3
- package/tls/alarmContentTemplate.d.ts +2 -2
- package/tls/alarmContentTemplate.js +2 -2
- package/tls/alarmNotifyGroup.d.ts +27 -0
- package/tls/alarmNotifyGroup.js +27 -0
- package/tls/alarmNotifyGroup.js.map +1 -1
- package/tls/alarmNotifyGroups.d.ts +6 -2
- package/tls/alarmNotifyGroups.js +6 -2
- package/tls/alarmNotifyGroups.js.map +1 -1
- package/tls/alarmWebhookIntegration.d.ts +3 -3
- package/tls/alarmWebhookIntegration.js +3 -3
- package/tls/consumerGroup.d.ts +6 -3
- package/tls/consumerGroup.js +6 -3
- package/tls/consumerGroup.js.map +1 -1
- package/tls/etlTask.d.ts +6 -4
- package/tls/etlTask.js +6 -4
- package/tls/etlTask.js.map +1 -1
- package/tls/etlTasks.d.ts +6 -2
- package/tls/etlTasks.js +6 -2
- package/tls/etlTasks.js.map +1 -1
- package/tls/getAlarmNotifyGroups.d.ts +6 -2
- package/tls/getAlarmNotifyGroups.js +6 -2
- package/tls/getAlarmNotifyGroups.js.map +1 -1
- package/tls/getEtlTasks.d.ts +6 -2
- package/tls/getEtlTasks.js +6 -2
- package/tls/getEtlTasks.js.map +1 -1
- package/tls/getHostGroups.d.ts +6 -2
- package/tls/getHostGroups.js +6 -2
- package/tls/getHostGroups.js.map +1 -1
- package/tls/getImportTasks.d.ts +6 -2
- package/tls/getImportTasks.js +6 -2
- package/tls/getImportTasks.js.map +1 -1
- package/tls/getKafkaConsumers.d.ts +2 -10
- package/tls/getKafkaConsumers.js +2 -10
- package/tls/getKafkaConsumers.js.map +1 -1
- package/tls/getLogSearches.d.ts +6 -6
- package/tls/getLogSearches.js +6 -6
- package/tls/getShippers.d.ts +6 -2
- package/tls/getShippers.js +6 -2
- package/tls/getShippers.js.map +1 -1
- package/tls/getTraceInstances.d.ts +2 -10
- package/tls/getTraceInstances.js +2 -10
- package/tls/getTraceInstances.js.map +1 -1
- package/tls/hostGroup.d.ts +0 -10
- package/tls/hostGroup.js +0 -10
- package/tls/hostGroup.js.map +1 -1
- package/tls/hostGroups.d.ts +6 -2
- package/tls/hostGroups.js +6 -2
- package/tls/hostGroups.js.map +1 -1
- package/tls/importTask.d.ts +2 -2
- package/tls/importTask.js +2 -2
- package/tls/importTasks.d.ts +6 -2
- package/tls/importTasks.js +6 -2
- package/tls/importTasks.js.map +1 -1
- package/tls/index_.d.ts +6 -10
- package/tls/index_.js +6 -10
- package/tls/index_.js.map +1 -1
- package/tls/kafkaConsumer.d.ts +1 -1
- package/tls/kafkaConsumer.js +1 -1
- package/tls/kafkaConsumers.d.ts +2 -10
- package/tls/kafkaConsumers.js +2 -10
- package/tls/kafkaConsumers.js.map +1 -1
- package/tls/logSearches.d.ts +6 -6
- package/tls/logSearches.js +6 -6
- package/tls/project.d.ts +3 -3
- package/tls/project.js +3 -3
- package/tls/rule.d.ts +16 -16
- package/tls/rule.js +16 -16
- package/tls/shard.d.ts +1 -1
- package/tls/shard.js +1 -1
- package/tls/shipper.d.ts +2 -2
- package/tls/shipper.js +2 -2
- package/tls/shippers.d.ts +6 -2
- package/tls/shippers.js +6 -2
- package/tls/shippers.js.map +1 -1
- package/tls/tag.d.ts +0 -5
- package/tls/tag.js +0 -5
- package/tls/tag.js.map +1 -1
- package/tls/tagResource.d.ts +0 -4
- package/tls/tagResource.js +0 -4
- package/tls/tagResource.js.map +1 -1
- package/tls/topic.d.ts +7 -2
- package/tls/topic.js +7 -2
- package/tls/topic.js.map +1 -1
- package/tls/traceInstance.d.ts +7 -10
- package/tls/traceInstance.js +7 -10
- package/tls/traceInstance.js.map +1 -1
- package/tls/traceInstances.d.ts +2 -10
- package/tls/traceInstances.js +2 -10
- package/tls/traceInstances.js.map +1 -1
- package/types/input.d.ts +1294 -42
- package/types/output.d.ts +4152 -404
- package/vmp/alertingRule.d.ts +12 -0
- package/vmp/alertingRule.js +2 -0
- package/vmp/alertingRule.js.map +1 -1
- package/vmp/alertingRules.d.ts +13 -0
- package/vmp/alertingRules.js +1 -0
- package/vmp/alertingRules.js.map +1 -1
- package/vmp/getAlertingRules.d.ts +13 -0
- package/vmp/getAlertingRules.js +1 -0
- package/vmp/getAlertingRules.js.map +1 -1
- package/vpc/getIpv6AddressBandwidths.d.ts +10 -0
- package/vpc/getIpv6AddressBandwidths.js +1 -0
- package/vpc/getIpv6AddressBandwidths.js.map +1 -1
- package/vpc/getIpv6Gateways.d.ts +25 -0
- package/vpc/getIpv6Gateways.js +2 -0
- package/vpc/getIpv6Gateways.js.map +1 -1
- package/vpc/ipv6AddressBandwidth.d.ts +14 -0
- package/vpc/ipv6AddressBandwidth.js +2 -0
- package/vpc/ipv6AddressBandwidth.js.map +1 -1
- package/vpc/ipv6AddressBandwidths.d.ts +10 -0
- package/vpc/ipv6AddressBandwidths.js +1 -0
- package/vpc/ipv6AddressBandwidths.js.map +1 -1
- package/vpc/ipv6Gateway.d.ts +26 -0
- package/vpc/ipv6Gateway.js +4 -0
- package/vpc/ipv6Gateway.js.map +1 -1
- package/vpc/ipv6Gateways.d.ts +25 -0
- package/vpc/ipv6Gateways.js +2 -0
- package/vpc/ipv6Gateways.js.map +1 -1
- package/vpn/connection.d.ts +14 -0
- package/vpn/connection.js +2 -0
- package/vpn/connection.js.map +1 -1
- package/vpn/connections.d.ts +13 -0
- package/vpn/connections.js +1 -0
- package/vpn/connections.js.map +1 -1
- package/vpn/customerGateway.d.ts +26 -0
- package/vpn/customerGateway.js +4 -0
- package/vpn/customerGateway.js.map +1 -1
- package/vpn/customerGateways.d.ts +40 -0
- package/vpn/customerGateways.js +3 -0
- package/vpn/customerGateways.js.map +1 -1
- package/vpn/getConnections.d.ts +13 -0
- package/vpn/getConnections.js +1 -0
- package/vpn/getConnections.js.map +1 -1
- package/vpn/getCustomerGateways.d.ts +40 -0
- package/vpn/getCustomerGateways.js +3 -0
- package/vpn/getCustomerGateways.js.map +1 -1
- package/vpn/getSslVpnClientCerts.d.ts +10 -0
- package/vpn/getSslVpnClientCerts.js +1 -0
- package/vpn/getSslVpnClientCerts.js.map +1 -1
- package/vpn/getSslVpnServers.d.ts +25 -0
- package/vpn/getSslVpnServers.js +2 -0
- package/vpn/getSslVpnServers.js.map +1 -1
- package/vpn/sslVpnClientCert.d.ts +14 -0
- package/vpn/sslVpnClientCert.js +2 -0
- package/vpn/sslVpnClientCert.js.map +1 -1
- package/vpn/sslVpnClientCerts.d.ts +10 -0
- package/vpn/sslVpnClientCerts.js +1 -0
- package/vpn/sslVpnClientCerts.js.map +1 -1
- package/vpn/sslVpnServer.d.ts +14 -0
- package/vpn/sslVpnServer.js +2 -0
- package/vpn/sslVpnServer.js.map +1 -1
- package/vpn/sslVpnServers.d.ts +25 -0
- package/vpn/sslVpnServers.js +2 -0
- package/vpn/sslVpnServers.js.map +1 -1
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.BackendServer = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
class BackendServer extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing BackendServer resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param state Any extra arguments used during the lookup.
|
|
16
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
|
+
*/
|
|
18
|
+
static get(name, id, state, opts) {
|
|
19
|
+
return new BackendServer(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of BackendServer. This is designed to work even
|
|
23
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
24
|
+
*/
|
|
25
|
+
static isInstance(obj) {
|
|
26
|
+
if (obj === undefined || obj === null) {
|
|
27
|
+
return false;
|
|
28
|
+
}
|
|
29
|
+
return obj['__pulumiType'] === BackendServer.__pulumiType;
|
|
30
|
+
}
|
|
31
|
+
constructor(name, argsOrState, opts) {
|
|
32
|
+
let resourceInputs = {};
|
|
33
|
+
opts = opts || {};
|
|
34
|
+
if (opts.id) {
|
|
35
|
+
const state = argsOrState;
|
|
36
|
+
resourceInputs["backendServers"] = state ? state.backendServers : undefined;
|
|
37
|
+
resourceInputs["serverGroupId"] = state ? state.serverGroupId : undefined;
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
const args = argsOrState;
|
|
41
|
+
if ((!args || args.backendServers === undefined) && !opts.urn) {
|
|
42
|
+
throw new Error("Missing required property 'backendServers'");
|
|
43
|
+
}
|
|
44
|
+
if ((!args || args.serverGroupId === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'serverGroupId'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["backendServers"] = args ? args.backendServers : undefined;
|
|
48
|
+
resourceInputs["serverGroupId"] = args ? args.serverGroupId : undefined;
|
|
49
|
+
}
|
|
50
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
51
|
+
super(BackendServer.__pulumiType, name, resourceInputs, opts);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
exports.BackendServer = BackendServer;
|
|
55
|
+
/** @internal */
|
|
56
|
+
BackendServer.__pulumiType = 'volcengine:nlb/backendServer:BackendServer';
|
|
57
|
+
//# sourceMappingURL=backendServer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backendServer.js","sourceRoot":"","sources":["../../nlb/backendServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAoD,EAAE,IAAmC;QAC/G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6C,CAAC;YAC5D,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAA4C,CAAC;YAC1D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3D,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;;AAjEL,sCAkEC;AApDG,gBAAgB;AACO,0BAAY,GAAG,4CAA4C,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
export declare function getListenerHealths(args: GetListenerHealthsArgs, opts?: pulumi.InvokeOptions): Promise<GetListenerHealthsResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of arguments for invoking getListenerHealths.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetListenerHealthsArgs {
|
|
8
|
+
listenerId: string;
|
|
9
|
+
outputFile?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A collection of values returned by getListenerHealths.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetListenerHealthsResult {
|
|
15
|
+
/**
|
|
16
|
+
* The provider-assigned unique ID for this managed resource.
|
|
17
|
+
*/
|
|
18
|
+
readonly id: string;
|
|
19
|
+
readonly listenerHealths: outputs.nlb.GetListenerHealthsListenerHealth[];
|
|
20
|
+
readonly listenerId: string;
|
|
21
|
+
readonly outputFile?: string;
|
|
22
|
+
readonly totalCount: number;
|
|
23
|
+
}
|
|
24
|
+
export declare function getListenerHealthsOutput(args: GetListenerHealthsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetListenerHealthsResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getListenerHealths.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetListenerHealthsOutputArgs {
|
|
29
|
+
listenerId: pulumi.Input<string>;
|
|
30
|
+
outputFile?: pulumi.Input<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getListenerHealthsOutput = exports.getListenerHealths = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
function getListenerHealths(args, opts) {
|
|
9
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
|
+
return pulumi.runtime.invoke("volcengine:nlb/getListenerHealths:getListenerHealths", {
|
|
11
|
+
"listenerId": args.listenerId,
|
|
12
|
+
"outputFile": args.outputFile,
|
|
13
|
+
}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getListenerHealths = getListenerHealths;
|
|
16
|
+
function getListenerHealthsOutput(args, opts) {
|
|
17
|
+
return pulumi.output(args).apply((a) => getListenerHealths(a, opts));
|
|
18
|
+
}
|
|
19
|
+
exports.getListenerHealthsOutput = getListenerHealthsOutput;
|
|
20
|
+
//# sourceMappingURL=getListenerHealths.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getListenerHealths.js","sourceRoot":"","sources":["../../nlb/getListenerHealths.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AAuBD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
export declare function getListeners(args?: GetListenersArgs, opts?: pulumi.InvokeOptions): Promise<GetListenersResult>;
|
|
5
|
+
/**
|
|
6
|
+
* A collection of arguments for invoking getListeners.
|
|
7
|
+
*/
|
|
8
|
+
export interface GetListenersArgs {
|
|
9
|
+
listenerIds?: string[];
|
|
10
|
+
listenerName?: string;
|
|
11
|
+
loadBalancerId?: string;
|
|
12
|
+
outputFile?: string;
|
|
13
|
+
protocol?: string;
|
|
14
|
+
tags?: inputs.nlb.GetListenersTag[];
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getListeners.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetListenersResult {
|
|
20
|
+
/**
|
|
21
|
+
* The provider-assigned unique ID for this managed resource.
|
|
22
|
+
*/
|
|
23
|
+
readonly id: string;
|
|
24
|
+
readonly listenerIds?: string[];
|
|
25
|
+
readonly listenerName?: string;
|
|
26
|
+
readonly listeners: outputs.nlb.GetListenersListener[];
|
|
27
|
+
readonly loadBalancerId?: string;
|
|
28
|
+
readonly outputFile?: string;
|
|
29
|
+
readonly protocol?: string;
|
|
30
|
+
readonly tags?: outputs.nlb.GetListenersTag[];
|
|
31
|
+
readonly totalCount: number;
|
|
32
|
+
}
|
|
33
|
+
export declare function getListenersOutput(args?: GetListenersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetListenersResult>;
|
|
34
|
+
/**
|
|
35
|
+
* A collection of arguments for invoking getListeners.
|
|
36
|
+
*/
|
|
37
|
+
export interface GetListenersOutputArgs {
|
|
38
|
+
listenerIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
39
|
+
listenerName?: pulumi.Input<string>;
|
|
40
|
+
loadBalancerId?: pulumi.Input<string>;
|
|
41
|
+
outputFile?: pulumi.Input<string>;
|
|
42
|
+
protocol?: pulumi.Input<string>;
|
|
43
|
+
tags?: pulumi.Input<pulumi.Input<inputs.nlb.GetListenersTagArgs>[]>;
|
|
44
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getListenersOutput = exports.getListeners = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
function getListeners(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
|
+
return pulumi.runtime.invoke("volcengine:nlb/getListeners:getListeners", {
|
|
12
|
+
"listenerIds": args.listenerIds,
|
|
13
|
+
"listenerName": args.listenerName,
|
|
14
|
+
"loadBalancerId": args.loadBalancerId,
|
|
15
|
+
"outputFile": args.outputFile,
|
|
16
|
+
"protocol": args.protocol,
|
|
17
|
+
"tags": args.tags,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getListeners = getListeners;
|
|
21
|
+
function getListenersOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply((a) => getListeners(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getListenersOutput = getListenersOutput;
|
|
25
|
+
//# sourceMappingURL=getListeners.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getListeners.js","sourceRoot":"","sources":["../../nlb/getListeners.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,oCAYC;AA+BD,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
export declare function getNetworkLoadBalancerAttributes(args: GetNetworkLoadBalancerAttributesArgs, opts?: pulumi.InvokeOptions): Promise<GetNetworkLoadBalancerAttributesResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of arguments for invoking getNetworkLoadBalancerAttributes.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetNetworkLoadBalancerAttributesArgs {
|
|
8
|
+
loadBalancerId: string;
|
|
9
|
+
outputFile?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A collection of values returned by getNetworkLoadBalancerAttributes.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetNetworkLoadBalancerAttributesResult {
|
|
15
|
+
/**
|
|
16
|
+
* The provider-assigned unique ID for this managed resource.
|
|
17
|
+
*/
|
|
18
|
+
readonly id: string;
|
|
19
|
+
readonly loadBalancerId: string;
|
|
20
|
+
readonly networkLoadBalancerAttributes: outputs.nlb.GetNetworkLoadBalancerAttributesNetworkLoadBalancerAttribute[];
|
|
21
|
+
readonly outputFile?: string;
|
|
22
|
+
readonly totalCount: number;
|
|
23
|
+
}
|
|
24
|
+
export declare function getNetworkLoadBalancerAttributesOutput(args: GetNetworkLoadBalancerAttributesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNetworkLoadBalancerAttributesResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getNetworkLoadBalancerAttributes.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetNetworkLoadBalancerAttributesOutputArgs {
|
|
29
|
+
loadBalancerId: pulumi.Input<string>;
|
|
30
|
+
outputFile?: pulumi.Input<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getNetworkLoadBalancerAttributesOutput = exports.getNetworkLoadBalancerAttributes = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
function getNetworkLoadBalancerAttributes(args, opts) {
|
|
9
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
|
+
return pulumi.runtime.invoke("volcengine:nlb/getNetworkLoadBalancerAttributes:getNetworkLoadBalancerAttributes", {
|
|
11
|
+
"loadBalancerId": args.loadBalancerId,
|
|
12
|
+
"outputFile": args.outputFile,
|
|
13
|
+
}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getNetworkLoadBalancerAttributes = getNetworkLoadBalancerAttributes;
|
|
16
|
+
function getNetworkLoadBalancerAttributesOutput(args, opts) {
|
|
17
|
+
return pulumi.output(args).apply((a) => getNetworkLoadBalancerAttributes(a, opts));
|
|
18
|
+
}
|
|
19
|
+
exports.getNetworkLoadBalancerAttributesOutput = getNetworkLoadBalancerAttributesOutput;
|
|
20
|
+
//# sourceMappingURL=getNetworkLoadBalancerAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNetworkLoadBalancerAttributes.js","sourceRoot":"","sources":["../../nlb/getNetworkLoadBalancerAttributes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IAEpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4EAOC;AAuBD,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAA2B;IAChI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gCAAgC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3F,CAAC;AAFD,wFAEC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
export declare function getNetworkLoadBalancers(args?: GetNetworkLoadBalancersArgs, opts?: pulumi.InvokeOptions): Promise<GetNetworkLoadBalancersResult>;
|
|
5
|
+
/**
|
|
6
|
+
* A collection of arguments for invoking getNetworkLoadBalancers.
|
|
7
|
+
*/
|
|
8
|
+
export interface GetNetworkLoadBalancersArgs {
|
|
9
|
+
ipAddressVersion?: string;
|
|
10
|
+
loadBalancerIds?: string[];
|
|
11
|
+
loadBalancerName?: string;
|
|
12
|
+
outputFile?: string;
|
|
13
|
+
projectName?: string;
|
|
14
|
+
status?: string;
|
|
15
|
+
tags?: inputs.nlb.GetNetworkLoadBalancersTag[];
|
|
16
|
+
vpcId?: string;
|
|
17
|
+
zoneId?: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* A collection of values returned by getNetworkLoadBalancers.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetNetworkLoadBalancersResult {
|
|
23
|
+
/**
|
|
24
|
+
* The provider-assigned unique ID for this managed resource.
|
|
25
|
+
*/
|
|
26
|
+
readonly id: string;
|
|
27
|
+
readonly ipAddressVersion?: string;
|
|
28
|
+
readonly loadBalancerIds?: string[];
|
|
29
|
+
readonly loadBalancerName?: string;
|
|
30
|
+
readonly networkLoadBalancers: outputs.nlb.GetNetworkLoadBalancersNetworkLoadBalancer[];
|
|
31
|
+
readonly outputFile?: string;
|
|
32
|
+
readonly projectName?: string;
|
|
33
|
+
readonly status?: string;
|
|
34
|
+
readonly tags?: outputs.nlb.GetNetworkLoadBalancersTag[];
|
|
35
|
+
readonly totalCount: number;
|
|
36
|
+
readonly vpcId?: string;
|
|
37
|
+
readonly zoneId?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare function getNetworkLoadBalancersOutput(args?: GetNetworkLoadBalancersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNetworkLoadBalancersResult>;
|
|
40
|
+
/**
|
|
41
|
+
* A collection of arguments for invoking getNetworkLoadBalancers.
|
|
42
|
+
*/
|
|
43
|
+
export interface GetNetworkLoadBalancersOutputArgs {
|
|
44
|
+
ipAddressVersion?: pulumi.Input<string>;
|
|
45
|
+
loadBalancerIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
46
|
+
loadBalancerName?: pulumi.Input<string>;
|
|
47
|
+
outputFile?: pulumi.Input<string>;
|
|
48
|
+
projectName?: pulumi.Input<string>;
|
|
49
|
+
status?: pulumi.Input<string>;
|
|
50
|
+
tags?: pulumi.Input<pulumi.Input<inputs.nlb.GetNetworkLoadBalancersTagArgs>[]>;
|
|
51
|
+
vpcId?: pulumi.Input<string>;
|
|
52
|
+
zoneId?: pulumi.Input<string>;
|
|
53
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getNetworkLoadBalancersOutput = exports.getNetworkLoadBalancers = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
function getNetworkLoadBalancers(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
|
+
return pulumi.runtime.invoke("volcengine:nlb/getNetworkLoadBalancers:getNetworkLoadBalancers", {
|
|
12
|
+
"ipAddressVersion": args.ipAddressVersion,
|
|
13
|
+
"loadBalancerIds": args.loadBalancerIds,
|
|
14
|
+
"loadBalancerName": args.loadBalancerName,
|
|
15
|
+
"outputFile": args.outputFile,
|
|
16
|
+
"projectName": args.projectName,
|
|
17
|
+
"status": args.status,
|
|
18
|
+
"tags": args.tags,
|
|
19
|
+
"vpcId": args.vpcId,
|
|
20
|
+
"zoneId": args.zoneId,
|
|
21
|
+
}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getNetworkLoadBalancers = getNetworkLoadBalancers;
|
|
24
|
+
function getNetworkLoadBalancersOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply((a) => getNetworkLoadBalancers(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getNetworkLoadBalancersOutput = getNetworkLoadBalancersOutput;
|
|
28
|
+
//# sourceMappingURL=getNetworkLoadBalancers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNetworkLoadBalancers.js","sourceRoot":"","sources":["../../nlb/getNetworkLoadBalancers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,0DAeC;AAqCD,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
export declare function getServerGroupAttributes(args: GetServerGroupAttributesArgs, opts?: pulumi.InvokeOptions): Promise<GetServerGroupAttributesResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of arguments for invoking getServerGroupAttributes.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetServerGroupAttributesArgs {
|
|
8
|
+
outputFile?: string;
|
|
9
|
+
serverGroupId: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A collection of values returned by getServerGroupAttributes.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetServerGroupAttributesResult {
|
|
15
|
+
/**
|
|
16
|
+
* The provider-assigned unique ID for this managed resource.
|
|
17
|
+
*/
|
|
18
|
+
readonly id: string;
|
|
19
|
+
readonly outputFile?: string;
|
|
20
|
+
readonly serverGroupAttributes: outputs.nlb.GetServerGroupAttributesServerGroupAttribute[];
|
|
21
|
+
readonly serverGroupId: string;
|
|
22
|
+
readonly totalCount: number;
|
|
23
|
+
}
|
|
24
|
+
export declare function getServerGroupAttributesOutput(args: GetServerGroupAttributesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServerGroupAttributesResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getServerGroupAttributes.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetServerGroupAttributesOutputArgs {
|
|
29
|
+
outputFile?: pulumi.Input<string>;
|
|
30
|
+
serverGroupId: pulumi.Input<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getServerGroupAttributesOutput = exports.getServerGroupAttributes = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
function getServerGroupAttributes(args, opts) {
|
|
9
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
|
+
return pulumi.runtime.invoke("volcengine:nlb/getServerGroupAttributes:getServerGroupAttributes", {
|
|
11
|
+
"outputFile": args.outputFile,
|
|
12
|
+
"serverGroupId": args.serverGroupId,
|
|
13
|
+
}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getServerGroupAttributes = getServerGroupAttributes;
|
|
16
|
+
function getServerGroupAttributesOutput(args, opts) {
|
|
17
|
+
return pulumi.output(args).apply((a) => getServerGroupAttributes(a, opts));
|
|
18
|
+
}
|
|
19
|
+
exports.getServerGroupAttributesOutput = getServerGroupAttributesOutput;
|
|
20
|
+
//# sourceMappingURL=getServerGroupAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getServerGroupAttributes.js","sourceRoot":"","sources":["../../nlb/getServerGroupAttributes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IAEpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC;AAuBD,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
export declare function getServerGroups(args?: GetServerGroupsArgs, opts?: pulumi.InvokeOptions): Promise<GetServerGroupsResult>;
|
|
5
|
+
/**
|
|
6
|
+
* A collection of arguments for invoking getServerGroups.
|
|
7
|
+
*/
|
|
8
|
+
export interface GetServerGroupsArgs {
|
|
9
|
+
instanceIds?: string[];
|
|
10
|
+
outputFile?: string;
|
|
11
|
+
projectName?: string;
|
|
12
|
+
serverGroupIds?: string[];
|
|
13
|
+
serverGroupName?: string;
|
|
14
|
+
serverIps?: string[];
|
|
15
|
+
tags?: inputs.nlb.GetServerGroupsTag[];
|
|
16
|
+
type?: string;
|
|
17
|
+
vpcId?: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* A collection of values returned by getServerGroups.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetServerGroupsResult {
|
|
23
|
+
/**
|
|
24
|
+
* The provider-assigned unique ID for this managed resource.
|
|
25
|
+
*/
|
|
26
|
+
readonly id: string;
|
|
27
|
+
readonly instanceIds?: string[];
|
|
28
|
+
readonly outputFile?: string;
|
|
29
|
+
readonly projectName?: string;
|
|
30
|
+
readonly serverGroupIds?: string[];
|
|
31
|
+
readonly serverGroupName?: string;
|
|
32
|
+
readonly serverGroups: outputs.nlb.GetServerGroupsServerGroup[];
|
|
33
|
+
readonly serverIps?: string[];
|
|
34
|
+
readonly tags?: outputs.nlb.GetServerGroupsTag[];
|
|
35
|
+
readonly totalCount: number;
|
|
36
|
+
readonly type?: string;
|
|
37
|
+
readonly vpcId?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare function getServerGroupsOutput(args?: GetServerGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServerGroupsResult>;
|
|
40
|
+
/**
|
|
41
|
+
* A collection of arguments for invoking getServerGroups.
|
|
42
|
+
*/
|
|
43
|
+
export interface GetServerGroupsOutputArgs {
|
|
44
|
+
instanceIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
45
|
+
outputFile?: pulumi.Input<string>;
|
|
46
|
+
projectName?: pulumi.Input<string>;
|
|
47
|
+
serverGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
48
|
+
serverGroupName?: pulumi.Input<string>;
|
|
49
|
+
serverIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50
|
+
tags?: pulumi.Input<pulumi.Input<inputs.nlb.GetServerGroupsTagArgs>[]>;
|
|
51
|
+
type?: pulumi.Input<string>;
|
|
52
|
+
vpcId?: pulumi.Input<string>;
|
|
53
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getServerGroupsOutput = exports.getServerGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
function getServerGroups(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
|
+
return pulumi.runtime.invoke("volcengine:nlb/getServerGroups:getServerGroups", {
|
|
12
|
+
"instanceIds": args.instanceIds,
|
|
13
|
+
"outputFile": args.outputFile,
|
|
14
|
+
"projectName": args.projectName,
|
|
15
|
+
"serverGroupIds": args.serverGroupIds,
|
|
16
|
+
"serverGroupName": args.serverGroupName,
|
|
17
|
+
"serverIps": args.serverIps,
|
|
18
|
+
"tags": args.tags,
|
|
19
|
+
"type": args.type,
|
|
20
|
+
"vpcId": args.vpcId,
|
|
21
|
+
}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getServerGroups = getServerGroups;
|
|
24
|
+
function getServerGroupsOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply((a) => getServerGroups(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getServerGroupsOutput = getServerGroupsOutput;
|
|
28
|
+
//# sourceMappingURL=getServerGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getServerGroups.js","sourceRoot":"","sources":["../../nlb/getServerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,0CAeC;AAqCD,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
package/nlb/getTags.d.ts
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
export declare function getTags(args: GetTagsArgs, opts?: pulumi.InvokeOptions): Promise<GetTagsResult>;
|
|
5
|
+
/**
|
|
6
|
+
* A collection of arguments for invoking getTags.
|
|
7
|
+
*/
|
|
8
|
+
export interface GetTagsArgs {
|
|
9
|
+
outputFile?: string;
|
|
10
|
+
resourceIds?: string[];
|
|
11
|
+
resourceType: string;
|
|
12
|
+
tagFilters?: inputs.nlb.GetTagsTagFilter[];
|
|
13
|
+
tagType?: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getTags.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetTagsResult {
|
|
19
|
+
/**
|
|
20
|
+
* The provider-assigned unique ID for this managed resource.
|
|
21
|
+
*/
|
|
22
|
+
readonly id: string;
|
|
23
|
+
readonly outputFile?: string;
|
|
24
|
+
readonly resourceIds?: string[];
|
|
25
|
+
readonly resourceType: string;
|
|
26
|
+
readonly tagFilters?: outputs.nlb.GetTagsTagFilter[];
|
|
27
|
+
readonly tagType?: string;
|
|
28
|
+
readonly tags: outputs.nlb.GetTagsTag[];
|
|
29
|
+
readonly totalCount: number;
|
|
30
|
+
}
|
|
31
|
+
export declare function getTagsOutput(args: GetTagsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTagsResult>;
|
|
32
|
+
/**
|
|
33
|
+
* A collection of arguments for invoking getTags.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetTagsOutputArgs {
|
|
36
|
+
outputFile?: pulumi.Input<string>;
|
|
37
|
+
resourceIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
38
|
+
resourceType: pulumi.Input<string>;
|
|
39
|
+
tagFilters?: pulumi.Input<pulumi.Input<inputs.nlb.GetTagsTagFilterArgs>[]>;
|
|
40
|
+
tagType?: pulumi.Input<string>;
|
|
41
|
+
}
|
package/nlb/getTags.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getTagsOutput = exports.getTags = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
function getTags(args, opts) {
|
|
9
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
|
+
return pulumi.runtime.invoke("volcengine:nlb/getTags:getTags", {
|
|
11
|
+
"outputFile": args.outputFile,
|
|
12
|
+
"resourceIds": args.resourceIds,
|
|
13
|
+
"resourceType": args.resourceType,
|
|
14
|
+
"tagFilters": args.tagFilters,
|
|
15
|
+
"tagType": args.tagType,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getTags = getTags;
|
|
19
|
+
function getTagsOutput(args, opts) {
|
|
20
|
+
return pulumi.output(args).apply((a) => getTags(a, opts));
|
|
21
|
+
}
|
|
22
|
+
exports.getTagsOutput = getTagsOutput;
|
|
23
|
+
//# sourceMappingURL=getTags.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTags.js","sourceRoot":"","sources":["../../nlb/getTags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0BAUC;AA6BD,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
export declare function getZones(args?: GetZonesArgs, opts?: pulumi.InvokeOptions): Promise<GetZonesResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of arguments for invoking getZones.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetZonesArgs {
|
|
8
|
+
outputFile?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* A collection of values returned by getZones.
|
|
12
|
+
*/
|
|
13
|
+
export interface GetZonesResult {
|
|
14
|
+
/**
|
|
15
|
+
* The provider-assigned unique ID for this managed resource.
|
|
16
|
+
*/
|
|
17
|
+
readonly id: string;
|
|
18
|
+
readonly outputFile?: string;
|
|
19
|
+
readonly totalCount: number;
|
|
20
|
+
readonly zones: outputs.nlb.GetZonesZone[];
|
|
21
|
+
}
|
|
22
|
+
export declare function getZonesOutput(args?: GetZonesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetZonesResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getZones.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetZonesOutputArgs {
|
|
27
|
+
outputFile?: pulumi.Input<string>;
|
|
28
|
+
}
|
package/nlb/getZones.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getZonesOutput = exports.getZones = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
function getZones(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
|
+
return pulumi.runtime.invoke("volcengine:nlb/getZones:getZones", {
|
|
12
|
+
"outputFile": args.outputFile,
|
|
13
|
+
}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getZones = getZones;
|
|
16
|
+
function getZonesOutput(args, opts) {
|
|
17
|
+
return pulumi.output(args).apply((a) => getZones(a, opts));
|
|
18
|
+
}
|
|
19
|
+
exports.getZonesOutput = getZonesOutput;
|
|
20
|
+
//# sourceMappingURL=getZones.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZones.js","sourceRoot":"","sources":["../../nlb/getZones.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAqBD,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
|