@pulumi/oci 1.9.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/database/autonomousContainerDatabase.d.ts +4 -10
- package/database/autonomousContainerDatabase.js.map +1 -1
- package/database/dbNode.d.ts +277 -0
- package/database/dbNode.js +111 -0
- package/database/dbNode.js.map +1 -0
- package/database/dbNodeConsoleConnection.d.ts +56 -0
- package/database/dbNodeConsoleConnection.js +12 -0
- package/database/dbNodeConsoleConnection.js.map +1 -1
- package/database/getAutonomousContainerDatabase.d.ts +1 -3
- package/database/getAutonomousContainerDatabase.js.map +1 -1
- package/database/getAutonomousContainerDatabases.d.ts +1 -0
- package/database/getAutonomousContainerDatabases.js.map +1 -1
- package/database/getAutonomousDatabase.d.ts +1 -1
- package/database/getDbNode.d.ts +18 -2
- package/database/getDbNode.js.map +1 -1
- package/database/getDbNodeConsoleConnection.d.ts +20 -0
- package/database/getDbNodeConsoleConnection.js.map +1 -1
- package/database/index.d.ts +3 -0
- package/database/index.js +11 -6
- package/database/index.js.map +1 -1
- package/datacatalog/dataAsset.d.ts +8 -0
- package/datacatalog/dataAsset.js +2 -0
- package/datacatalog/dataAsset.js.map +1 -1
- package/datacatalog/getDataAsset.d.ts +4 -0
- package/datacatalog/getDataAsset.js.map +1 -1
- package/package.json +2 -2
- package/types/output.d.ts +41 -4
|
@@ -188,12 +188,9 @@ export declare class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
188
188
|
/**
|
|
189
189
|
* For Autonomous Databases on Dedicated Exadata Infrastructure:
|
|
190
190
|
* * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
|
|
191
|
-
* * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
|
|
191
|
+
* * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
|
|
192
192
|
*/
|
|
193
193
|
readonly reclaimableCpus: pulumi.Output<number>;
|
|
194
|
-
/**
|
|
195
|
-
* The number of CPUs reserved in an Autonomous Container Database.
|
|
196
|
-
*/
|
|
197
194
|
readonly reservedCpus: pulumi.Output<number>;
|
|
198
195
|
/**
|
|
199
196
|
* The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
|
|
@@ -228,7 +225,7 @@ export declare class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
228
225
|
*/
|
|
229
226
|
readonly timeSnapshotStandbyRevert: pulumi.Output<string>;
|
|
230
227
|
/**
|
|
231
|
-
* The number of CPUs allocated to the Autonomous VM cluster.<br> For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
|
|
228
|
+
* The number of CPUs allocated to the Autonomous VM cluster.<br> For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
|
|
232
229
|
*/
|
|
233
230
|
readonly totalCpus: pulumi.Output<number>;
|
|
234
231
|
/**
|
|
@@ -410,12 +407,9 @@ export interface AutonomousContainerDatabaseState {
|
|
|
410
407
|
/**
|
|
411
408
|
* For Autonomous Databases on Dedicated Exadata Infrastructure:
|
|
412
409
|
* * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
|
|
413
|
-
* * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
|
|
410
|
+
* * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
|
|
414
411
|
*/
|
|
415
412
|
reclaimableCpus?: pulumi.Input<number>;
|
|
416
|
-
/**
|
|
417
|
-
* The number of CPUs reserved in an Autonomous Container Database.
|
|
418
|
-
*/
|
|
419
413
|
reservedCpus?: pulumi.Input<number>;
|
|
420
414
|
/**
|
|
421
415
|
* The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
|
|
@@ -450,7 +444,7 @@ export interface AutonomousContainerDatabaseState {
|
|
|
450
444
|
*/
|
|
451
445
|
timeSnapshotStandbyRevert?: pulumi.Input<string>;
|
|
452
446
|
/**
|
|
453
|
-
* The number of CPUs allocated to the Autonomous VM cluster.<br> For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
|
|
447
|
+
* The number of CPUs allocated to the Autonomous VM cluster.<br> For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
|
|
454
448
|
*/
|
|
455
449
|
totalCpus?: pulumi.Input<number>;
|
|
456
450
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autonomousContainerDatabase.js","sourceRoot":"","sources":["../../database/autonomousContainerDatabase.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"autonomousContainerDatabase.js","sourceRoot":"","sources":["../../database/autonomousContainerDatabase.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This resource provides the Db Node resource in Oracle Cloud Infrastructure Database service.
|
|
4
|
+
*
|
|
5
|
+
* Updates the specified database node.
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* DbNodes can be imported using the `id`, e.g.
|
|
10
|
+
*
|
|
11
|
+
* ```sh
|
|
12
|
+
* $ pulumi import oci:Database/dbNode:DbNode test_db_node "id"
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class DbNode extends pulumi.CustomResource {
|
|
16
|
+
/**
|
|
17
|
+
* Get an existing DbNode resource's state with the given name, ID, and optional extra
|
|
18
|
+
* properties used to qualify the lookup.
|
|
19
|
+
*
|
|
20
|
+
* @param name The _unique_ name of the resulting resource.
|
|
21
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
22
|
+
* @param state Any extra arguments used during the lookup.
|
|
23
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
24
|
+
*/
|
|
25
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DbNodeState, opts?: pulumi.CustomResourceOptions): DbNode;
|
|
26
|
+
/**
|
|
27
|
+
* Returns true if the given object is an instance of DbNode. This is designed to work even
|
|
28
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
29
|
+
*/
|
|
30
|
+
static isInstance(obj: any): obj is DbNode;
|
|
31
|
+
/**
|
|
32
|
+
* Additional information about the planned maintenance.
|
|
33
|
+
*/
|
|
34
|
+
readonly additionalDetails: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup IP address associated with the database node. Use this OCID with either the [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/GetPrivateIp) or the [GetPublicIpByPrivateIpId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PublicIp/GetPublicIpByPrivateIpId) API to get the IP address needed to make a database connection.
|
|
37
|
+
*/
|
|
38
|
+
readonly backupIpId: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the second backup VNIC.
|
|
41
|
+
*/
|
|
42
|
+
readonly backupVnic2id: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup VNIC.
|
|
45
|
+
*/
|
|
46
|
+
readonly backupVnicId: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The number of CPU cores enabled on the Db node.
|
|
49
|
+
*/
|
|
50
|
+
readonly cpuCoreCount: pulumi.Output<number>;
|
|
51
|
+
/**
|
|
52
|
+
* The database node [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
53
|
+
*/
|
|
54
|
+
readonly dbNodeId: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The allocated local node storage in GBs on the Db node.
|
|
57
|
+
*/
|
|
58
|
+
readonly dbNodeStorageSizeInGbs: pulumi.Output<number>;
|
|
59
|
+
/**
|
|
60
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exacc Db server associated with the database node.
|
|
61
|
+
*/
|
|
62
|
+
readonly dbServerId: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
|
65
|
+
*/
|
|
66
|
+
readonly dbSystemId: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
69
|
+
*/
|
|
70
|
+
readonly definedTags: pulumi.Output<{
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
}>;
|
|
73
|
+
/**
|
|
74
|
+
* The name of the Fault Domain the instance is contained in.
|
|
75
|
+
*/
|
|
76
|
+
readonly faultDomain: pulumi.Output<string>;
|
|
77
|
+
/**
|
|
78
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
79
|
+
*
|
|
80
|
+
*
|
|
81
|
+
* ** IMPORTANT **
|
|
82
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
83
|
+
*/
|
|
84
|
+
readonly freeformTags: pulumi.Output<{
|
|
85
|
+
[key: string]: any;
|
|
86
|
+
}>;
|
|
87
|
+
/**
|
|
88
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host IP address associated with the database node. Use this OCID with either the [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/GetPrivateIp) or the [GetPublicIpByPrivateIpId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PublicIp/GetPublicIpByPrivateIpId) API to get the IP address needed to make a database connection.
|
|
89
|
+
*/
|
|
90
|
+
readonly hostIpId: pulumi.Output<string>;
|
|
91
|
+
/**
|
|
92
|
+
* The host name for the database node.
|
|
93
|
+
*/
|
|
94
|
+
readonly hostname: pulumi.Output<string>;
|
|
95
|
+
/**
|
|
96
|
+
* Information about the current lifecycle state.
|
|
97
|
+
*/
|
|
98
|
+
readonly lifecycleDetails: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The type of database node maintenance.
|
|
101
|
+
*/
|
|
102
|
+
readonly maintenanceType: pulumi.Output<string>;
|
|
103
|
+
/**
|
|
104
|
+
* The allocated memory in GBs on the Db node.
|
|
105
|
+
*/
|
|
106
|
+
readonly memorySizeInGbs: pulumi.Output<number>;
|
|
107
|
+
/**
|
|
108
|
+
* The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.
|
|
109
|
+
*/
|
|
110
|
+
readonly softwareStorageSizeInGb: pulumi.Output<number>;
|
|
111
|
+
/**
|
|
112
|
+
* The current state of the database node.
|
|
113
|
+
*/
|
|
114
|
+
readonly state: pulumi.Output<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The date and time that the database node was created.
|
|
117
|
+
*/
|
|
118
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
119
|
+
/**
|
|
120
|
+
* End date and time of maintenance window.
|
|
121
|
+
*/
|
|
122
|
+
readonly timeMaintenanceWindowEnd: pulumi.Output<string>;
|
|
123
|
+
/**
|
|
124
|
+
* Start date and time of maintenance window.
|
|
125
|
+
*/
|
|
126
|
+
readonly timeMaintenanceWindowStart: pulumi.Output<string>;
|
|
127
|
+
/**
|
|
128
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the second VNIC.
|
|
129
|
+
*/
|
|
130
|
+
readonly vnic2id: pulumi.Output<string>;
|
|
131
|
+
/**
|
|
132
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC.
|
|
133
|
+
*/
|
|
134
|
+
readonly vnicId: pulumi.Output<string>;
|
|
135
|
+
/**
|
|
136
|
+
* Create a DbNode resource with the given unique name, arguments, and options.
|
|
137
|
+
*
|
|
138
|
+
* @param name The _unique_ name of the resource.
|
|
139
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
140
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
141
|
+
*/
|
|
142
|
+
constructor(name: string, args: DbNodeArgs, opts?: pulumi.CustomResourceOptions);
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* Input properties used for looking up and filtering DbNode resources.
|
|
146
|
+
*/
|
|
147
|
+
export interface DbNodeState {
|
|
148
|
+
/**
|
|
149
|
+
* Additional information about the planned maintenance.
|
|
150
|
+
*/
|
|
151
|
+
additionalDetails?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup IP address associated with the database node. Use this OCID with either the [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/GetPrivateIp) or the [GetPublicIpByPrivateIpId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PublicIp/GetPublicIpByPrivateIpId) API to get the IP address needed to make a database connection.
|
|
154
|
+
*/
|
|
155
|
+
backupIpId?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the second backup VNIC.
|
|
158
|
+
*/
|
|
159
|
+
backupVnic2id?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup VNIC.
|
|
162
|
+
*/
|
|
163
|
+
backupVnicId?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* The number of CPU cores enabled on the Db node.
|
|
166
|
+
*/
|
|
167
|
+
cpuCoreCount?: pulumi.Input<number>;
|
|
168
|
+
/**
|
|
169
|
+
* The database node [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
170
|
+
*/
|
|
171
|
+
dbNodeId?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* The allocated local node storage in GBs on the Db node.
|
|
174
|
+
*/
|
|
175
|
+
dbNodeStorageSizeInGbs?: pulumi.Input<number>;
|
|
176
|
+
/**
|
|
177
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exacc Db server associated with the database node.
|
|
178
|
+
*/
|
|
179
|
+
dbServerId?: pulumi.Input<string>;
|
|
180
|
+
/**
|
|
181
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
|
182
|
+
*/
|
|
183
|
+
dbSystemId?: pulumi.Input<string>;
|
|
184
|
+
/**
|
|
185
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
186
|
+
*/
|
|
187
|
+
definedTags?: pulumi.Input<{
|
|
188
|
+
[key: string]: any;
|
|
189
|
+
}>;
|
|
190
|
+
/**
|
|
191
|
+
* The name of the Fault Domain the instance is contained in.
|
|
192
|
+
*/
|
|
193
|
+
faultDomain?: pulumi.Input<string>;
|
|
194
|
+
/**
|
|
195
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
196
|
+
*
|
|
197
|
+
*
|
|
198
|
+
* ** IMPORTANT **
|
|
199
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
200
|
+
*/
|
|
201
|
+
freeformTags?: pulumi.Input<{
|
|
202
|
+
[key: string]: any;
|
|
203
|
+
}>;
|
|
204
|
+
/**
|
|
205
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host IP address associated with the database node. Use this OCID with either the [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/GetPrivateIp) or the [GetPublicIpByPrivateIpId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PublicIp/GetPublicIpByPrivateIpId) API to get the IP address needed to make a database connection.
|
|
206
|
+
*/
|
|
207
|
+
hostIpId?: pulumi.Input<string>;
|
|
208
|
+
/**
|
|
209
|
+
* The host name for the database node.
|
|
210
|
+
*/
|
|
211
|
+
hostname?: pulumi.Input<string>;
|
|
212
|
+
/**
|
|
213
|
+
* Information about the current lifecycle state.
|
|
214
|
+
*/
|
|
215
|
+
lifecycleDetails?: pulumi.Input<string>;
|
|
216
|
+
/**
|
|
217
|
+
* The type of database node maintenance.
|
|
218
|
+
*/
|
|
219
|
+
maintenanceType?: pulumi.Input<string>;
|
|
220
|
+
/**
|
|
221
|
+
* The allocated memory in GBs on the Db node.
|
|
222
|
+
*/
|
|
223
|
+
memorySizeInGbs?: pulumi.Input<number>;
|
|
224
|
+
/**
|
|
225
|
+
* The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.
|
|
226
|
+
*/
|
|
227
|
+
softwareStorageSizeInGb?: pulumi.Input<number>;
|
|
228
|
+
/**
|
|
229
|
+
* The current state of the database node.
|
|
230
|
+
*/
|
|
231
|
+
state?: pulumi.Input<string>;
|
|
232
|
+
/**
|
|
233
|
+
* The date and time that the database node was created.
|
|
234
|
+
*/
|
|
235
|
+
timeCreated?: pulumi.Input<string>;
|
|
236
|
+
/**
|
|
237
|
+
* End date and time of maintenance window.
|
|
238
|
+
*/
|
|
239
|
+
timeMaintenanceWindowEnd?: pulumi.Input<string>;
|
|
240
|
+
/**
|
|
241
|
+
* Start date and time of maintenance window.
|
|
242
|
+
*/
|
|
243
|
+
timeMaintenanceWindowStart?: pulumi.Input<string>;
|
|
244
|
+
/**
|
|
245
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the second VNIC.
|
|
246
|
+
*/
|
|
247
|
+
vnic2id?: pulumi.Input<string>;
|
|
248
|
+
/**
|
|
249
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC.
|
|
250
|
+
*/
|
|
251
|
+
vnicId?: pulumi.Input<string>;
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* The set of arguments for constructing a DbNode resource.
|
|
255
|
+
*/
|
|
256
|
+
export interface DbNodeArgs {
|
|
257
|
+
/**
|
|
258
|
+
* The database node [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
259
|
+
*/
|
|
260
|
+
dbNodeId: pulumi.Input<string>;
|
|
261
|
+
/**
|
|
262
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
263
|
+
*/
|
|
264
|
+
definedTags?: pulumi.Input<{
|
|
265
|
+
[key: string]: any;
|
|
266
|
+
}>;
|
|
267
|
+
/**
|
|
268
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
269
|
+
*
|
|
270
|
+
*
|
|
271
|
+
* ** IMPORTANT **
|
|
272
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
273
|
+
*/
|
|
274
|
+
freeformTags?: pulumi.Input<{
|
|
275
|
+
[key: string]: any;
|
|
276
|
+
}>;
|
|
277
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
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.DbNode = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Db Node resource in Oracle Cloud Infrastructure Database service.
|
|
10
|
+
*
|
|
11
|
+
* Updates the specified database node.
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* DbNodes can be imported using the `id`, e.g.
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import oci:Database/dbNode:DbNode test_db_node "id"
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
class DbNode extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing DbNode resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param state Any extra arguments used during the lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name, id, state, opts) {
|
|
32
|
+
return new DbNode(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Returns true if the given object is an instance of DbNode. This is designed to work even
|
|
36
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
37
|
+
*/
|
|
38
|
+
static isInstance(obj) {
|
|
39
|
+
if (obj === undefined || obj === null) {
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
return obj['__pulumiType'] === DbNode.__pulumiType;
|
|
43
|
+
}
|
|
44
|
+
constructor(name, argsOrState, opts) {
|
|
45
|
+
let resourceInputs = {};
|
|
46
|
+
opts = opts || {};
|
|
47
|
+
if (opts.id) {
|
|
48
|
+
const state = argsOrState;
|
|
49
|
+
resourceInputs["additionalDetails"] = state ? state.additionalDetails : undefined;
|
|
50
|
+
resourceInputs["backupIpId"] = state ? state.backupIpId : undefined;
|
|
51
|
+
resourceInputs["backupVnic2id"] = state ? state.backupVnic2id : undefined;
|
|
52
|
+
resourceInputs["backupVnicId"] = state ? state.backupVnicId : undefined;
|
|
53
|
+
resourceInputs["cpuCoreCount"] = state ? state.cpuCoreCount : undefined;
|
|
54
|
+
resourceInputs["dbNodeId"] = state ? state.dbNodeId : undefined;
|
|
55
|
+
resourceInputs["dbNodeStorageSizeInGbs"] = state ? state.dbNodeStorageSizeInGbs : undefined;
|
|
56
|
+
resourceInputs["dbServerId"] = state ? state.dbServerId : undefined;
|
|
57
|
+
resourceInputs["dbSystemId"] = state ? state.dbSystemId : undefined;
|
|
58
|
+
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
59
|
+
resourceInputs["faultDomain"] = state ? state.faultDomain : undefined;
|
|
60
|
+
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
61
|
+
resourceInputs["hostIpId"] = state ? state.hostIpId : undefined;
|
|
62
|
+
resourceInputs["hostname"] = state ? state.hostname : undefined;
|
|
63
|
+
resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
|
|
64
|
+
resourceInputs["maintenanceType"] = state ? state.maintenanceType : undefined;
|
|
65
|
+
resourceInputs["memorySizeInGbs"] = state ? state.memorySizeInGbs : undefined;
|
|
66
|
+
resourceInputs["softwareStorageSizeInGb"] = state ? state.softwareStorageSizeInGb : undefined;
|
|
67
|
+
resourceInputs["state"] = state ? state.state : undefined;
|
|
68
|
+
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
69
|
+
resourceInputs["timeMaintenanceWindowEnd"] = state ? state.timeMaintenanceWindowEnd : undefined;
|
|
70
|
+
resourceInputs["timeMaintenanceWindowStart"] = state ? state.timeMaintenanceWindowStart : undefined;
|
|
71
|
+
resourceInputs["vnic2id"] = state ? state.vnic2id : undefined;
|
|
72
|
+
resourceInputs["vnicId"] = state ? state.vnicId : undefined;
|
|
73
|
+
}
|
|
74
|
+
else {
|
|
75
|
+
const args = argsOrState;
|
|
76
|
+
if ((!args || args.dbNodeId === undefined) && !opts.urn) {
|
|
77
|
+
throw new Error("Missing required property 'dbNodeId'");
|
|
78
|
+
}
|
|
79
|
+
resourceInputs["dbNodeId"] = args ? args.dbNodeId : undefined;
|
|
80
|
+
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
81
|
+
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
82
|
+
resourceInputs["additionalDetails"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["backupIpId"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["backupVnic2id"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["backupVnicId"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["cpuCoreCount"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["dbNodeStorageSizeInGbs"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["dbServerId"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["dbSystemId"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["faultDomain"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["hostIpId"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["hostname"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["maintenanceType"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["memorySizeInGbs"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["softwareStorageSizeInGb"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["timeMaintenanceWindowEnd"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["timeMaintenanceWindowStart"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["vnic2id"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["vnicId"] = undefined /*out*/;
|
|
103
|
+
}
|
|
104
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
105
|
+
super(DbNode.__pulumiType, name, resourceInputs, opts);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
exports.DbNode = DbNode;
|
|
109
|
+
/** @internal */
|
|
110
|
+
DbNode.__pulumiType = 'oci:Database/dbNode:DbNode';
|
|
111
|
+
//# sourceMappingURL=dbNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dbNode.js","sourceRoot":"","sources":["../../database/dbNode.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,6 +15,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
15
15
|
* const testDbNodeConsoleConnection = new oci.database.DbNodeConsoleConnection("testDbNodeConsoleConnection", {
|
|
16
16
|
* dbNodeId: oci_database_db_node.test_db_node.id,
|
|
17
17
|
* publicKey: _var.db_node_console_connection_public_key,
|
|
18
|
+
* definedTags: _var.db_node_console_connection_defined_tags,
|
|
19
|
+
* freeformTags: {
|
|
20
|
+
* Department: "Finance",
|
|
21
|
+
* },
|
|
18
22
|
* });
|
|
19
23
|
* ```
|
|
20
24
|
*
|
|
@@ -54,10 +58,26 @@ export declare class DbNodeConsoleConnection extends pulumi.CustomResource {
|
|
|
54
58
|
* The database node [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
55
59
|
*/
|
|
56
60
|
readonly dbNodeId: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
63
|
+
*/
|
|
64
|
+
readonly definedTags: pulumi.Output<{
|
|
65
|
+
[key: string]: any;
|
|
66
|
+
}>;
|
|
57
67
|
/**
|
|
58
68
|
* The SSH public key fingerprint for the console connection.
|
|
59
69
|
*/
|
|
60
70
|
readonly fingerprint: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
73
|
+
*/
|
|
74
|
+
readonly freeformTags: pulumi.Output<{
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
}>;
|
|
77
|
+
/**
|
|
78
|
+
* Information about the current lifecycle state.
|
|
79
|
+
*/
|
|
80
|
+
readonly lifecycleDetails: pulumi.Output<string>;
|
|
61
81
|
/**
|
|
62
82
|
* The SSH public key used to authenticate the console connection.
|
|
63
83
|
*
|
|
@@ -66,6 +86,10 @@ export declare class DbNodeConsoleConnection extends pulumi.CustomResource {
|
|
|
66
86
|
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
67
87
|
*/
|
|
68
88
|
readonly publicKey: pulumi.Output<string>;
|
|
89
|
+
/**
|
|
90
|
+
* The SSH public key's fingerprint for the console connection service host.
|
|
91
|
+
*/
|
|
92
|
+
readonly serviceHostKeyFingerprint: pulumi.Output<string>;
|
|
69
93
|
/**
|
|
70
94
|
* The current state of the console connection.
|
|
71
95
|
*/
|
|
@@ -95,10 +119,26 @@ export interface DbNodeConsoleConnectionState {
|
|
|
95
119
|
* The database node [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
96
120
|
*/
|
|
97
121
|
dbNodeId?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
124
|
+
*/
|
|
125
|
+
definedTags?: pulumi.Input<{
|
|
126
|
+
[key: string]: any;
|
|
127
|
+
}>;
|
|
98
128
|
/**
|
|
99
129
|
* The SSH public key fingerprint for the console connection.
|
|
100
130
|
*/
|
|
101
131
|
fingerprint?: pulumi.Input<string>;
|
|
132
|
+
/**
|
|
133
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
134
|
+
*/
|
|
135
|
+
freeformTags?: pulumi.Input<{
|
|
136
|
+
[key: string]: any;
|
|
137
|
+
}>;
|
|
138
|
+
/**
|
|
139
|
+
* Information about the current lifecycle state.
|
|
140
|
+
*/
|
|
141
|
+
lifecycleDetails?: pulumi.Input<string>;
|
|
102
142
|
/**
|
|
103
143
|
* The SSH public key used to authenticate the console connection.
|
|
104
144
|
*
|
|
@@ -107,6 +147,10 @@ export interface DbNodeConsoleConnectionState {
|
|
|
107
147
|
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
108
148
|
*/
|
|
109
149
|
publicKey?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* The SSH public key's fingerprint for the console connection service host.
|
|
152
|
+
*/
|
|
153
|
+
serviceHostKeyFingerprint?: pulumi.Input<string>;
|
|
110
154
|
/**
|
|
111
155
|
* The current state of the console connection.
|
|
112
156
|
*/
|
|
@@ -120,6 +164,18 @@ export interface DbNodeConsoleConnectionArgs {
|
|
|
120
164
|
* The database node [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
121
165
|
*/
|
|
122
166
|
dbNodeId: pulumi.Input<string>;
|
|
167
|
+
/**
|
|
168
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
169
|
+
*/
|
|
170
|
+
definedTags?: pulumi.Input<{
|
|
171
|
+
[key: string]: any;
|
|
172
|
+
}>;
|
|
173
|
+
/**
|
|
174
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
175
|
+
*/
|
|
176
|
+
freeformTags?: pulumi.Input<{
|
|
177
|
+
[key: string]: any;
|
|
178
|
+
}>;
|
|
123
179
|
/**
|
|
124
180
|
* The SSH public key used to authenticate the console connection.
|
|
125
181
|
*
|
|
@@ -21,6 +21,10 @@ const utilities = require("../utilities");
|
|
|
21
21
|
* const testDbNodeConsoleConnection = new oci.database.DbNodeConsoleConnection("testDbNodeConsoleConnection", {
|
|
22
22
|
* dbNodeId: oci_database_db_node.test_db_node.id,
|
|
23
23
|
* publicKey: _var.db_node_console_connection_public_key,
|
|
24
|
+
* definedTags: _var.db_node_console_connection_defined_tags,
|
|
25
|
+
* freeformTags: {
|
|
26
|
+
* Department: "Finance",
|
|
27
|
+
* },
|
|
24
28
|
* });
|
|
25
29
|
* ```
|
|
26
30
|
*
|
|
@@ -63,8 +67,12 @@ class DbNodeConsoleConnection extends pulumi.CustomResource {
|
|
|
63
67
|
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
64
68
|
resourceInputs["connectionString"] = state ? state.connectionString : undefined;
|
|
65
69
|
resourceInputs["dbNodeId"] = state ? state.dbNodeId : undefined;
|
|
70
|
+
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
66
71
|
resourceInputs["fingerprint"] = state ? state.fingerprint : undefined;
|
|
72
|
+
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
73
|
+
resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
|
|
67
74
|
resourceInputs["publicKey"] = state ? state.publicKey : undefined;
|
|
75
|
+
resourceInputs["serviceHostKeyFingerprint"] = state ? state.serviceHostKeyFingerprint : undefined;
|
|
68
76
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
69
77
|
}
|
|
70
78
|
else {
|
|
@@ -76,10 +84,14 @@ class DbNodeConsoleConnection extends pulumi.CustomResource {
|
|
|
76
84
|
throw new Error("Missing required property 'publicKey'");
|
|
77
85
|
}
|
|
78
86
|
resourceInputs["dbNodeId"] = args ? args.dbNodeId : undefined;
|
|
87
|
+
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
88
|
+
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
79
89
|
resourceInputs["publicKey"] = args ? args.publicKey : undefined;
|
|
80
90
|
resourceInputs["compartmentId"] = undefined /*out*/;
|
|
81
91
|
resourceInputs["connectionString"] = undefined /*out*/;
|
|
82
92
|
resourceInputs["fingerprint"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["serviceHostKeyFingerprint"] = undefined /*out*/;
|
|
83
95
|
resourceInputs["state"] = undefined /*out*/;
|
|
84
96
|
}
|
|
85
97
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|