@byteplus/pulumi-bytepluscc 0.0.22 → 0.0.23
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/cen/bandwidthPackage.d.ts +320 -0
- package/cen/bandwidthPackage.js +134 -0
- package/cen/bandwidthPackage.js.map +1 -0
- package/cen/getBandwidthPackage.d.ts +137 -0
- package/cen/getBandwidthPackage.js +28 -0
- package/cen/getBandwidthPackage.js.map +1 -0
- package/cen/getBandwidthPackages.d.ts +22 -0
- package/cen/getBandwidthPackages.js +24 -0
- package/cen/getBandwidthPackages.js.map +1 -0
- package/cen/index.d.ts +9 -0
- package/cen/index.js +12 -1
- package/cen/index.js.map +1 -1
- package/clb/clb.d.ts +8 -0
- package/clb/clb.js +2 -0
- package/clb/clb.js.map +1 -1
- package/clb/getClb.d.ts +4 -0
- package/clb/getClb.js.map +1 -1
- package/iam/accesskey.d.ts +2 -2
- package/iam/accesskey.js +2 -2
- package/iam/accesskey.js.map +1 -1
- package/iam/getAccesskey.d.ts +2 -2
- package/iam/getAccesskey.js +2 -2
- package/iam/getAccesskeys.d.ts +2 -2
- package/iam/getAccesskeys.js +2 -2
- package/mongodb/getInstance.d.ts +1 -1
- package/mongodb/instance.d.ts +3 -3
- package/package.json +1 -1
- package/privatelink/getVpcEndpoint.d.ts +137 -0
- package/privatelink/getVpcEndpoint.js +28 -0
- package/privatelink/getVpcEndpoint.js.map +1 -0
- package/privatelink/getVpcEndpoints.d.ts +22 -0
- package/privatelink/getVpcEndpoints.js +24 -0
- package/privatelink/getVpcEndpoints.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 +277 -0
- package/privatelink/vpcEndpoint.js +106 -0
- package/privatelink/vpcEndpoint.js.map +1 -0
- package/rdspostgresql/getInstance.d.ts +153 -0
- package/rdspostgresql/getInstance.js +28 -0
- package/rdspostgresql/getInstance.js.map +1 -0
- package/rdspostgresql/getInstances.d.ts +22 -0
- package/rdspostgresql/getInstances.js +24 -0
- package/rdspostgresql/getInstances.js.map +1 -0
- package/rdspostgresql/index.d.ts +9 -0
- package/rdspostgresql/index.js +12 -1
- package/rdspostgresql/index.js.map +1 -1
- package/rdspostgresql/instance.d.ts +303 -0
- package/rdspostgresql/instance.js +132 -0
- package/rdspostgresql/instance.js.map +1 -0
- package/tls/consumerGroup.d.ts +128 -0
- package/tls/consumerGroup.js +98 -0
- package/tls/consumerGroup.js.map +1 -0
- package/tls/getConsumerGroup.d.ts +60 -0
- package/tls/getConsumerGroup.js +28 -0
- package/tls/getConsumerGroup.js.map +1 -0
- package/tls/getConsumerGroups.d.ts +22 -0
- package/tls/getConsumerGroups.js +24 -0
- package/tls/getConsumerGroups.js.map +1 -0
- package/tls/getImportTask.d.ts +89 -0
- package/tls/getImportTask.js +28 -0
- package/tls/getImportTask.js.map +1 -0
- package/tls/getImportTasks.d.ts +22 -0
- package/tls/getImportTasks.js +24 -0
- package/tls/getImportTasks.js.map +1 -0
- package/tls/importTask.d.ts +183 -0
- package/tls/importTask.js +97 -0
- package/tls/importTask.js.map +1 -0
- package/tls/index.d.ts +18 -0
- package/tls/index.js +23 -1
- package/tls/index.js.map +1 -1
- package/types/input.d.ts +707 -0
- package/types/output.d.ts +1532 -234
- package/vedbm/endpoint.d.ts +247 -0
- package/vedbm/endpoint.js +93 -0
- package/vedbm/endpoint.js.map +1 -0
- package/vedbm/getEndpoint.d.ts +105 -0
- package/vedbm/getEndpoint.js +28 -0
- package/vedbm/getEndpoint.js.map +1 -0
- package/vedbm/getEndpoints.d.ts +22 -0
- package/vedbm/getEndpoints.js +24 -0
- package/vedbm/getEndpoints.js.map +1 -0
- package/vedbm/index.d.ts +9 -0
- package/vedbm/index.js +12 -1
- package/vedbm/index.js.map +1 -1
|
@@ -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.getInstancesOutput = exports.getInstances = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::RDSPostgreSQL::Instance
|
|
10
|
+
*/
|
|
11
|
+
function getInstances(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:rdspostgresql/getInstances:getInstances", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getInstances = getInstances;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::RDSPostgreSQL::Instance
|
|
18
|
+
*/
|
|
19
|
+
function getInstancesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:rdspostgresql/getInstances:getInstances", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getInstancesOutput = getInstancesOutput;
|
|
24
|
+
//# sourceMappingURL=getInstances.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInstances.js","sourceRoot":"","sources":["../../rdspostgresql/getInstances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAA2B;IACpD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE,EAClF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oCAIC;AAeD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAAiC;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE,EACxF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC"}
|
package/rdspostgresql/index.d.ts
CHANGED
|
@@ -34,12 +34,21 @@ export declare const getDbEndpointOutput: typeof import("./getDbEndpoint").getDb
|
|
|
34
34
|
export { GetDbEndpointsResult } from "./getDbEndpoints";
|
|
35
35
|
export declare const getDbEndpoints: typeof import("./getDbEndpoints").getDbEndpoints;
|
|
36
36
|
export declare const getDbEndpointsOutput: typeof import("./getDbEndpoints").getDbEndpointsOutput;
|
|
37
|
+
export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance";
|
|
38
|
+
export declare const getInstance: typeof import("./getInstance").getInstance;
|
|
39
|
+
export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput;
|
|
40
|
+
export { GetInstancesResult } from "./getInstances";
|
|
41
|
+
export declare const getInstances: typeof import("./getInstances").getInstances;
|
|
42
|
+
export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput;
|
|
37
43
|
export { GetSchemaArgs, GetSchemaResult, GetSchemaOutputArgs } from "./getSchema";
|
|
38
44
|
export declare const getSchema: typeof import("./getSchema").getSchema;
|
|
39
45
|
export declare const getSchemaOutput: typeof import("./getSchema").getSchemaOutput;
|
|
40
46
|
export { GetSchemasResult } from "./getSchemas";
|
|
41
47
|
export declare const getSchemas: typeof import("./getSchemas").getSchemas;
|
|
42
48
|
export declare const getSchemasOutput: typeof import("./getSchemas").getSchemasOutput;
|
|
49
|
+
export { InstanceArgs, InstanceState } from "./instance";
|
|
50
|
+
export type Instance = import("./instance").Instance;
|
|
51
|
+
export declare const Instance: typeof import("./instance").Instance;
|
|
43
52
|
export { SchemaArgs, SchemaState } from "./schema";
|
|
44
53
|
export type Schema = import("./schema").Schema;
|
|
45
54
|
export declare const Schema: typeof import("./schema").Schema;
|
package/rdspostgresql/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.Schema = exports.getSchemasOutput = exports.getSchemas = exports.getSchemaOutput = exports.getSchema = exports.getDbEndpointsOutput = exports.getDbEndpoints = exports.getDbEndpointOutput = exports.getDbEndpoint = exports.getDbAccountsOutput = exports.getDbAccounts = exports.getDbAccountOutput = exports.getDbAccount = exports.getDatabasesOutput = exports.getDatabases = exports.getDatabaseOutput = exports.getDatabase = exports.getAllowListsOutput = exports.getAllowLists = exports.getAllowListOutput = exports.getAllowList = exports.DbEndpoint = exports.DbAccount = exports.Database = exports.AllowList = void 0;
|
|
5
|
+
exports.Schema = exports.Instance = exports.getSchemasOutput = exports.getSchemas = exports.getSchemaOutput = exports.getSchema = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = exports.getDbEndpointsOutput = exports.getDbEndpoints = exports.getDbEndpointOutput = exports.getDbEndpoint = exports.getDbAccountsOutput = exports.getDbAccounts = exports.getDbAccountOutput = exports.getDbAccount = exports.getDatabasesOutput = exports.getDatabases = exports.getDatabaseOutput = exports.getDatabase = exports.getAllowListsOutput = exports.getAllowLists = exports.getAllowListOutput = exports.getAllowList = exports.DbEndpoint = exports.DbAccount = exports.Database = exports.AllowList = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.AllowList = null;
|
|
@@ -37,12 +37,20 @@ utilities.lazyLoad(exports, ["getDbEndpoint", "getDbEndpointOutput"], () => requ
|
|
|
37
37
|
exports.getDbEndpoints = null;
|
|
38
38
|
exports.getDbEndpointsOutput = null;
|
|
39
39
|
utilities.lazyLoad(exports, ["getDbEndpoints", "getDbEndpointsOutput"], () => require("./getDbEndpoints"));
|
|
40
|
+
exports.getInstance = null;
|
|
41
|
+
exports.getInstanceOutput = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["getInstance", "getInstanceOutput"], () => require("./getInstance"));
|
|
43
|
+
exports.getInstances = null;
|
|
44
|
+
exports.getInstancesOutput = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["getInstances", "getInstancesOutput"], () => require("./getInstances"));
|
|
40
46
|
exports.getSchema = null;
|
|
41
47
|
exports.getSchemaOutput = null;
|
|
42
48
|
utilities.lazyLoad(exports, ["getSchema", "getSchemaOutput"], () => require("./getSchema"));
|
|
43
49
|
exports.getSchemas = null;
|
|
44
50
|
exports.getSchemasOutput = null;
|
|
45
51
|
utilities.lazyLoad(exports, ["getSchemas", "getSchemasOutput"], () => require("./getSchemas"));
|
|
52
|
+
exports.Instance = null;
|
|
53
|
+
utilities.lazyLoad(exports, ["Instance"], () => require("./instance"));
|
|
46
54
|
exports.Schema = null;
|
|
47
55
|
utilities.lazyLoad(exports, ["Schema"], () => require("./schema"));
|
|
48
56
|
const _module = {
|
|
@@ -57,6 +65,8 @@ const _module = {
|
|
|
57
65
|
return new exports.DbAccount(name, undefined, { urn });
|
|
58
66
|
case "bytepluscc:rdspostgresql/dbEndpoint:DbEndpoint":
|
|
59
67
|
return new exports.DbEndpoint(name, undefined, { urn });
|
|
68
|
+
case "bytepluscc:rdspostgresql/instance:Instance":
|
|
69
|
+
return new exports.Instance(name, undefined, { urn });
|
|
60
70
|
case "bytepluscc:rdspostgresql/schema:Schema":
|
|
61
71
|
return new exports.Schema(name, undefined, { urn });
|
|
62
72
|
default:
|
|
@@ -68,5 +78,6 @@ pulumi.runtime.registerResourceModule("bytepluscc", "rdspostgresql/allowList", _
|
|
|
68
78
|
pulumi.runtime.registerResourceModule("bytepluscc", "rdspostgresql/database", _module);
|
|
69
79
|
pulumi.runtime.registerResourceModule("bytepluscc", "rdspostgresql/dbAccount", _module);
|
|
70
80
|
pulumi.runtime.registerResourceModule("bytepluscc", "rdspostgresql/dbEndpoint", _module);
|
|
81
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "rdspostgresql/instance", _module);
|
|
71
82
|
pulumi.runtime.registerResourceModule("bytepluscc", "rdspostgresql/schema", _module);
|
|
72
83
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../rdspostgresql/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../rdspostgresql/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Cloud database instance management
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import bytepluscc:rdspostgresql/instance:Instance example "instance_id"
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class Instance extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing Instance resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: InstanceState, opts?: pulumi.CustomResourceOptions): Instance;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Instance. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is Instance;
|
|
29
|
+
/**
|
|
30
|
+
* Allowlist ID. To bind multiple allowlists, separate allowlist IDs with commas (,). An instance can bind up to 100 allowlists.
|
|
31
|
+
*/
|
|
32
|
+
readonly allowListIds: pulumi.Output<string[]>;
|
|
33
|
+
/**
|
|
34
|
+
* Payment method
|
|
35
|
+
*/
|
|
36
|
+
readonly chargeDetail: pulumi.Output<outputs.rdspostgresql.InstanceChargeDetail>;
|
|
37
|
+
/**
|
|
38
|
+
* Instance creation time
|
|
39
|
+
*/
|
|
40
|
+
readonly createTime: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* Synchronization mode. Value: Async (asynchronous synchronization)
|
|
43
|
+
*/
|
|
44
|
+
readonly dataSyncMode: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Compatible version
|
|
47
|
+
*/
|
|
48
|
+
readonly dbEngineVersion: pulumi.Output<string>;
|
|
49
|
+
readonly endpoints: pulumi.Output<outputs.rdspostgresql.InstanceEndpoint[]>;
|
|
50
|
+
/**
|
|
51
|
+
* Instance ID
|
|
52
|
+
*/
|
|
53
|
+
readonly instanceId: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* Instance name
|
|
56
|
+
*/
|
|
57
|
+
readonly instanceName: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Instance status
|
|
60
|
+
*/
|
|
61
|
+
readonly instanceStatus: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Instance type. Value: HA (high availability edition)
|
|
64
|
+
*/
|
|
65
|
+
readonly instanceType: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* Instance maintenance window
|
|
68
|
+
*/
|
|
69
|
+
readonly maintenanceWindow: pulumi.Output<outputs.rdspostgresql.InstanceMaintenanceWindow>;
|
|
70
|
+
/**
|
|
71
|
+
* Memory size, unit: GB
|
|
72
|
+
*/
|
|
73
|
+
readonly memory: pulumi.Output<number>;
|
|
74
|
+
readonly nodeInfos: pulumi.Output<outputs.rdspostgresql.InstanceNodeInfo[]>;
|
|
75
|
+
/**
|
|
76
|
+
* Number of nodes
|
|
77
|
+
*/
|
|
78
|
+
readonly nodeNumber: pulumi.Output<number>;
|
|
79
|
+
/**
|
|
80
|
+
* Primary node specification
|
|
81
|
+
*/
|
|
82
|
+
readonly nodeSpec: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Project. Default value: default project
|
|
85
|
+
*/
|
|
86
|
+
readonly projectName: pulumi.Output<string>;
|
|
87
|
+
/**
|
|
88
|
+
* Data file space used by the primary node. Unit: Byte
|
|
89
|
+
*/
|
|
90
|
+
readonly storageDataUse: pulumi.Output<number>;
|
|
91
|
+
/**
|
|
92
|
+
* Log file space used by the primary node. Unit: Byte
|
|
93
|
+
*/
|
|
94
|
+
readonly storageLogUse: pulumi.Output<number>;
|
|
95
|
+
/**
|
|
96
|
+
* Instance storage space. Value range: [20, 3000], unit: GB, increment: 10GB. Default value is 100
|
|
97
|
+
*/
|
|
98
|
+
readonly storageSpace: pulumi.Output<number>;
|
|
99
|
+
/**
|
|
100
|
+
* Temporary file space used by the primary node. Unit: Byte
|
|
101
|
+
*/
|
|
102
|
+
readonly storageTempUse: pulumi.Output<number>;
|
|
103
|
+
/**
|
|
104
|
+
* Instance storage type, fixed value LocalSSD (local SSD disk)
|
|
105
|
+
*/
|
|
106
|
+
readonly storageType: pulumi.Output<string>;
|
|
107
|
+
/**
|
|
108
|
+
* Used storage space of the instance. Unit: Byte
|
|
109
|
+
*/
|
|
110
|
+
readonly storageUse: pulumi.Output<number>;
|
|
111
|
+
/**
|
|
112
|
+
* Used WAL file space of the instance's primary node. Unit: Byte
|
|
113
|
+
*/
|
|
114
|
+
readonly storageWalUse: pulumi.Output<number>;
|
|
115
|
+
/**
|
|
116
|
+
* Subnet ID
|
|
117
|
+
*/
|
|
118
|
+
readonly subnetId: pulumi.Output<string>;
|
|
119
|
+
readonly tags: pulumi.Output<outputs.rdspostgresql.InstanceTag[]>;
|
|
120
|
+
/**
|
|
121
|
+
* Instance update time
|
|
122
|
+
*/
|
|
123
|
+
readonly updateTime: pulumi.Output<string>;
|
|
124
|
+
/**
|
|
125
|
+
* CPU size. For example: 1 means 1U
|
|
126
|
+
*/
|
|
127
|
+
readonly vcpu: pulumi.Output<number>;
|
|
128
|
+
/**
|
|
129
|
+
* Use this parameter to specify the private network for the instance
|
|
130
|
+
*/
|
|
131
|
+
readonly vpcId: pulumi.Output<string>;
|
|
132
|
+
/**
|
|
133
|
+
* Availability zone ID
|
|
134
|
+
*/
|
|
135
|
+
readonly zoneId: pulumi.Output<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Create a Instance resource with the given unique name, arguments, and options.
|
|
138
|
+
*
|
|
139
|
+
* @param name The _unique_ name of the resource.
|
|
140
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
141
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
142
|
+
*/
|
|
143
|
+
constructor(name: string, args: InstanceArgs, opts?: pulumi.CustomResourceOptions);
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Input properties used for looking up and filtering Instance resources.
|
|
147
|
+
*/
|
|
148
|
+
export interface InstanceState {
|
|
149
|
+
/**
|
|
150
|
+
* Allowlist ID. To bind multiple allowlists, separate allowlist IDs with commas (,). An instance can bind up to 100 allowlists.
|
|
151
|
+
*/
|
|
152
|
+
allowListIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
153
|
+
/**
|
|
154
|
+
* Payment method
|
|
155
|
+
*/
|
|
156
|
+
chargeDetail?: pulumi.Input<inputs.rdspostgresql.InstanceChargeDetail>;
|
|
157
|
+
/**
|
|
158
|
+
* Instance creation time
|
|
159
|
+
*/
|
|
160
|
+
createTime?: pulumi.Input<string>;
|
|
161
|
+
/**
|
|
162
|
+
* Synchronization mode. Value: Async (asynchronous synchronization)
|
|
163
|
+
*/
|
|
164
|
+
dataSyncMode?: pulumi.Input<string>;
|
|
165
|
+
/**
|
|
166
|
+
* Compatible version
|
|
167
|
+
*/
|
|
168
|
+
dbEngineVersion?: pulumi.Input<string>;
|
|
169
|
+
endpoints?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceEndpoint>[]>;
|
|
170
|
+
/**
|
|
171
|
+
* Instance ID
|
|
172
|
+
*/
|
|
173
|
+
instanceId?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* Instance name
|
|
176
|
+
*/
|
|
177
|
+
instanceName?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* Instance status
|
|
180
|
+
*/
|
|
181
|
+
instanceStatus?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* Instance type. Value: HA (high availability edition)
|
|
184
|
+
*/
|
|
185
|
+
instanceType?: pulumi.Input<string>;
|
|
186
|
+
/**
|
|
187
|
+
* Instance maintenance window
|
|
188
|
+
*/
|
|
189
|
+
maintenanceWindow?: pulumi.Input<inputs.rdspostgresql.InstanceMaintenanceWindow>;
|
|
190
|
+
/**
|
|
191
|
+
* Memory size, unit: GB
|
|
192
|
+
*/
|
|
193
|
+
memory?: pulumi.Input<number>;
|
|
194
|
+
nodeInfos?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceNodeInfo>[]>;
|
|
195
|
+
/**
|
|
196
|
+
* Number of nodes
|
|
197
|
+
*/
|
|
198
|
+
nodeNumber?: pulumi.Input<number>;
|
|
199
|
+
/**
|
|
200
|
+
* Primary node specification
|
|
201
|
+
*/
|
|
202
|
+
nodeSpec?: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* Project. Default value: default project
|
|
205
|
+
*/
|
|
206
|
+
projectName?: pulumi.Input<string>;
|
|
207
|
+
/**
|
|
208
|
+
* Data file space used by the primary node. Unit: Byte
|
|
209
|
+
*/
|
|
210
|
+
storageDataUse?: pulumi.Input<number>;
|
|
211
|
+
/**
|
|
212
|
+
* Log file space used by the primary node. Unit: Byte
|
|
213
|
+
*/
|
|
214
|
+
storageLogUse?: pulumi.Input<number>;
|
|
215
|
+
/**
|
|
216
|
+
* Instance storage space. Value range: [20, 3000], unit: GB, increment: 10GB. Default value is 100
|
|
217
|
+
*/
|
|
218
|
+
storageSpace?: pulumi.Input<number>;
|
|
219
|
+
/**
|
|
220
|
+
* Temporary file space used by the primary node. Unit: Byte
|
|
221
|
+
*/
|
|
222
|
+
storageTempUse?: pulumi.Input<number>;
|
|
223
|
+
/**
|
|
224
|
+
* Instance storage type, fixed value LocalSSD (local SSD disk)
|
|
225
|
+
*/
|
|
226
|
+
storageType?: pulumi.Input<string>;
|
|
227
|
+
/**
|
|
228
|
+
* Used storage space of the instance. Unit: Byte
|
|
229
|
+
*/
|
|
230
|
+
storageUse?: pulumi.Input<number>;
|
|
231
|
+
/**
|
|
232
|
+
* Used WAL file space of the instance's primary node. Unit: Byte
|
|
233
|
+
*/
|
|
234
|
+
storageWalUse?: pulumi.Input<number>;
|
|
235
|
+
/**
|
|
236
|
+
* Subnet ID
|
|
237
|
+
*/
|
|
238
|
+
subnetId?: pulumi.Input<string>;
|
|
239
|
+
tags?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceTag>[]>;
|
|
240
|
+
/**
|
|
241
|
+
* Instance update time
|
|
242
|
+
*/
|
|
243
|
+
updateTime?: pulumi.Input<string>;
|
|
244
|
+
/**
|
|
245
|
+
* CPU size. For example: 1 means 1U
|
|
246
|
+
*/
|
|
247
|
+
vcpu?: pulumi.Input<number>;
|
|
248
|
+
/**
|
|
249
|
+
* Use this parameter to specify the private network for the instance
|
|
250
|
+
*/
|
|
251
|
+
vpcId?: pulumi.Input<string>;
|
|
252
|
+
/**
|
|
253
|
+
* Availability zone ID
|
|
254
|
+
*/
|
|
255
|
+
zoneId?: pulumi.Input<string>;
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* The set of arguments for constructing a Instance resource.
|
|
259
|
+
*/
|
|
260
|
+
export interface InstanceArgs {
|
|
261
|
+
/**
|
|
262
|
+
* Allowlist ID. To bind multiple allowlists, separate allowlist IDs with commas (,). An instance can bind up to 100 allowlists.
|
|
263
|
+
*/
|
|
264
|
+
allowListIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
265
|
+
/**
|
|
266
|
+
* Payment method
|
|
267
|
+
*/
|
|
268
|
+
chargeDetail: pulumi.Input<inputs.rdspostgresql.InstanceChargeDetail>;
|
|
269
|
+
/**
|
|
270
|
+
* Compatible version
|
|
271
|
+
*/
|
|
272
|
+
dbEngineVersion: pulumi.Input<string>;
|
|
273
|
+
/**
|
|
274
|
+
* Instance name
|
|
275
|
+
*/
|
|
276
|
+
instanceName?: pulumi.Input<string>;
|
|
277
|
+
/**
|
|
278
|
+
* Instance maintenance window
|
|
279
|
+
*/
|
|
280
|
+
maintenanceWindow?: pulumi.Input<inputs.rdspostgresql.InstanceMaintenanceWindow>;
|
|
281
|
+
nodeInfos: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceNodeInfo>[]>;
|
|
282
|
+
/**
|
|
283
|
+
* Project. Default value: default project
|
|
284
|
+
*/
|
|
285
|
+
projectName?: pulumi.Input<string>;
|
|
286
|
+
/**
|
|
287
|
+
* Instance storage space. Value range: [20, 3000], unit: GB, increment: 10GB. Default value is 100
|
|
288
|
+
*/
|
|
289
|
+
storageSpace?: pulumi.Input<number>;
|
|
290
|
+
/**
|
|
291
|
+
* Instance storage type, fixed value LocalSSD (local SSD disk)
|
|
292
|
+
*/
|
|
293
|
+
storageType: pulumi.Input<string>;
|
|
294
|
+
/**
|
|
295
|
+
* Subnet ID
|
|
296
|
+
*/
|
|
297
|
+
subnetId: pulumi.Input<string>;
|
|
298
|
+
tags?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceTag>[]>;
|
|
299
|
+
/**
|
|
300
|
+
* Use this parameter to specify the private network for the instance
|
|
301
|
+
*/
|
|
302
|
+
vpcId: pulumi.Input<string>;
|
|
303
|
+
}
|
|
@@ -0,0 +1,132 @@
|
|
|
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.Instance = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Cloud database instance management
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import bytepluscc:rdspostgresql/instance:Instance example "instance_id"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class Instance extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing Instance resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name, id, state, opts) {
|
|
28
|
+
return new Instance(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of Instance. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj) {
|
|
35
|
+
if (obj === undefined || obj === null) {
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
return obj['__pulumiType'] === Instance.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["allowListIds"] = state ? state.allowListIds : undefined;
|
|
46
|
+
resourceInputs["chargeDetail"] = state ? state.chargeDetail : undefined;
|
|
47
|
+
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
48
|
+
resourceInputs["dataSyncMode"] = state ? state.dataSyncMode : undefined;
|
|
49
|
+
resourceInputs["dbEngineVersion"] = state ? state.dbEngineVersion : undefined;
|
|
50
|
+
resourceInputs["endpoints"] = state ? state.endpoints : undefined;
|
|
51
|
+
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
52
|
+
resourceInputs["instanceName"] = state ? state.instanceName : undefined;
|
|
53
|
+
resourceInputs["instanceStatus"] = state ? state.instanceStatus : undefined;
|
|
54
|
+
resourceInputs["instanceType"] = state ? state.instanceType : undefined;
|
|
55
|
+
resourceInputs["maintenanceWindow"] = state ? state.maintenanceWindow : undefined;
|
|
56
|
+
resourceInputs["memory"] = state ? state.memory : undefined;
|
|
57
|
+
resourceInputs["nodeInfos"] = state ? state.nodeInfos : undefined;
|
|
58
|
+
resourceInputs["nodeNumber"] = state ? state.nodeNumber : undefined;
|
|
59
|
+
resourceInputs["nodeSpec"] = state ? state.nodeSpec : undefined;
|
|
60
|
+
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
61
|
+
resourceInputs["storageDataUse"] = state ? state.storageDataUse : undefined;
|
|
62
|
+
resourceInputs["storageLogUse"] = state ? state.storageLogUse : undefined;
|
|
63
|
+
resourceInputs["storageSpace"] = state ? state.storageSpace : undefined;
|
|
64
|
+
resourceInputs["storageTempUse"] = state ? state.storageTempUse : undefined;
|
|
65
|
+
resourceInputs["storageType"] = state ? state.storageType : undefined;
|
|
66
|
+
resourceInputs["storageUse"] = state ? state.storageUse : undefined;
|
|
67
|
+
resourceInputs["storageWalUse"] = state ? state.storageWalUse : undefined;
|
|
68
|
+
resourceInputs["subnetId"] = state ? state.subnetId : undefined;
|
|
69
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
70
|
+
resourceInputs["updateTime"] = state ? state.updateTime : undefined;
|
|
71
|
+
resourceInputs["vcpu"] = state ? state.vcpu : undefined;
|
|
72
|
+
resourceInputs["vpcId"] = state ? state.vpcId : undefined;
|
|
73
|
+
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
74
|
+
}
|
|
75
|
+
else {
|
|
76
|
+
const args = argsOrState;
|
|
77
|
+
if ((!args || args.chargeDetail === undefined) && !opts.urn) {
|
|
78
|
+
throw new Error("Missing required property 'chargeDetail'");
|
|
79
|
+
}
|
|
80
|
+
if ((!args || args.dbEngineVersion === undefined) && !opts.urn) {
|
|
81
|
+
throw new Error("Missing required property 'dbEngineVersion'");
|
|
82
|
+
}
|
|
83
|
+
if ((!args || args.nodeInfos === undefined) && !opts.urn) {
|
|
84
|
+
throw new Error("Missing required property 'nodeInfos'");
|
|
85
|
+
}
|
|
86
|
+
if ((!args || args.storageType === undefined) && !opts.urn) {
|
|
87
|
+
throw new Error("Missing required property 'storageType'");
|
|
88
|
+
}
|
|
89
|
+
if ((!args || args.subnetId === undefined) && !opts.urn) {
|
|
90
|
+
throw new Error("Missing required property 'subnetId'");
|
|
91
|
+
}
|
|
92
|
+
if ((!args || args.vpcId === undefined) && !opts.urn) {
|
|
93
|
+
throw new Error("Missing required property 'vpcId'");
|
|
94
|
+
}
|
|
95
|
+
resourceInputs["allowListIds"] = args ? args.allowListIds : undefined;
|
|
96
|
+
resourceInputs["chargeDetail"] = args ? args.chargeDetail : undefined;
|
|
97
|
+
resourceInputs["dbEngineVersion"] = args ? args.dbEngineVersion : undefined;
|
|
98
|
+
resourceInputs["instanceName"] = args ? args.instanceName : undefined;
|
|
99
|
+
resourceInputs["maintenanceWindow"] = args ? args.maintenanceWindow : undefined;
|
|
100
|
+
resourceInputs["nodeInfos"] = args ? args.nodeInfos : undefined;
|
|
101
|
+
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
102
|
+
resourceInputs["storageSpace"] = args ? args.storageSpace : undefined;
|
|
103
|
+
resourceInputs["storageType"] = args ? args.storageType : undefined;
|
|
104
|
+
resourceInputs["subnetId"] = args ? args.subnetId : undefined;
|
|
105
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
106
|
+
resourceInputs["vpcId"] = args ? args.vpcId : undefined;
|
|
107
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
108
|
+
resourceInputs["dataSyncMode"] = undefined /*out*/;
|
|
109
|
+
resourceInputs["endpoints"] = undefined /*out*/;
|
|
110
|
+
resourceInputs["instanceId"] = undefined /*out*/;
|
|
111
|
+
resourceInputs["instanceStatus"] = undefined /*out*/;
|
|
112
|
+
resourceInputs["instanceType"] = undefined /*out*/;
|
|
113
|
+
resourceInputs["memory"] = undefined /*out*/;
|
|
114
|
+
resourceInputs["nodeNumber"] = undefined /*out*/;
|
|
115
|
+
resourceInputs["nodeSpec"] = undefined /*out*/;
|
|
116
|
+
resourceInputs["storageDataUse"] = undefined /*out*/;
|
|
117
|
+
resourceInputs["storageLogUse"] = undefined /*out*/;
|
|
118
|
+
resourceInputs["storageTempUse"] = undefined /*out*/;
|
|
119
|
+
resourceInputs["storageUse"] = undefined /*out*/;
|
|
120
|
+
resourceInputs["storageWalUse"] = undefined /*out*/;
|
|
121
|
+
resourceInputs["updateTime"] = undefined /*out*/;
|
|
122
|
+
resourceInputs["vcpu"] = undefined /*out*/;
|
|
123
|
+
resourceInputs["zoneId"] = undefined /*out*/;
|
|
124
|
+
}
|
|
125
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
126
|
+
super(Instance.__pulumiType, name, resourceInputs, opts);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
exports.Instance = Instance;
|
|
130
|
+
/** @internal */
|
|
131
|
+
Instance.__pulumiType = 'bytepluscc:rdspostgresql/instance:Instance';
|
|
132
|
+
//# sourceMappingURL=instance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../rdspostgresql/instance.ts"],"names":[],"mappings":"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"}
|