@volcengine/pulumi-volcenginecc 0.0.7 → 0.0.9
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/getScalingGroup.d.ts +153 -0
- package/autoscaling/getScalingGroup.js +28 -0
- package/autoscaling/getScalingGroup.js.map +1 -0
- package/autoscaling/getScalingGroups.d.ts +22 -0
- package/autoscaling/getScalingGroups.js +24 -0
- package/autoscaling/getScalingGroups.js.map +1 -0
- package/autoscaling/getScalingPolicies.d.ts +22 -0
- package/autoscaling/getScalingPolicies.js +24 -0
- package/autoscaling/getScalingPolicies.js.map +1 -0
- package/autoscaling/getScalingPolicy.d.ts +81 -0
- package/autoscaling/getScalingPolicy.js +28 -0
- package/autoscaling/getScalingPolicy.js.map +1 -0
- package/autoscaling/index.d.ts +18 -0
- package/autoscaling/index.js +23 -1
- package/autoscaling/index.js.map +1 -1
- package/autoscaling/scalingGroup.d.ts +332 -0
- package/autoscaling/scalingGroup.js +126 -0
- package/autoscaling/scalingGroup.js.map +1 -0
- package/autoscaling/scalingPolicy.d.ts +171 -0
- package/autoscaling/scalingPolicy.js +87 -0
- package/autoscaling/scalingPolicy.js.map +1 -0
- package/cdn/getShareConfig.d.ts +1 -1
- package/cdn/shareConfig.d.ts +3 -3
- package/cdn/shareConfig.js +2 -2
- package/cdn/shareConfig.js.map +1 -1
- package/cen/cen.d.ts +151 -0
- package/cen/cen.js +93 -0
- package/cen/cen.js.map +1 -0
- package/cen/getCen.d.ts +77 -0
- package/cen/getCen.js +28 -0
- package/cen/getCen.js.map +1 -0
- package/cen/getCens.d.ts +22 -0
- package/cen/getCens.js +24 -0
- package/cen/getCens.js.map +1 -0
- package/cen/index.d.ts +9 -0
- package/cen/index.js +28 -0
- package/cen/index.js.map +1 -0
- package/index.d.ts +4 -1
- package/index.js +7 -1
- package/index.js.map +1 -1
- package/natgateway/dnatentry.d.ts +175 -0
- package/natgateway/dnatentry.js +112 -0
- package/natgateway/dnatentry.js.map +1 -0
- package/natgateway/getDnatentries.d.ts +22 -0
- package/natgateway/getDnatentries.js +24 -0
- package/natgateway/getDnatentries.js.map +1 -0
- package/natgateway/getDnatentry.d.ts +76 -0
- package/natgateway/getDnatentry.js +28 -0
- package/natgateway/getDnatentry.js.map +1 -0
- package/natgateway/getNatIp.d.ts +68 -0
- package/natgateway/getNatIp.js +28 -0
- package/natgateway/getNatIp.js.map +1 -0
- package/natgateway/getNatIps.d.ts +22 -0
- package/natgateway/getNatIps.js +24 -0
- package/natgateway/getNatIps.js.map +1 -0
- package/natgateway/getSnatentries.d.ts +22 -0
- package/natgateway/getSnatentries.js +24 -0
- package/natgateway/getSnatentries.js.map +1 -0
- package/natgateway/getSnatentry.d.ts +72 -0
- package/natgateway/getSnatentry.js +28 -0
- package/natgateway/getSnatentry.js.map +1 -0
- package/natgateway/index.d.ts +24 -0
- package/natgateway/index.js +29 -1
- package/natgateway/index.js.map +1 -1
- package/natgateway/snatentry.d.ts +155 -0
- package/natgateway/snatentry.js +91 -0
- package/natgateway/snatentry.js.map +1 -0
- package/package.json +1 -1
- package/rabbitmq/getInstance.d.ts +133 -0
- package/rabbitmq/getInstance.js +28 -0
- package/rabbitmq/getInstance.js.map +1 -0
- package/rabbitmq/getInstances.d.ts +22 -0
- package/rabbitmq/getInstances.js +24 -0
- package/rabbitmq/getInstances.js.map +1 -0
- package/rabbitmq/index.d.ts +9 -0
- package/rabbitmq/index.js +28 -0
- package/rabbitmq/index.js.map +1 -0
- package/rabbitmq/instance.d.ts +280 -0
- package/rabbitmq/instance.js +128 -0
- package/rabbitmq/instance.js.map +1 -0
- package/types/input.d.ts +576 -3
- package/types/output.d.ts +1197 -10
- package/vedbm/getInstance.d.ts +157 -0
- package/vedbm/getInstance.js +28 -0
- package/vedbm/getInstance.js.map +1 -0
- package/vedbm/getInstances.d.ts +22 -0
- package/vedbm/getInstances.js +24 -0
- package/vedbm/getInstances.js.map +1 -0
- package/vedbm/index.d.ts +9 -0
- package/vedbm/index.js +28 -0
- package/vedbm/index.js.map +1 -0
- package/vedbm/instance.d.ts +355 -0
- package/vedbm/instance.js +134 -0
- package/vedbm/instance.js.map +1 -0
- package/vke/cluster.d.ts +250 -0
- package/vke/cluster.js +99 -0
- package/vke/cluster.js.map +1 -0
- package/vke/getCluster.d.ts +117 -0
- package/vke/getCluster.js +28 -0
- package/vke/getCluster.js.map +1 -0
- package/vke/getClusters.d.ts +22 -0
- package/vke/getClusters.js +24 -0
- package/vke/getClusters.js.map +1 -0
- package/vke/index.d.ts +9 -0
- package/vke/index.js +12 -1
- package/vke/index.js.map +1 -1
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::AutoScaling::ScalingGroup
|
|
5
|
+
*/
|
|
6
|
+
export declare function getScalingGroup(args: GetScalingGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetScalingGroupResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getScalingGroup.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetScalingGroupArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getScalingGroup.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetScalingGroupResult {
|
|
20
|
+
/**
|
|
21
|
+
* 伸缩组绑定的伸缩配置的ID。
|
|
22
|
+
*/
|
|
23
|
+
readonly activeScalingConfigurationId: string;
|
|
24
|
+
/**
|
|
25
|
+
* 伸缩组创建时间。
|
|
26
|
+
*/
|
|
27
|
+
readonly createdTime: string;
|
|
28
|
+
/**
|
|
29
|
+
* RDS数据库实例的ID。
|
|
30
|
+
*/
|
|
31
|
+
readonly dbInstanceIds: string[];
|
|
32
|
+
/**
|
|
33
|
+
* 执行一次伸缩活动(添加或移出ECS实例)结束后的冷却时间。冷却时间内,该伸缩组不执行其它的伸缩活动,仅针对云监控报警任务触发的伸缩活动和伸缩规则有效。取值范围:5 ~ 86400,单位:秒。默认值:300。
|
|
34
|
+
*/
|
|
35
|
+
readonly defaultCooldown: number;
|
|
36
|
+
/**
|
|
37
|
+
* 伸缩组中期望运行的实例个数。1、不小于最小实例数MinInstanceNumber且不大于最大实例数MaxInstanceNumber。2、默认值:-1,表示不开启期望实例数能力。此时,伸缩组创建完成后会立即开始伸缩活动自动添加相应个数的实例。
|
|
38
|
+
*/
|
|
39
|
+
readonly desireInstanceNumber: number;
|
|
40
|
+
/**
|
|
41
|
+
* 伸缩组的健康检查方式。1、NONE:不做实例健康状态检查。2、ECS(默认):对伸缩组内的ECS实例做健康检查。
|
|
42
|
+
*/
|
|
43
|
+
readonly healthCheckType: string;
|
|
44
|
+
/**
|
|
45
|
+
* Uniquely identifies the resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* 实例移除策略,1、OldestInstance:移出最早加入 (包括自动创建和手动添加)伸缩组的实例。2、NewestInstance:移出最晚加入(包括自动创建和手动添加)伸缩组的实例。3、OldestScalingConfigurationWithOldestInstance(默认):移出最早与伸缩组绑定的伸缩配置中,最早由伸缩组 自动创建 的实例。4、OldestScalingConfigurationWithNewestInstance:移出最早与伸缩组绑定的伸缩配置中,最晚由伸缩组 自动创建 的实例。
|
|
50
|
+
*/
|
|
51
|
+
readonly instanceTerminatePolicy: string;
|
|
52
|
+
/**
|
|
53
|
+
* 实例分布策略。
|
|
54
|
+
*/
|
|
55
|
+
readonly instancesDistribution: outputs.autoscaling.GetScalingGroupInstancesDistribution;
|
|
56
|
+
/**
|
|
57
|
+
* 是否启用伸缩组。true:启用。false:停止
|
|
58
|
+
*/
|
|
59
|
+
readonly isEnableScalingGroup: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* 实例启动模板ID,配置后表示选择启动模版作为伸缩配置来源。
|
|
62
|
+
*/
|
|
63
|
+
readonly launchTemplateId: string;
|
|
64
|
+
/**
|
|
65
|
+
* 实例启动模版信息。
|
|
66
|
+
*/
|
|
67
|
+
readonly launchTemplateOverrides: outputs.autoscaling.GetScalingGroupLaunchTemplateOverride[];
|
|
68
|
+
/**
|
|
69
|
+
* 实例启动模板的版本。1、模板的某个版本号。2、Default(默认):始终使用模板默认版本。3、Latest:始终使用模板最新版本。
|
|
70
|
+
*/
|
|
71
|
+
readonly launchTemplateVersion: string;
|
|
72
|
+
/**
|
|
73
|
+
* 伸缩组的状态。Active:已启用。InActive:未激活。Deleting:删除中。Locked: 已锁定。CoolingDown: 冷却中。Unknown: 未知状态。
|
|
74
|
+
*/
|
|
75
|
+
readonly lifecycleState: string;
|
|
76
|
+
/**
|
|
77
|
+
* 伸缩组实例CLB健康状况检查宽限期。
|
|
78
|
+
*/
|
|
79
|
+
readonly loadBalancerHealthCheckGracePeriod: number;
|
|
80
|
+
/**
|
|
81
|
+
* 伸缩组中实例个数的最大值,默认取值0 ~ 100。您可以通过配额中心调整。
|
|
82
|
+
*/
|
|
83
|
+
readonly maxInstanceNumber: number;
|
|
84
|
+
/**
|
|
85
|
+
* 伸缩组中实例个数的最小值,默认取值0 ~ 100。您可以通过配额中心调整。
|
|
86
|
+
*/
|
|
87
|
+
readonly minInstanceNumber: number;
|
|
88
|
+
/**
|
|
89
|
+
* 扩缩容策略,如果您选择了多个子网,需配置本参数。1、PRIORITY(默认):优先级策略。2、BALANCE:均衡分布策略。
|
|
90
|
+
*/
|
|
91
|
+
readonly multiAzPolicy: string;
|
|
92
|
+
/**
|
|
93
|
+
* 伸缩组所属项目,默认为default。一个资源只能归属于一个项目。只能包含字母、数字、下划线“_”、点“.”和中划线“-”。长度限制在64个字符以内。
|
|
94
|
+
*/
|
|
95
|
+
readonly projectName: string;
|
|
96
|
+
/**
|
|
97
|
+
* 伸缩组ID。
|
|
98
|
+
*/
|
|
99
|
+
readonly scalingGroupId: string;
|
|
100
|
+
/**
|
|
101
|
+
* 伸缩组名称,同一地域下伸缩组名称唯一。只能以中文、字母开头,只能包含中文、字母、数字、下划线和中划线 。长度限制为1 ~ 128个字符。暂不支持特殊字符。
|
|
102
|
+
*/
|
|
103
|
+
readonly scalingGroupName: string;
|
|
104
|
+
/**
|
|
105
|
+
* 伸缩组的实例回收模式。1、release(默认):释放模式。2、recycle:停机回收模式。
|
|
106
|
+
*/
|
|
107
|
+
readonly scalingMode: string;
|
|
108
|
+
/**
|
|
109
|
+
* 伸缩组关联的负载均衡信息。
|
|
110
|
+
*/
|
|
111
|
+
readonly serverGroupAttributes: outputs.autoscaling.GetScalingGroupServerGroupAttribute[];
|
|
112
|
+
/**
|
|
113
|
+
* 伸缩组内处于停用中状态的实例数量。
|
|
114
|
+
*/
|
|
115
|
+
readonly stoppedInstanceCount: number;
|
|
116
|
+
/**
|
|
117
|
+
* 伸缩组中实例主网卡的子网ID列表。
|
|
118
|
+
*/
|
|
119
|
+
readonly subnetIds: string[];
|
|
120
|
+
/**
|
|
121
|
+
* 暂停中的流程,无暂停中流程则返回空值。ScaleIn:缩容流程。ScaleOut:扩容流程。HealthCheck:健康检查。AlarmNotification:报警任务。ScheduledAction:定时任务。
|
|
122
|
+
*/
|
|
123
|
+
readonly suspendedProcesses: string[];
|
|
124
|
+
/**
|
|
125
|
+
* 标签列表。
|
|
126
|
+
*/
|
|
127
|
+
readonly tags: outputs.autoscaling.GetScalingGroupTag[];
|
|
128
|
+
/**
|
|
129
|
+
* 当前伸缩组内实例的个数。
|
|
130
|
+
*/
|
|
131
|
+
readonly totalInstanceCount: number;
|
|
132
|
+
/**
|
|
133
|
+
* 伸缩组更新时间。
|
|
134
|
+
*/
|
|
135
|
+
readonly updatedTime: string;
|
|
136
|
+
/**
|
|
137
|
+
* 伸缩组所属私有网络ID。
|
|
138
|
+
*/
|
|
139
|
+
readonly vpcId: string;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Data Source schema for Volcengine::AutoScaling::ScalingGroup
|
|
143
|
+
*/
|
|
144
|
+
export declare function getScalingGroupOutput(args: GetScalingGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScalingGroupResult>;
|
|
145
|
+
/**
|
|
146
|
+
* A collection of arguments for invoking getScalingGroup.
|
|
147
|
+
*/
|
|
148
|
+
export interface GetScalingGroupOutputArgs {
|
|
149
|
+
/**
|
|
150
|
+
* Uniquely identifies the resource.
|
|
151
|
+
*/
|
|
152
|
+
id: pulumi.Input<string>;
|
|
153
|
+
}
|
|
@@ -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.getScalingGroupOutput = exports.getScalingGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::AutoScaling::ScalingGroup
|
|
10
|
+
*/
|
|
11
|
+
function getScalingGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:autoscaling/getScalingGroup:getScalingGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getScalingGroup = getScalingGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::AutoScaling::ScalingGroup
|
|
20
|
+
*/
|
|
21
|
+
function getScalingGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:autoscaling/getScalingGroup:getScalingGroup", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getScalingGroupOutput = getScalingGroupOutput;
|
|
28
|
+
//# sourceMappingURL=getScalingGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getScalingGroup.js","sourceRoot":"","sources":["../../autoscaling/getScalingGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAyID;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::AutoScaling::ScalingGroup
|
|
4
|
+
*/
|
|
5
|
+
export declare function getScalingGroups(opts?: pulumi.InvokeOptions): Promise<GetScalingGroupsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getScalingGroups.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetScalingGroupsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::AutoScaling::ScalingGroup
|
|
21
|
+
*/
|
|
22
|
+
export declare function getScalingGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScalingGroupsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getScalingGroupsOutput = exports.getScalingGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::AutoScaling::ScalingGroup
|
|
10
|
+
*/
|
|
11
|
+
function getScalingGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:autoscaling/getScalingGroups:getScalingGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getScalingGroups = getScalingGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::AutoScaling::ScalingGroup
|
|
18
|
+
*/
|
|
19
|
+
function getScalingGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:autoscaling/getScalingGroups:getScalingGroups", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getScalingGroupsOutput = getScalingGroupsOutput;
|
|
24
|
+
//# sourceMappingURL=getScalingGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getScalingGroups.js","sourceRoot":"","sources":["../../autoscaling/getScalingGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA2B;IACxD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC;AAeD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAiC;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::AutoScaling::ScalingPolicy
|
|
4
|
+
*/
|
|
5
|
+
export declare function getScalingPolicies(opts?: pulumi.InvokeOptions): Promise<GetScalingPoliciesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getScalingPolicies.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetScalingPoliciesResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::AutoScaling::ScalingPolicy
|
|
21
|
+
*/
|
|
22
|
+
export declare function getScalingPoliciesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScalingPoliciesResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getScalingPoliciesOutput = exports.getScalingPolicies = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::AutoScaling::ScalingPolicy
|
|
10
|
+
*/
|
|
11
|
+
function getScalingPolicies(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:autoscaling/getScalingPolicies:getScalingPolicies", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getScalingPolicies = getScalingPolicies;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::AutoScaling::ScalingPolicy
|
|
18
|
+
*/
|
|
19
|
+
function getScalingPoliciesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:autoscaling/getScalingPolicies:getScalingPolicies", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getScalingPoliciesOutput = getScalingPoliciesOutput;
|
|
24
|
+
//# sourceMappingURL=getScalingPolicies.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getScalingPolicies.js","sourceRoot":"","sources":["../../autoscaling/getScalingPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA2B;IAC1D,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,EAC9F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC;AAeD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAiC;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE,EACpG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::AutoScaling::ScalingPolicy
|
|
5
|
+
*/
|
|
6
|
+
export declare function getScalingPolicy(args: GetScalingPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetScalingPolicyResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getScalingPolicy.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetScalingPolicyArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getScalingPolicy.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetScalingPolicyResult {
|
|
20
|
+
/**
|
|
21
|
+
* 伸缩规则的伸缩行为,适用于简单规则和步进规则,QuantityChangeInCapacity:增加或减少指定数量的实例。PercentChangeInCapacity:增加或减少指定比例的实例。TotalCapacity: 将当前伸缩组的实例数量调整到指定数量。
|
|
22
|
+
*/
|
|
23
|
+
readonly adjustmentType: string;
|
|
24
|
+
/**
|
|
25
|
+
* 伸缩行为的调整数值,适用于简单规则和步进规则,当AdjustmentType参数取值为QuantityChangeInCapacity时:-100 - 100,不允许为0,单位:个。当AdjustmentType参数取值为PercentChangeInCapacity时:-100 - 10000,不允许为0,单位:%。当AdjustmentType参数取值为TotalCapacity时:默认为0 - 100,单位:个。
|
|
26
|
+
*/
|
|
27
|
+
readonly adjustmentValue: number;
|
|
28
|
+
/**
|
|
29
|
+
* 报警任务的详细信息。
|
|
30
|
+
*/
|
|
31
|
+
readonly alarmPolicy: outputs.autoscaling.GetScalingPolicyAlarmPolicy;
|
|
32
|
+
/**
|
|
33
|
+
* 伸缩规则的冷却时间。 取值:0-86400,单位:秒,不填则默认使用伸缩组的冷却时间。
|
|
34
|
+
*/
|
|
35
|
+
readonly cooldown: number;
|
|
36
|
+
/**
|
|
37
|
+
* Uniquely identifies the resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* 伸缩规则的状态。取值:true:启用。false:停用。需保证伸缩组的状态为Active。
|
|
42
|
+
*/
|
|
43
|
+
readonly isEnabledPolicy: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* 伸缩组ID。
|
|
46
|
+
*/
|
|
47
|
+
readonly scalingGroupId: string;
|
|
48
|
+
/**
|
|
49
|
+
* 伸缩规则ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly scalingPolicyId: string;
|
|
52
|
+
/**
|
|
53
|
+
* 伸缩规则名称。
|
|
54
|
+
*/
|
|
55
|
+
readonly scalingPolicyName: string;
|
|
56
|
+
/**
|
|
57
|
+
* 伸缩规则的类型,取值:Scheduled:定时任务。Recurrence:周期任务。Alarm:报警任务。
|
|
58
|
+
*/
|
|
59
|
+
readonly scalingPolicyType: string;
|
|
60
|
+
/**
|
|
61
|
+
* 定时任务/周期任务的详细信息。
|
|
62
|
+
*/
|
|
63
|
+
readonly scheduledPolicy: outputs.autoscaling.GetScalingPolicyScheduledPolicy;
|
|
64
|
+
/**
|
|
65
|
+
* 伸缩规则的状态。取值:Active:已启用。InActive:已停用。需保证伸缩组的状态为Active。
|
|
66
|
+
*/
|
|
67
|
+
readonly status: string;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Data Source schema for Volcengine::AutoScaling::ScalingPolicy
|
|
71
|
+
*/
|
|
72
|
+
export declare function getScalingPolicyOutput(args: GetScalingPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScalingPolicyResult>;
|
|
73
|
+
/**
|
|
74
|
+
* A collection of arguments for invoking getScalingPolicy.
|
|
75
|
+
*/
|
|
76
|
+
export interface GetScalingPolicyOutputArgs {
|
|
77
|
+
/**
|
|
78
|
+
* Uniquely identifies the resource.
|
|
79
|
+
*/
|
|
80
|
+
id: pulumi.Input<string>;
|
|
81
|
+
}
|
|
@@ -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.getScalingPolicyOutput = exports.getScalingPolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::AutoScaling::ScalingPolicy
|
|
10
|
+
*/
|
|
11
|
+
function getScalingPolicy(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:autoscaling/getScalingPolicy:getScalingPolicy", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getScalingPolicy = getScalingPolicy;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::AutoScaling::ScalingPolicy
|
|
20
|
+
*/
|
|
21
|
+
function getScalingPolicyOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:autoscaling/getScalingPolicy:getScalingPolicy", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getScalingPolicyOutput = getScalingPolicyOutput;
|
|
28
|
+
//# sourceMappingURL=getScalingPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getScalingPolicy.js","sourceRoot":"","sources":["../../autoscaling/getScalingPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AAiED;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
|
package/autoscaling/index.d.ts
CHANGED
|
@@ -4,6 +4,24 @@ export declare const getScalingConfigurationOutput: typeof import("./getScalingC
|
|
|
4
4
|
export { GetScalingConfigurationsResult } from "./getScalingConfigurations";
|
|
5
5
|
export declare const getScalingConfigurations: typeof import("./getScalingConfigurations").getScalingConfigurations;
|
|
6
6
|
export declare const getScalingConfigurationsOutput: typeof import("./getScalingConfigurations").getScalingConfigurationsOutput;
|
|
7
|
+
export { GetScalingGroupArgs, GetScalingGroupResult, GetScalingGroupOutputArgs } from "./getScalingGroup";
|
|
8
|
+
export declare const getScalingGroup: typeof import("./getScalingGroup").getScalingGroup;
|
|
9
|
+
export declare const getScalingGroupOutput: typeof import("./getScalingGroup").getScalingGroupOutput;
|
|
10
|
+
export { GetScalingGroupsResult } from "./getScalingGroups";
|
|
11
|
+
export declare const getScalingGroups: typeof import("./getScalingGroups").getScalingGroups;
|
|
12
|
+
export declare const getScalingGroupsOutput: typeof import("./getScalingGroups").getScalingGroupsOutput;
|
|
13
|
+
export { GetScalingPoliciesResult } from "./getScalingPolicies";
|
|
14
|
+
export declare const getScalingPolicies: typeof import("./getScalingPolicies").getScalingPolicies;
|
|
15
|
+
export declare const getScalingPoliciesOutput: typeof import("./getScalingPolicies").getScalingPoliciesOutput;
|
|
16
|
+
export { GetScalingPolicyArgs, GetScalingPolicyResult, GetScalingPolicyOutputArgs } from "./getScalingPolicy";
|
|
17
|
+
export declare const getScalingPolicy: typeof import("./getScalingPolicy").getScalingPolicy;
|
|
18
|
+
export declare const getScalingPolicyOutput: typeof import("./getScalingPolicy").getScalingPolicyOutput;
|
|
7
19
|
export { ScalingConfigurationArgs, ScalingConfigurationState } from "./scalingConfiguration";
|
|
8
20
|
export type ScalingConfiguration = import("./scalingConfiguration").ScalingConfiguration;
|
|
9
21
|
export declare const ScalingConfiguration: typeof import("./scalingConfiguration").ScalingConfiguration;
|
|
22
|
+
export { ScalingGroupArgs, ScalingGroupState } from "./scalingGroup";
|
|
23
|
+
export type ScalingGroup = import("./scalingGroup").ScalingGroup;
|
|
24
|
+
export declare const ScalingGroup: typeof import("./scalingGroup").ScalingGroup;
|
|
25
|
+
export { ScalingPolicyArgs, ScalingPolicyState } from "./scalingPolicy";
|
|
26
|
+
export type ScalingPolicy = import("./scalingPolicy").ScalingPolicy;
|
|
27
|
+
export declare const ScalingPolicy: typeof import("./scalingPolicy").ScalingPolicy;
|
package/autoscaling/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.ScalingConfiguration = exports.getScalingConfigurationsOutput = exports.getScalingConfigurations = exports.getScalingConfigurationOutput = exports.getScalingConfiguration = void 0;
|
|
5
|
+
exports.ScalingPolicy = exports.ScalingGroup = exports.ScalingConfiguration = exports.getScalingPolicyOutput = exports.getScalingPolicy = exports.getScalingPoliciesOutput = exports.getScalingPolicies = exports.getScalingGroupsOutput = exports.getScalingGroups = exports.getScalingGroupOutput = exports.getScalingGroup = exports.getScalingConfigurationsOutput = exports.getScalingConfigurations = exports.getScalingConfigurationOutput = exports.getScalingConfiguration = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getScalingConfiguration = null;
|
|
@@ -11,18 +11,40 @@ utilities.lazyLoad(exports, ["getScalingConfiguration", "getScalingConfiguration
|
|
|
11
11
|
exports.getScalingConfigurations = null;
|
|
12
12
|
exports.getScalingConfigurationsOutput = null;
|
|
13
13
|
utilities.lazyLoad(exports, ["getScalingConfigurations", "getScalingConfigurationsOutput"], () => require("./getScalingConfigurations"));
|
|
14
|
+
exports.getScalingGroup = null;
|
|
15
|
+
exports.getScalingGroupOutput = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["getScalingGroup", "getScalingGroupOutput"], () => require("./getScalingGroup"));
|
|
17
|
+
exports.getScalingGroups = null;
|
|
18
|
+
exports.getScalingGroupsOutput = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["getScalingGroups", "getScalingGroupsOutput"], () => require("./getScalingGroups"));
|
|
20
|
+
exports.getScalingPolicies = null;
|
|
21
|
+
exports.getScalingPoliciesOutput = null;
|
|
22
|
+
utilities.lazyLoad(exports, ["getScalingPolicies", "getScalingPoliciesOutput"], () => require("./getScalingPolicies"));
|
|
23
|
+
exports.getScalingPolicy = null;
|
|
24
|
+
exports.getScalingPolicyOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["getScalingPolicy", "getScalingPolicyOutput"], () => require("./getScalingPolicy"));
|
|
14
26
|
exports.ScalingConfiguration = null;
|
|
15
27
|
utilities.lazyLoad(exports, ["ScalingConfiguration"], () => require("./scalingConfiguration"));
|
|
28
|
+
exports.ScalingGroup = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["ScalingGroup"], () => require("./scalingGroup"));
|
|
30
|
+
exports.ScalingPolicy = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["ScalingPolicy"], () => require("./scalingPolicy"));
|
|
16
32
|
const _module = {
|
|
17
33
|
version: utilities.getVersion(),
|
|
18
34
|
construct: (name, type, urn) => {
|
|
19
35
|
switch (type) {
|
|
20
36
|
case "volcenginecc:autoscaling/scalingConfiguration:ScalingConfiguration":
|
|
21
37
|
return new exports.ScalingConfiguration(name, undefined, { urn });
|
|
38
|
+
case "volcenginecc:autoscaling/scalingGroup:ScalingGroup":
|
|
39
|
+
return new exports.ScalingGroup(name, undefined, { urn });
|
|
40
|
+
case "volcenginecc:autoscaling/scalingPolicy:ScalingPolicy":
|
|
41
|
+
return new exports.ScalingPolicy(name, undefined, { urn });
|
|
22
42
|
default:
|
|
23
43
|
throw new Error(`unknown resource type ${type}`);
|
|
24
44
|
}
|
|
25
45
|
},
|
|
26
46
|
};
|
|
27
47
|
pulumi.runtime.registerResourceModule("volcenginecc", "autoscaling/scalingConfiguration", _module);
|
|
48
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "autoscaling/scalingGroup", _module);
|
|
49
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "autoscaling/scalingPolicy", _module);
|
|
28
50
|
//# sourceMappingURL=index.js.map
|
package/autoscaling/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../autoscaling/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,uBAAuB,GAAuE,IAAW,CAAC;AAC1G,QAAA,6BAA6B,GAA6E,IAAW,CAAC;AACnI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,yBAAyB,EAAC,+BAA+B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAC,CAAC;AAGxH,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC7G,QAAA,8BAA8B,GAA+E,IAAW,CAAC;AACtI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,EAAC,gCAAgC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../autoscaling/index.ts"],"names":[],"mappings":"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"}
|