@volcengine/pulumi 0.0.42 → 0.0.44-alpha.1769951655
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/accessLog.d.ts +79 -0
- package/alb/accessLog.js +76 -0
- package/alb/accessLog.js.map +1 -0
- package/alb/acl.d.ts +28 -0
- package/alb/acl.js +6 -0
- package/alb/acl.js.map +1 -1
- package/alb/acls.d.ts +13 -0
- package/alb/acls.js +1 -0
- package/alb/acls.js.map +1 -1
- package/alb/alb.d.ts +151 -4
- package/alb/alb.js +51 -4
- package/alb/alb.js.map +1 -1
- package/alb/albs.d.ts +24 -0
- package/alb/albs.js +2 -0
- package/alb/albs.js.map +1 -1
- package/alb/allCertificates.d.ts +151 -0
- package/alb/allCertificates.js +71 -0
- package/alb/allCertificates.js.map +1 -0
- package/alb/cacertificate.d.ts +8 -0
- package/alb/cacertificate.js +2 -0
- package/alb/cacertificate.js.map +1 -1
- package/alb/certificate.d.ts +26 -0
- package/alb/certificate.js +8 -0
- package/alb/certificate.js.map +1 -1
- package/alb/certificates.d.ts +33 -0
- package/alb/certificates.js +10 -0
- package/alb/certificates.js.map +1 -1
- package/alb/customizedCfg.d.ts +14 -0
- package/alb/customizedCfg.js +2 -0
- package/alb/customizedCfg.js.map +1 -1
- package/alb/customizedCfgs.d.ts +13 -0
- package/alb/customizedCfgs.js +1 -0
- package/alb/customizedCfgs.js.map +1 -1
- package/alb/getAcls.d.ts +13 -0
- package/alb/getAcls.js +1 -0
- package/alb/getAcls.js.map +1 -1
- package/alb/getAlbs.d.ts +24 -0
- package/alb/getAlbs.js +2 -0
- package/alb/getAlbs.js.map +1 -1
- package/alb/getAllCertificates.d.ts +149 -0
- package/alb/getAllCertificates.js +68 -0
- package/alb/getAllCertificates.js.map +1 -0
- package/alb/getCertificates.d.ts +33 -0
- package/alb/getCertificates.js +10 -0
- package/alb/getCertificates.js.map +1 -1
- package/alb/getCustomizedCfgs.d.ts +13 -0
- package/alb/getCustomizedCfgs.js +1 -0
- package/alb/getCustomizedCfgs.js.map +1 -1
- package/alb/getHealthCheckTemplates.d.ts +33 -0
- package/alb/getHealthCheckTemplates.js +10 -0
- package/alb/getHealthCheckTemplates.js.map +1 -1
- package/alb/getListenerHealths.d.ts +103 -0
- package/alb/getListenerHealths.js +58 -0
- package/alb/getListenerHealths.js.map +1 -0
- package/alb/getListeners.d.ts +25 -0
- package/alb/getListeners.js +2 -0
- package/alb/getListeners.js.map +1 -1
- package/alb/getServerGroupServers.d.ts +20 -0
- package/alb/getServerGroupServers.js +4 -0
- package/alb/getServerGroupServers.js.map +1 -1
- package/alb/getServerGroups.d.ts +25 -0
- package/alb/getServerGroups.js +2 -0
- package/alb/getServerGroups.js.map +1 -1
- package/alb/healthCheckTemplate.d.ts +45 -3
- package/alb/healthCheckTemplate.js +10 -0
- package/alb/healthCheckTemplate.js.map +1 -1
- package/alb/healthCheckTemplates.d.ts +33 -0
- package/alb/healthCheckTemplates.js +10 -0
- package/alb/healthCheckTemplates.js.map +1 -1
- package/alb/healthLog.d.ts +92 -0
- package/alb/healthLog.js +82 -0
- package/alb/healthLog.js.map +1 -0
- package/alb/index.d.ts +24 -0
- package/alb/index.js +34 -2
- package/alb/index.js.map +1 -1
- package/alb/listener.d.ts +101 -3
- package/alb/listener.js +26 -0
- package/alb/listener.js.map +1 -1
- package/alb/listenerDomainExtension.d.ts +41 -5
- package/alb/listenerDomainExtension.js +6 -3
- package/alb/listenerDomainExtension.js.map +1 -1
- package/alb/listenerHealths.d.ts +105 -0
- package/alb/listenerHealths.js +61 -0
- package/alb/listenerHealths.js.map +1 -0
- package/alb/listeners.d.ts +25 -0
- package/alb/listeners.js +2 -0
- package/alb/listeners.js.map +1 -1
- package/alb/replaceCertificate.d.ts +226 -0
- package/alb/replaceCertificate.js +128 -0
- package/alb/replaceCertificate.js.map +1 -0
- package/alb/rule.d.ts +107 -0
- package/alb/rule.js +47 -0
- package/alb/rule.js.map +1 -1
- package/alb/serverGroup.d.ts +60 -0
- package/alb/serverGroup.js +20 -0
- package/alb/serverGroup.js.map +1 -1
- package/alb/serverGroupServer.d.ts +18 -6
- package/alb/serverGroupServer.js +2 -0
- package/alb/serverGroupServer.js.map +1 -1
- package/alb/serverGroupServers.d.ts +20 -0
- package/alb/serverGroupServers.js +4 -0
- package/alb/serverGroupServers.js.map +1 -1
- package/alb/serverGroups.d.ts +25 -0
- package/alb/serverGroups.js +2 -0
- package/alb/serverGroups.js.map +1 -1
- package/alb/tlsAccessLog.d.ts +92 -0
- package/alb/tlsAccessLog.js +82 -0
- package/alb/tlsAccessLog.js.map +1 -0
- package/clb/accessLog.d.ts +122 -0
- package/clb/accessLog.js +86 -0
- package/clb/accessLog.js.map +1 -0
- package/clb/acl.d.ts +16 -0
- package/clb/acl.js +6 -0
- package/clb/acl.js.map +1 -1
- package/clb/acls.d.ts +21 -0
- package/clb/acls.js +9 -0
- package/clb/acls.js.map +1 -1
- package/clb/clb.d.ts +78 -2
- package/clb/clb.js +13 -1
- package/clb/clb.js.map +1 -1
- package/clb/clbs.d.ts +79 -1
- package/clb/clbs.js +7 -0
- package/clb/clbs.js.map +1 -1
- package/clb/getAcls.d.ts +21 -0
- package/clb/getAcls.js +9 -0
- package/clb/getAcls.js.map +1 -1
- package/clb/getClbs.d.ts +79 -1
- package/clb/getClbs.js +7 -0
- package/clb/getClbs.js.map +1 -1
- package/clb/getHealthCheckLogProjects.d.ts +62 -0
- package/clb/getHealthCheckLogProjects.js +42 -0
- package/clb/getHealthCheckLogProjects.js.map +1 -0
- package/clb/getHealthCheckLogTopics.d.ts +75 -0
- package/clb/getHealthCheckLogTopics.js +46 -0
- package/clb/getHealthCheckLogTopics.js.map +1 -0
- package/clb/getListenerHealths.d.ts +84 -0
- package/clb/getListenerHealths.js +47 -0
- package/clb/getListenerHealths.js.map +1 -0
- package/clb/getListeners.d.ts +28 -0
- package/clb/getListeners.js +2 -0
- package/clb/getListeners.js.map +1 -1
- package/clb/getRules.d.ts +13 -0
- package/clb/getRules.js +1 -0
- package/clb/getRules.js.map +1 -1
- package/clb/getServerGroups.d.ts +28 -0
- package/clb/getServerGroups.js +2 -0
- package/clb/getServerGroups.js.map +1 -1
- package/clb/healthCheckLogProject.d.ts +63 -0
- package/clb/healthCheckLogProject.js +68 -0
- package/clb/healthCheckLogProject.js.map +1 -0
- package/clb/healthCheckLogProjects.d.ts +64 -0
- package/clb/healthCheckLogProjects.js +45 -0
- package/clb/healthCheckLogProjects.js.map +1 -0
- package/clb/healthCheckLogTopic.d.ts +86 -0
- package/clb/healthCheckLogTopic.js +83 -0
- package/clb/healthCheckLogTopic.js.map +1 -0
- package/clb/healthCheckLogTopics.d.ts +77 -0
- package/clb/healthCheckLogTopics.js +49 -0
- package/clb/healthCheckLogTopics.js.map +1 -0
- package/clb/index.d.ts +27 -0
- package/clb/index.js +35 -1
- package/clb/index.js.map +1 -1
- package/clb/listener.d.ts +254 -3
- package/clb/listener.js +71 -0
- package/clb/listener.js.map +1 -1
- package/clb/listenerHealths.d.ts +86 -0
- package/clb/listenerHealths.js +50 -0
- package/clb/listenerHealths.js.map +1 -0
- package/clb/listeners.d.ts +28 -0
- package/clb/listeners.js +2 -0
- package/clb/listeners.js.map +1 -1
- package/clb/rule.d.ts +59 -4
- package/clb/rule.js +23 -3
- package/clb/rule.js.map +1 -1
- package/clb/rules.d.ts +13 -0
- package/clb/rules.js +1 -0
- package/clb/rules.js.map +1 -1
- package/clb/serverGroup.d.ts +43 -0
- package/clb/serverGroup.js +11 -0
- package/clb/serverGroup.js.map +1 -1
- package/clb/serverGroupServer.d.ts +30 -6
- package/clb/serverGroupServer.js +24 -0
- package/clb/serverGroupServer.js.map +1 -1
- package/clb/serverGroups.d.ts +28 -0
- package/clb/serverGroups.js +2 -0
- package/clb/serverGroups.js.map +1 -1
- package/package.json +1 -1
- package/redis/getPitrTimeWindows.d.ts +0 -50
- package/redis/getPitrTimeWindows.js +0 -32
- package/redis/getPitrTimeWindows.js.map +1 -1
- package/redis/pitrTimeWindows.d.ts +0 -50
- package/redis/pitrTimeWindows.js +0 -32
- package/redis/pitrTimeWindows.js.map +1 -1
- package/tls/account.d.ts +71 -0
- package/tls/account.js +70 -0
- package/tls/account.js.map +1 -0
- package/tls/accounts.d.ts +64 -0
- package/tls/accounts.js +45 -0
- package/tls/accounts.js.map +1 -0
- package/tls/alarm.d.ts +74 -14
- package/tls/alarm.js +33 -13
- package/tls/alarm.js.map +1 -1
- package/tls/alarmContentTemplate.d.ts +219 -0
- package/tls/alarmContentTemplate.js +135 -0
- package/tls/alarmContentTemplate.js.map +1 -0
- package/tls/alarmContentTemplates.d.ts +115 -0
- package/tls/alarmContentTemplates.js +50 -0
- package/tls/alarmContentTemplates.js.map +1 -0
- package/tls/alarmNotifyGroup.d.ts +16 -27
- package/tls/alarmNotifyGroup.js +2 -29
- package/tls/alarmNotifyGroup.js.map +1 -1
- package/tls/alarmWebhookIntegration.d.ts +155 -0
- package/tls/alarmWebhookIntegration.js +103 -0
- package/tls/alarmWebhookIntegration.js.map +1 -0
- package/tls/alarmWebhookIntegrations.d.ts +100 -0
- package/tls/alarmWebhookIntegrations.js +48 -0
- package/tls/alarmWebhookIntegrations.js.map +1 -0
- package/tls/alarms.d.ts +7 -11
- package/tls/alarms.js +3 -6
- package/tls/alarms.js.map +1 -1
- package/tls/consumerGroup.d.ts +3 -3
- package/tls/consumerGroup.js +3 -3
- package/tls/consumerGroups.d.ts +38 -2
- package/tls/consumerGroups.js +38 -2
- package/tls/consumerGroups.js.map +1 -1
- package/tls/describeTraces.d.ts +91 -0
- package/tls/describeTraces.js +52 -0
- package/tls/describeTraces.js.map +1 -0
- package/tls/downloadTask.d.ts +239 -0
- package/tls/downloadTask.js +125 -0
- package/tls/downloadTask.js.map +1 -0
- package/tls/downloadTasks.d.ts +105 -0
- package/tls/downloadTasks.js +56 -0
- package/tls/downloadTasks.js.map +1 -0
- package/tls/downloadUrls.d.ts +95 -0
- package/tls/downloadUrls.js +80 -0
- package/tls/downloadUrls.js.map +1 -0
- package/tls/etlTask.d.ts +4 -4
- package/tls/etlTask.js +4 -4
- package/tls/getAccounts.d.ts +62 -0
- package/tls/getAccounts.js +42 -0
- package/tls/getAccounts.js.map +1 -0
- package/tls/getAlarmContentTemplates.d.ts +113 -0
- package/tls/getAlarmContentTemplates.js +47 -0
- package/tls/getAlarmContentTemplates.js.map +1 -0
- package/tls/getAlarmWebhookIntegrations.d.ts +98 -0
- package/tls/getAlarmWebhookIntegrations.js +45 -0
- package/tls/getAlarmWebhookIntegrations.js.map +1 -0
- package/tls/getAlarms.d.ts +7 -11
- package/tls/getAlarms.js +3 -6
- package/tls/getAlarms.js.map +1 -1
- package/tls/getConsumerGroups.d.ts +38 -2
- package/tls/getConsumerGroups.js +38 -2
- package/tls/getConsumerGroups.js.map +1 -1
- package/tls/getDescribeTraces.d.ts +89 -0
- package/tls/getDescribeTraces.js +49 -0
- package/tls/getDescribeTraces.js.map +1 -0
- package/tls/getDownloadTasks.d.ts +103 -0
- package/tls/getDownloadTasks.js +53 -0
- package/tls/getDownloadTasks.js.map +1 -0
- package/tls/getDownloadUrls.d.ts +93 -0
- package/tls/getDownloadUrls.js +77 -0
- package/tls/getDownloadUrls.js.map +1 -0
- package/tls/getHostGroupRules.d.ts +75 -0
- package/tls/getHostGroupRules.js +46 -0
- package/tls/getHostGroupRules.js.map +1 -0
- package/tls/getHostGroups.d.ts +11 -8
- package/tls/getHostGroups.js +3 -8
- package/tls/getHostGroups.js.map +1 -1
- package/tls/getHosts.d.ts +2 -2
- package/tls/getHosts.js +2 -2
- package/tls/getIndexes.d.ts +2 -2
- package/tls/getIndexes.js +2 -2
- package/tls/getLogContexts.d.ts +105 -0
- package/tls/getLogContexts.js +32 -0
- package/tls/getLogContexts.js.map +1 -0
- package/tls/getLogHistograms.d.ts +120 -0
- package/tls/getLogHistograms.js +57 -0
- package/tls/getLogHistograms.js.map +1 -0
- package/tls/getLogSearches.d.ts +164 -0
- package/tls/getLogSearches.js +62 -0
- package/tls/getLogSearches.js.map +1 -0
- package/tls/getRuleAppliers.d.ts +251 -17
- package/tls/getRuleAppliers.js +239 -5
- package/tls/getRuleAppliers.js.map +1 -1
- package/tls/getRuleBoundHostGroups.d.ts +75 -0
- package/tls/getRuleBoundHostGroups.js +46 -0
- package/tls/getRuleBoundHostGroups.js.map +1 -0
- package/tls/getRules.d.ts +54 -7
- package/tls/getRules.js +15 -2
- package/tls/getRules.js.map +1 -1
- package/tls/getSearchTraces.d.ts +85 -0
- package/tls/getSearchTraces.js +47 -0
- package/tls/getSearchTraces.js.map +1 -0
- package/tls/getShards.d.ts +2 -2
- package/tls/getShards.js +2 -2
- package/tls/getTagResources.d.ts +167 -0
- package/tls/getTagResources.js +106 -0
- package/tls/getTagResources.js.map +1 -0
- package/tls/getTags.d.ts +115 -0
- package/tls/getTags.js +54 -0
- package/tls/getTags.js.map +1 -0
- package/tls/getTopics.d.ts +4 -13
- package/tls/getTopics.js +4 -5
- package/tls/getTopics.js.map +1 -1
- package/tls/getTraceInstances.d.ts +154 -0
- package/tls/getTraceInstances.js +63 -0
- package/tls/getTraceInstances.js.map +1 -0
- package/tls/host.d.ts +23 -10
- package/tls/host.js +21 -11
- package/tls/host.js.map +1 -1
- package/tls/hostGroup.d.ts +20 -27
- package/tls/hostGroup.js +20 -9
- package/tls/hostGroup.js.map +1 -1
- package/tls/hostGroupRules.d.ts +77 -0
- package/tls/hostGroupRules.js +49 -0
- package/tls/hostGroupRules.js.map +1 -0
- package/tls/hostGroups.d.ts +11 -8
- package/tls/hostGroups.js +3 -8
- package/tls/hostGroups.js.map +1 -1
- package/tls/hosts.d.ts +2 -2
- package/tls/hosts.js +2 -2
- package/tls/index.d.ts +117 -0
- package/tls/index.js +138 -2
- package/tls/index.js.map +1 -1
- package/tls/index_.d.ts +55 -32
- package/tls/index_.js +35 -32
- package/tls/index_.js.map +1 -1
- package/tls/indexes.d.ts +2 -2
- package/tls/indexes.js +2 -2
- package/tls/logContexts.d.ts +107 -0
- package/tls/logContexts.js +35 -0
- package/tls/logContexts.js.map +1 -0
- package/tls/logHistograms.d.ts +122 -0
- package/tls/logHistograms.js +60 -0
- package/tls/logHistograms.js.map +1 -0
- package/tls/logSearches.d.ts +166 -0
- package/tls/logSearches.js +65 -0
- package/tls/logSearches.js.map +1 -0
- package/tls/project.d.ts +24 -29
- package/tls/project.js +17 -11
- package/tls/project.js.map +1 -1
- package/tls/rule.d.ts +79 -36
- package/tls/rule.js +79 -36
- package/tls/rule.js.map +1 -1
- package/tls/ruleAppliers.d.ts +251 -17
- package/tls/ruleAppliers.js +239 -5
- package/tls/ruleAppliers.js.map +1 -1
- package/tls/ruleBoundHostGroup.d.ts +82 -0
- package/tls/ruleBoundHostGroup.js +79 -0
- package/tls/ruleBoundHostGroup.js.map +1 -0
- package/tls/ruleBoundHostGroups.d.ts +77 -0
- package/tls/ruleBoundHostGroups.js +49 -0
- package/tls/ruleBoundHostGroups.js.map +1 -0
- package/tls/rules.d.ts +54 -7
- package/tls/rules.js +15 -2
- package/tls/rules.js.map +1 -1
- package/tls/searchTraces.d.ts +87 -0
- package/tls/searchTraces.js +50 -0
- package/tls/searchTraces.js.map +1 -0
- package/tls/shard.d.ts +101 -0
- package/tls/shard.js +83 -0
- package/tls/shard.js.map +1 -0
- package/tls/shards.d.ts +2 -2
- package/tls/shards.js +2 -2
- package/tls/shipper.d.ts +17 -6
- package/tls/shipper.js +7 -6
- package/tls/shipper.js.map +1 -1
- package/tls/tag.d.ts +112 -0
- package/tls/tag.js +100 -0
- package/tls/tag.js.map +1 -0
- package/tls/tagResource.d.ts +111 -0
- package/tls/tagResource.js +99 -0
- package/tls/tagResource.js.map +1 -0
- package/tls/tagResources.d.ts +169 -0
- package/tls/tagResources.js +109 -0
- package/tls/tagResources.js.map +1 -0
- package/tls/tags.d.ts +117 -0
- package/tls/tags.js +57 -0
- package/tls/tags.js.map +1 -0
- package/tls/topic.d.ts +84 -3
- package/tls/topic.js +24 -3
- package/tls/topic.js.map +1 -1
- package/tls/topics.d.ts +4 -13
- package/tls/topics.js +4 -5
- package/tls/topics.js.map +1 -1
- package/tls/traceInstance.d.ts +122 -0
- package/tls/traceInstance.js +97 -0
- package/tls/traceInstance.js.map +1 -0
- package/tls/traceInstances.d.ts +156 -0
- package/tls/traceInstances.js +66 -0
- package/tls/traceInstances.js.map +1 -0
- package/types/input.d.ts +4211 -2621
- package/types/output.d.ts +6032 -884
package/clb/getClbs.d.ts
CHANGED
|
@@ -51,6 +51,14 @@ export declare function getClbs(args?: GetClbsArgs, opts?: pulumi.InvokeOptions)
|
|
|
51
51
|
* A collection of arguments for invoking getClbs.
|
|
52
52
|
*/
|
|
53
53
|
export interface GetClbsArgs {
|
|
54
|
+
/**
|
|
55
|
+
* The address IP version of the CLB.
|
|
56
|
+
*/
|
|
57
|
+
addressIpVersion?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The public ip address of the Clb.
|
|
60
|
+
*/
|
|
61
|
+
eipAddress?: string;
|
|
54
62
|
/**
|
|
55
63
|
* The private ip address of the Clb.
|
|
56
64
|
*/
|
|
@@ -59,10 +67,22 @@ export interface GetClbsArgs {
|
|
|
59
67
|
* A list of Clb IDs.
|
|
60
68
|
*/
|
|
61
69
|
ids?: string[];
|
|
70
|
+
/**
|
|
71
|
+
* The IDs of the backend server of the CLB.
|
|
72
|
+
*/
|
|
73
|
+
instanceIds?: string[];
|
|
74
|
+
/**
|
|
75
|
+
* The IP address of the backend server of the CLB.
|
|
76
|
+
*/
|
|
77
|
+
instanceIps?: string[];
|
|
62
78
|
/**
|
|
63
79
|
* The name of the Clb.
|
|
64
80
|
*/
|
|
65
81
|
loadBalancerName?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The master zone ID of the CLB.
|
|
84
|
+
*/
|
|
85
|
+
masterZoneId?: string;
|
|
66
86
|
/**
|
|
67
87
|
* A Name Regex of Clb.
|
|
68
88
|
*/
|
|
@@ -75,10 +95,18 @@ export interface GetClbsArgs {
|
|
|
75
95
|
* The ProjectName of Clb.
|
|
76
96
|
*/
|
|
77
97
|
projectName?: string;
|
|
98
|
+
/**
|
|
99
|
+
* The status of the CLB.
|
|
100
|
+
*/
|
|
101
|
+
status?: string;
|
|
78
102
|
/**
|
|
79
103
|
* Tags.
|
|
80
104
|
*/
|
|
81
105
|
tags?: inputs.clb.GetClbsTag[];
|
|
106
|
+
/**
|
|
107
|
+
* The network type of the CLB.
|
|
108
|
+
*/
|
|
109
|
+
type?: string;
|
|
82
110
|
/**
|
|
83
111
|
* The id of the VPC.
|
|
84
112
|
*/
|
|
@@ -88,12 +116,20 @@ export interface GetClbsArgs {
|
|
|
88
116
|
* A collection of values returned by getClbs.
|
|
89
117
|
*/
|
|
90
118
|
export interface GetClbsResult {
|
|
119
|
+
/**
|
|
120
|
+
* The address ip version of the Clb.
|
|
121
|
+
*/
|
|
122
|
+
readonly addressIpVersion?: string;
|
|
91
123
|
/**
|
|
92
124
|
* The collection of Clb query.
|
|
93
125
|
*/
|
|
94
126
|
readonly clbs: outputs.clb.GetClbsClb[];
|
|
95
127
|
/**
|
|
96
|
-
* The
|
|
128
|
+
* The public IPv4 address bound to the private IPv4 address.
|
|
129
|
+
*/
|
|
130
|
+
readonly eipAddress?: string;
|
|
131
|
+
/**
|
|
132
|
+
* The private IPv4 address of the CLB instance.
|
|
97
133
|
*/
|
|
98
134
|
readonly eniAddress?: string;
|
|
99
135
|
/**
|
|
@@ -101,16 +137,26 @@ export interface GetClbsResult {
|
|
|
101
137
|
*/
|
|
102
138
|
readonly id: string;
|
|
103
139
|
readonly ids?: string[];
|
|
140
|
+
readonly instanceIds?: string[];
|
|
141
|
+
readonly instanceIps?: string[];
|
|
104
142
|
/**
|
|
105
143
|
* The name of the Clb.
|
|
106
144
|
*/
|
|
107
145
|
readonly loadBalancerName?: string;
|
|
146
|
+
/**
|
|
147
|
+
* The master zone ID of the CLB.
|
|
148
|
+
*/
|
|
149
|
+
readonly masterZoneId?: string;
|
|
108
150
|
readonly nameRegex?: string;
|
|
109
151
|
readonly outputFile?: string;
|
|
110
152
|
/**
|
|
111
153
|
* The ProjectName of the Clb.
|
|
112
154
|
*/
|
|
113
155
|
readonly projectName?: string;
|
|
156
|
+
/**
|
|
157
|
+
* The status of the Clb.
|
|
158
|
+
*/
|
|
159
|
+
readonly status?: string;
|
|
114
160
|
/**
|
|
115
161
|
* Tags.
|
|
116
162
|
*/
|
|
@@ -119,6 +165,10 @@ export interface GetClbsResult {
|
|
|
119
165
|
* The total count of Clb query.
|
|
120
166
|
*/
|
|
121
167
|
readonly totalCount: number;
|
|
168
|
+
/**
|
|
169
|
+
* The type of the Clb.
|
|
170
|
+
*/
|
|
171
|
+
readonly type?: string;
|
|
122
172
|
/**
|
|
123
173
|
* The vpc ID of the Clb.
|
|
124
174
|
*/
|
|
@@ -174,6 +224,14 @@ export declare function getClbsOutput(args?: GetClbsOutputArgs, opts?: pulumi.In
|
|
|
174
224
|
* A collection of arguments for invoking getClbs.
|
|
175
225
|
*/
|
|
176
226
|
export interface GetClbsOutputArgs {
|
|
227
|
+
/**
|
|
228
|
+
* The address IP version of the CLB.
|
|
229
|
+
*/
|
|
230
|
+
addressIpVersion?: pulumi.Input<string>;
|
|
231
|
+
/**
|
|
232
|
+
* The public ip address of the Clb.
|
|
233
|
+
*/
|
|
234
|
+
eipAddress?: pulumi.Input<string>;
|
|
177
235
|
/**
|
|
178
236
|
* The private ip address of the Clb.
|
|
179
237
|
*/
|
|
@@ -182,10 +240,22 @@ export interface GetClbsOutputArgs {
|
|
|
182
240
|
* A list of Clb IDs.
|
|
183
241
|
*/
|
|
184
242
|
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
243
|
+
/**
|
|
244
|
+
* The IDs of the backend server of the CLB.
|
|
245
|
+
*/
|
|
246
|
+
instanceIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
247
|
+
/**
|
|
248
|
+
* The IP address of the backend server of the CLB.
|
|
249
|
+
*/
|
|
250
|
+
instanceIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
185
251
|
/**
|
|
186
252
|
* The name of the Clb.
|
|
187
253
|
*/
|
|
188
254
|
loadBalancerName?: pulumi.Input<string>;
|
|
255
|
+
/**
|
|
256
|
+
* The master zone ID of the CLB.
|
|
257
|
+
*/
|
|
258
|
+
masterZoneId?: pulumi.Input<string>;
|
|
189
259
|
/**
|
|
190
260
|
* A Name Regex of Clb.
|
|
191
261
|
*/
|
|
@@ -198,10 +268,18 @@ export interface GetClbsOutputArgs {
|
|
|
198
268
|
* The ProjectName of Clb.
|
|
199
269
|
*/
|
|
200
270
|
projectName?: pulumi.Input<string>;
|
|
271
|
+
/**
|
|
272
|
+
* The status of the CLB.
|
|
273
|
+
*/
|
|
274
|
+
status?: pulumi.Input<string>;
|
|
201
275
|
/**
|
|
202
276
|
* Tags.
|
|
203
277
|
*/
|
|
204
278
|
tags?: pulumi.Input<pulumi.Input<inputs.clb.GetClbsTagArgs>[]>;
|
|
279
|
+
/**
|
|
280
|
+
* The network type of the CLB.
|
|
281
|
+
*/
|
|
282
|
+
type?: pulumi.Input<string>;
|
|
205
283
|
/**
|
|
206
284
|
* The id of the VPC.
|
|
207
285
|
*/
|
package/clb/getClbs.js
CHANGED
|
@@ -54,13 +54,20 @@ function getClbs(args, opts) {
|
|
|
54
54
|
args = args || {};
|
|
55
55
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
56
56
|
return pulumi.runtime.invoke("volcengine:clb/getClbs:getClbs", {
|
|
57
|
+
"addressIpVersion": args.addressIpVersion,
|
|
58
|
+
"eipAddress": args.eipAddress,
|
|
57
59
|
"eniAddress": args.eniAddress,
|
|
58
60
|
"ids": args.ids,
|
|
61
|
+
"instanceIds": args.instanceIds,
|
|
62
|
+
"instanceIps": args.instanceIps,
|
|
59
63
|
"loadBalancerName": args.loadBalancerName,
|
|
64
|
+
"masterZoneId": args.masterZoneId,
|
|
60
65
|
"nameRegex": args.nameRegex,
|
|
61
66
|
"outputFile": args.outputFile,
|
|
62
67
|
"projectName": args.projectName,
|
|
68
|
+
"status": args.status,
|
|
63
69
|
"tags": args.tags,
|
|
70
|
+
"type": args.type,
|
|
64
71
|
"vpcId": args.vpcId,
|
|
65
72
|
}, opts);
|
|
66
73
|
}
|
package/clb/getClbs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getClbs.js","sourceRoot":"","sources":["../../clb/getClbs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,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,gCAAgC,EAAE;QAC3D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getClbs.js","sourceRoot":"","sources":["../../clb/getClbs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,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,gCAAgC,EAAE;QAC3D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AArBD,0BAqBC;AAkID;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,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,62 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of health check log projects
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const example = volcengine.clb.getHealthCheckLogProjects({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getHealthCheckLogProjects(args?: GetHealthCheckLogProjectsArgs, opts?: pulumi.InvokeOptions): Promise<GetHealthCheckLogProjectsResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getHealthCheckLogProjects.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetHealthCheckLogProjectsArgs {
|
|
19
|
+
/**
|
|
20
|
+
* File name where to save data source results.
|
|
21
|
+
*/
|
|
22
|
+
outputFile?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getHealthCheckLogProjects.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetHealthCheckLogProjectsResult {
|
|
28
|
+
/**
|
|
29
|
+
* The collection of health check log projects.
|
|
30
|
+
*/
|
|
31
|
+
readonly healthCheckLogProjects: outputs.clb.GetHealthCheckLogProjectsHealthCheckLogProject[];
|
|
32
|
+
/**
|
|
33
|
+
* The provider-assigned unique ID for this managed resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
readonly outputFile?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The total count of query.
|
|
39
|
+
*/
|
|
40
|
+
readonly totalCount: number;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Use this data source to query detailed information of health check log projects
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
49
|
+
*
|
|
50
|
+
* const example = volcengine.clb.getHealthCheckLogProjects({});
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
export declare function getHealthCheckLogProjectsOutput(args?: GetHealthCheckLogProjectsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetHealthCheckLogProjectsResult>;
|
|
54
|
+
/**
|
|
55
|
+
* A collection of arguments for invoking getHealthCheckLogProjects.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetHealthCheckLogProjectsOutputArgs {
|
|
58
|
+
/**
|
|
59
|
+
* File name where to save data source results.
|
|
60
|
+
*/
|
|
61
|
+
outputFile?: pulumi.Input<string>;
|
|
62
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.getHealthCheckLogProjectsOutput = exports.getHealthCheckLogProjects = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of health check log projects
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const example = volcengine.clb.getHealthCheckLogProjects({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function getHealthCheckLogProjects(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:clb/getHealthCheckLogProjects:getHealthCheckLogProjects", {
|
|
23
|
+
"outputFile": args.outputFile,
|
|
24
|
+
}, opts);
|
|
25
|
+
}
|
|
26
|
+
exports.getHealthCheckLogProjects = getHealthCheckLogProjects;
|
|
27
|
+
/**
|
|
28
|
+
* Use this data source to query detailed information of health check log projects
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*
|
|
31
|
+
* ```typescript
|
|
32
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
34
|
+
*
|
|
35
|
+
* const example = volcengine.clb.getHealthCheckLogProjects({});
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
function getHealthCheckLogProjectsOutput(args, opts) {
|
|
39
|
+
return pulumi.output(args).apply((a) => getHealthCheckLogProjects(a, opts));
|
|
40
|
+
}
|
|
41
|
+
exports.getHealthCheckLogProjectsOutput = getHealthCheckLogProjectsOutput;
|
|
42
|
+
//# sourceMappingURL=getHealthCheckLogProjects.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHealthCheckLogProjects.js","sourceRoot":"","sources":["../../clb/getHealthCheckLogProjects.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,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,oEAAoE,EAAE;QAC/F,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC;AA8BD;;;;;;;;;;GAUG;AACH,SAAgB,+BAA+B,CAAC,IAA0C,EAAE,IAA2B;IACnH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,0EAEC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of health check log topics
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const example = volcengine.clb.getHealthCheckLogTopics({
|
|
12
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getHealthCheckLogTopics(args: GetHealthCheckLogTopicsArgs, opts?: pulumi.InvokeOptions): Promise<GetHealthCheckLogTopicsResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getHealthCheckLogTopics.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetHealthCheckLogTopicsArgs {
|
|
21
|
+
/**
|
|
22
|
+
* The ID of the log topic.
|
|
23
|
+
*/
|
|
24
|
+
logTopicId: string;
|
|
25
|
+
/**
|
|
26
|
+
* File name where to save data source results.
|
|
27
|
+
*/
|
|
28
|
+
outputFile?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A collection of values returned by getHealthCheckLogTopics.
|
|
32
|
+
*/
|
|
33
|
+
export interface GetHealthCheckLogTopicsResult {
|
|
34
|
+
/**
|
|
35
|
+
* The collection of query.
|
|
36
|
+
*/
|
|
37
|
+
readonly healthCheckLogTopics: outputs.clb.GetHealthCheckLogTopicsHealthCheckLogTopic[];
|
|
38
|
+
/**
|
|
39
|
+
* The provider-assigned unique ID for this managed resource.
|
|
40
|
+
*/
|
|
41
|
+
readonly id: string;
|
|
42
|
+
readonly logTopicId: string;
|
|
43
|
+
readonly outputFile?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The total count of query.
|
|
46
|
+
*/
|
|
47
|
+
readonly totalCount: number;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Use this data source to query detailed information of health check log topics
|
|
51
|
+
* ## Example Usage
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
56
|
+
*
|
|
57
|
+
* const example = volcengine.clb.getHealthCheckLogTopics({
|
|
58
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
export declare function getHealthCheckLogTopicsOutput(args: GetHealthCheckLogTopicsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetHealthCheckLogTopicsResult>;
|
|
63
|
+
/**
|
|
64
|
+
* A collection of arguments for invoking getHealthCheckLogTopics.
|
|
65
|
+
*/
|
|
66
|
+
export interface GetHealthCheckLogTopicsOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* The ID of the log topic.
|
|
69
|
+
*/
|
|
70
|
+
logTopicId: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* File name where to save data source results.
|
|
73
|
+
*/
|
|
74
|
+
outputFile?: pulumi.Input<string>;
|
|
75
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.getHealthCheckLogTopicsOutput = exports.getHealthCheckLogTopics = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of health check log topics
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const example = volcengine.clb.getHealthCheckLogTopics({
|
|
17
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getHealthCheckLogTopics(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("volcengine:clb/getHealthCheckLogTopics:getHealthCheckLogTopics", {
|
|
24
|
+
"logTopicId": args.logTopicId,
|
|
25
|
+
"outputFile": args.outputFile,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getHealthCheckLogTopics = getHealthCheckLogTopics;
|
|
29
|
+
/**
|
|
30
|
+
* Use this data source to query detailed information of health check log topics
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
36
|
+
*
|
|
37
|
+
* const example = volcengine.clb.getHealthCheckLogTopics({
|
|
38
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
function getHealthCheckLogTopicsOutput(args, opts) {
|
|
43
|
+
return pulumi.output(args).apply((a) => getHealthCheckLogTopics(a, opts));
|
|
44
|
+
}
|
|
45
|
+
exports.getHealthCheckLogTopicsOutput = getHealthCheckLogTopicsOutput;
|
|
46
|
+
//# sourceMappingURL=getHealthCheckLogTopics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHealthCheckLogTopics.js","sourceRoot":"","sources":["../../clb/getHealthCheckLogTopics.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAElG,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,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC;AAmCD;;;;;;;;;;;;GAYG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,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,84 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of listener healths
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.clb.getListenerHealths({
|
|
12
|
+
* listenerId: "lsn-mjkyvug6pwxs5smt1b9*****",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getListenerHealths(args: GetListenerHealthsArgs, opts?: pulumi.InvokeOptions): Promise<GetListenerHealthsResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getListenerHealths.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetListenerHealthsArgs {
|
|
21
|
+
/**
|
|
22
|
+
* The ID of the listener.
|
|
23
|
+
*/
|
|
24
|
+
listenerId: string;
|
|
25
|
+
/**
|
|
26
|
+
* Whether to return only unhealthy backend servers. Valid values: `true`, `false`.
|
|
27
|
+
*/
|
|
28
|
+
onlyUnHealthy?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* File name where to save data source results.
|
|
31
|
+
*/
|
|
32
|
+
outputFile?: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* A collection of values returned by getListenerHealths.
|
|
36
|
+
*/
|
|
37
|
+
export interface GetListenerHealthsResult {
|
|
38
|
+
/**
|
|
39
|
+
* The health info of backend servers.
|
|
40
|
+
*/
|
|
41
|
+
readonly healthInfos: outputs.clb.GetListenerHealthsHealthInfo[];
|
|
42
|
+
/**
|
|
43
|
+
* The provider-assigned unique ID for this managed resource.
|
|
44
|
+
*/
|
|
45
|
+
readonly id: string;
|
|
46
|
+
readonly listenerId: string;
|
|
47
|
+
readonly onlyUnHealthy?: boolean;
|
|
48
|
+
readonly outputFile?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The total count of backend servers.
|
|
51
|
+
*/
|
|
52
|
+
readonly totalCount: number;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Use this data source to query detailed information of listener healths
|
|
56
|
+
* ## Example Usage
|
|
57
|
+
*
|
|
58
|
+
* ```typescript
|
|
59
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
60
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
61
|
+
*
|
|
62
|
+
* const foo = volcengine.clb.getListenerHealths({
|
|
63
|
+
* listenerId: "lsn-mjkyvug6pwxs5smt1b9*****",
|
|
64
|
+
* });
|
|
65
|
+
* ```
|
|
66
|
+
*/
|
|
67
|
+
export declare function getListenerHealthsOutput(args: GetListenerHealthsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetListenerHealthsResult>;
|
|
68
|
+
/**
|
|
69
|
+
* A collection of arguments for invoking getListenerHealths.
|
|
70
|
+
*/
|
|
71
|
+
export interface GetListenerHealthsOutputArgs {
|
|
72
|
+
/**
|
|
73
|
+
* The ID of the listener.
|
|
74
|
+
*/
|
|
75
|
+
listenerId: pulumi.Input<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Whether to return only unhealthy backend servers. Valid values: `true`, `false`.
|
|
78
|
+
*/
|
|
79
|
+
onlyUnHealthy?: pulumi.Input<boolean>;
|
|
80
|
+
/**
|
|
81
|
+
* File name where to save data source results.
|
|
82
|
+
*/
|
|
83
|
+
outputFile?: pulumi.Input<string>;
|
|
84
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getListenerHealthsOutput = exports.getListenerHealths = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of listener healths
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.clb.getListenerHealths({
|
|
17
|
+
* listenerId: "lsn-mjkyvug6pwxs5smt1b9*****",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getListenerHealths(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("volcengine:clb/getListenerHealths:getListenerHealths", {
|
|
24
|
+
"listenerId": args.listenerId,
|
|
25
|
+
"onlyUnHealthy": args.onlyUnHealthy,
|
|
26
|
+
"outputFile": args.outputFile,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getListenerHealths = getListenerHealths;
|
|
30
|
+
/**
|
|
31
|
+
* Use this data source to query detailed information of listener healths
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
37
|
+
*
|
|
38
|
+
* const foo = volcengine.clb.getListenerHealths({
|
|
39
|
+
* listenerId: "lsn-mjkyvug6pwxs5smt1b9*****",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getListenerHealthsOutput(args, opts) {
|
|
44
|
+
return pulumi.output(args).apply((a) => getListenerHealths(a, opts));
|
|
45
|
+
}
|
|
46
|
+
exports.getListenerHealthsOutput = getListenerHealthsOutput;
|
|
47
|
+
//# sourceMappingURL=getListenerHealths.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getListenerHealths.js","sourceRoot":"","sources":["../../clb/getListenerHealths.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,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,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gDAQC;AAwCD;;;;;;;;;;;;GAYG;AACH,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"}
|
package/clb/getListeners.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of listeners
|
|
@@ -86,6 +87,14 @@ export interface GetListenersArgs {
|
|
|
86
87
|
* File name where to save data source results.
|
|
87
88
|
*/
|
|
88
89
|
outputFile?: string;
|
|
90
|
+
/**
|
|
91
|
+
* The protocol of the Listener. Values: `TCP`, `UDP`, `HTTP`, `HTTPS`.
|
|
92
|
+
*/
|
|
93
|
+
protocol?: string;
|
|
94
|
+
/**
|
|
95
|
+
* Tags.
|
|
96
|
+
*/
|
|
97
|
+
tags?: inputs.clb.GetListenersTag[];
|
|
89
98
|
}
|
|
90
99
|
/**
|
|
91
100
|
* A collection of values returned by getListeners.
|
|
@@ -104,9 +113,20 @@ export interface GetListenersResult {
|
|
|
104
113
|
* The collection of Listener query.
|
|
105
114
|
*/
|
|
106
115
|
readonly listeners: outputs.clb.GetListenersListener[];
|
|
116
|
+
/**
|
|
117
|
+
* The id of the Clb.
|
|
118
|
+
*/
|
|
107
119
|
readonly loadBalancerId?: string;
|
|
108
120
|
readonly nameRegex?: string;
|
|
109
121
|
readonly outputFile?: string;
|
|
122
|
+
/**
|
|
123
|
+
* The protocol of the Listener.
|
|
124
|
+
*/
|
|
125
|
+
readonly protocol?: string;
|
|
126
|
+
/**
|
|
127
|
+
* Tags.
|
|
128
|
+
*/
|
|
129
|
+
readonly tags?: outputs.clb.GetListenersTag[];
|
|
110
130
|
/**
|
|
111
131
|
* The total count of Listener query.
|
|
112
132
|
*/
|
|
@@ -198,4 +218,12 @@ export interface GetListenersOutputArgs {
|
|
|
198
218
|
* File name where to save data source results.
|
|
199
219
|
*/
|
|
200
220
|
outputFile?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* The protocol of the Listener. Values: `TCP`, `UDP`, `HTTP`, `HTTPS`.
|
|
223
|
+
*/
|
|
224
|
+
protocol?: pulumi.Input<string>;
|
|
225
|
+
/**
|
|
226
|
+
* Tags.
|
|
227
|
+
*/
|
|
228
|
+
tags?: pulumi.Input<pulumi.Input<inputs.clb.GetListenersTagArgs>[]>;
|
|
201
229
|
}
|
package/clb/getListeners.js
CHANGED
package/clb/getListeners.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getListeners.js","sourceRoot":"","sources":["../../clb/getListeners.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AACH,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,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;
|
|
1
|
+
{"version":3,"file":"getListeners.js","sourceRoot":"","sources":["../../clb/getListeners.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AACH,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,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,oCAaC;AAwED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AACH,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"}
|
package/clb/getRules.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of clb rules
|
|
@@ -85,6 +86,10 @@ export interface GetRulesArgs {
|
|
|
85
86
|
* File name where to save data source results.
|
|
86
87
|
*/
|
|
87
88
|
outputFile?: string;
|
|
89
|
+
/**
|
|
90
|
+
* Tags.
|
|
91
|
+
*/
|
|
92
|
+
tags?: inputs.clb.GetRulesTag[];
|
|
88
93
|
}
|
|
89
94
|
/**
|
|
90
95
|
* A collection of values returned by getRules.
|
|
@@ -101,6 +106,10 @@ export interface GetRulesResult {
|
|
|
101
106
|
* The collection of Rule query.
|
|
102
107
|
*/
|
|
103
108
|
readonly rules: outputs.clb.GetRulesRule[];
|
|
109
|
+
/**
|
|
110
|
+
* Tags.
|
|
111
|
+
*/
|
|
112
|
+
readonly tags?: outputs.clb.GetRulesTag[];
|
|
104
113
|
}
|
|
105
114
|
/**
|
|
106
115
|
* Use this data source to query detailed information of clb rules
|
|
@@ -187,4 +196,8 @@ export interface GetRulesOutputArgs {
|
|
|
187
196
|
* File name where to save data source results.
|
|
188
197
|
*/
|
|
189
198
|
outputFile?: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* Tags.
|
|
201
|
+
*/
|
|
202
|
+
tags?: pulumi.Input<pulumi.Input<inputs.clb.GetRulesTagArgs>[]>;
|
|
190
203
|
}
|