@pulumi/oci 0.19.0 → 0.19.1-alpha.1685550914

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.
Files changed (87) hide show
  1. package/containerengine/getNodePools.d.ts +1 -1
  2. package/core/instance.d.ts +3 -3
  3. package/core/instanceConfiguration.d.ts +7 -0
  4. package/core/instanceConfiguration.js +7 -0
  5. package/core/instanceConfiguration.js.map +1 -1
  6. package/databasemanagement/externalDbNode.d.ts +8 -0
  7. package/databasemanagement/externalDbNode.js +2 -0
  8. package/databasemanagement/externalDbNode.js.map +1 -1
  9. package/databasemanagement/externalExadataInfrastructure.d.ts +256 -0
  10. package/databasemanagement/externalExadataInfrastructure.js +126 -0
  11. package/databasemanagement/externalExadataInfrastructure.js.map +1 -0
  12. package/databasemanagement/externalExadataInfrastructureExadataManagement.d.ts +107 -0
  13. package/databasemanagement/externalExadataInfrastructureExadataManagement.js +82 -0
  14. package/databasemanagement/externalExadataInfrastructureExadataManagement.js.map +1 -0
  15. package/databasemanagement/externalExadataStorageConnector.d.ts +228 -0
  16. package/databasemanagement/externalExadataStorageConnector.js +126 -0
  17. package/databasemanagement/externalExadataStorageConnector.js.map +1 -0
  18. package/databasemanagement/getExternalDbNode.d.ts +4 -0
  19. package/databasemanagement/getExternalDbNode.js.map +1 -1
  20. package/databasemanagement/getExternalExadataInfrastructure.d.ts +131 -0
  21. package/databasemanagement/getExternalExadataInfrastructure.js +53 -0
  22. package/databasemanagement/getExternalExadataInfrastructure.js.map +1 -0
  23. package/databasemanagement/getExternalExadataInfrastructures.d.ts +89 -0
  24. package/databasemanagement/getExternalExadataInfrastructures.js +55 -0
  25. package/databasemanagement/getExternalExadataInfrastructures.js.map +1 -0
  26. package/databasemanagement/getExternalExadataStorageConnector.d.ts +120 -0
  27. package/databasemanagement/getExternalExadataStorageConnector.js +51 -0
  28. package/databasemanagement/getExternalExadataStorageConnector.js.map +1 -0
  29. package/databasemanagement/getExternalExadataStorageConnectors.d.ts +97 -0
  30. package/databasemanagement/getExternalExadataStorageConnectors.js +58 -0
  31. package/databasemanagement/getExternalExadataStorageConnectors.js.map +1 -0
  32. package/databasemanagement/getExternalExadataStorageGrid.d.ts +118 -0
  33. package/databasemanagement/getExternalExadataStorageGrid.js +51 -0
  34. package/databasemanagement/getExternalExadataStorageGrid.js.map +1 -0
  35. package/databasemanagement/getExternalExadataStorageServer.d.ts +150 -0
  36. package/databasemanagement/getExternalExadataStorageServer.js +51 -0
  37. package/databasemanagement/getExternalExadataStorageServer.js.map +1 -0
  38. package/databasemanagement/getExternalExadataStorageServerIormPlan.d.ts +76 -0
  39. package/databasemanagement/getExternalExadataStorageServerIormPlan.js +51 -0
  40. package/databasemanagement/getExternalExadataStorageServerIormPlan.js.map +1 -0
  41. package/databasemanagement/getExternalExadataStorageServerOpenAlertHistory.d.ts +68 -0
  42. package/databasemanagement/getExternalExadataStorageServerOpenAlertHistory.js +51 -0
  43. package/databasemanagement/getExternalExadataStorageServerOpenAlertHistory.js.map +1 -0
  44. package/databasemanagement/getExternalExadataStorageServerTopSqlCpuActivity.d.ts +68 -0
  45. package/databasemanagement/getExternalExadataStorageServerTopSqlCpuActivity.js +51 -0
  46. package/databasemanagement/getExternalExadataStorageServerTopSqlCpuActivity.js.map +1 -0
  47. package/databasemanagement/getExternalExadataStorageServers.d.ts +97 -0
  48. package/databasemanagement/getExternalExadataStorageServers.js +58 -0
  49. package/databasemanagement/getExternalExadataStorageServers.js.map +1 -0
  50. package/databasemanagement/getManagedDatabases.d.ts +11 -0
  51. package/databasemanagement/getManagedDatabases.js +3 -0
  52. package/databasemanagement/getManagedDatabases.js.map +1 -1
  53. package/databasemanagement/index.d.ts +39 -0
  54. package/databasemanagement/index.js +49 -4
  55. package/databasemanagement/index.js.map +1 -1
  56. package/filestorage/export.d.ts +3 -6
  57. package/filestorage/export.js.map +1 -1
  58. package/filestorage/fileSystem.d.ts +19 -0
  59. package/filestorage/fileSystem.js +3 -0
  60. package/filestorage/fileSystem.js.map +1 -1
  61. package/filestorage/filesystemSnapshotPolicy.d.ts +220 -0
  62. package/filestorage/filesystemSnapshotPolicy.js +119 -0
  63. package/filestorage/filesystemSnapshotPolicy.js.map +1 -0
  64. package/filestorage/getFileSystems.d.ts +18 -2
  65. package/filestorage/getFileSystems.js +7 -2
  66. package/filestorage/getFileSystems.js.map +1 -1
  67. package/filestorage/getFilesystemSnapshotPolicies.d.ts +127 -0
  68. package/filestorage/getFilesystemSnapshotPolicies.js +64 -0
  69. package/filestorage/getFilesystemSnapshotPolicies.js.map +1 -0
  70. package/filestorage/getFilesystemSnapshotPolicy.d.ts +104 -0
  71. package/filestorage/getFilesystemSnapshotPolicy.js +51 -0
  72. package/filestorage/getFilesystemSnapshotPolicy.js.map +1 -0
  73. package/filestorage/getSnapshot.d.ts +8 -0
  74. package/filestorage/getSnapshot.js.map +1 -1
  75. package/filestorage/getSnapshots.d.ts +38 -7
  76. package/filestorage/getSnapshots.js +15 -2
  77. package/filestorage/getSnapshots.js.map +1 -1
  78. package/filestorage/index.d.ts +9 -0
  79. package/filestorage/index.js +12 -1
  80. package/filestorage/index.js.map +1 -1
  81. package/filestorage/snapshot.d.ts +21 -0
  82. package/filestorage/snapshot.js +5 -0
  83. package/filestorage/snapshot.js.map +1 -1
  84. package/package.json +2 -2
  85. package/package.json.dev +2 -2
  86. package/types/input.d.ts +229 -3
  87. package/types/output.d.ts +1133 -49
@@ -61,7 +61,7 @@ export interface GetNodePoolsResult {
61
61
  */
62
62
  readonly id: string;
63
63
  /**
64
- * The name of the node.
64
+ * The name of the node pool.
65
65
  */
66
66
  readonly name?: string;
67
67
  /**
@@ -179,7 +179,7 @@ export declare class Instance extends pulumi.CustomResource {
179
179
  readonly agentConfig: pulumi.Output<outputs.Core.InstanceAgentConfig>;
180
180
  readonly async: pulumi.Output<boolean | undefined>;
181
181
  /**
182
- * (Updatable) Options for defining the availability of a VM instance after a maintenance event that impacts the underlying hardware. This also includes live migration preference for infrastructure maintenance.
182
+ * (Updatable) Options for VM migration during infrastructure maintenance events and for defining the availability of a VM instance after a maintenance event that impacts the underlying hardware.
183
183
  */
184
184
  readonly availabilityConfig: pulumi.Output<outputs.Core.InstanceAvailabilityConfig>;
185
185
  /**
@@ -426,7 +426,7 @@ export interface InstanceState {
426
426
  agentConfig?: pulumi.Input<inputs.Core.InstanceAgentConfig>;
427
427
  async?: pulumi.Input<boolean>;
428
428
  /**
429
- * (Updatable) Options for defining the availability of a VM instance after a maintenance event that impacts the underlying hardware. This also includes live migration preference for infrastructure maintenance.
429
+ * (Updatable) Options for VM migration during infrastructure maintenance events and for defining the availability of a VM instance after a maintenance event that impacts the underlying hardware.
430
430
  */
431
431
  availabilityConfig?: pulumi.Input<inputs.Core.InstanceAvailabilityConfig>;
432
432
  /**
@@ -665,7 +665,7 @@ export interface InstanceArgs {
665
665
  agentConfig?: pulumi.Input<inputs.Core.InstanceAgentConfig>;
666
666
  async?: pulumi.Input<boolean>;
667
667
  /**
668
- * (Updatable) Options for defining the availability of a VM instance after a maintenance event that impacts the underlying hardware. This also includes live migration preference for infrastructure maintenance.
668
+ * (Updatable) Options for VM migration during infrastructure maintenance events and for defining the availability of a VM instance after a maintenance event that impacts the underlying hardware.
669
669
  */
670
670
  availabilityConfig?: pulumi.Input<inputs.Core.InstanceAvailabilityConfig>;
671
671
  /**
@@ -41,6 +41,10 @@ import * as outputs from "../types/output";
41
41
  * }],
42
42
  * availabilityDomain: _var.instance_configuration_instance_details_block_volumes_create_details_availability_domain,
43
43
  * backupPolicyId: data.oci_core_volume_backup_policies.test_volume_backup_policies.volume_backup_policies[0].id,
44
+ * blockVolumeReplicas: {
45
+ * availabilityDomain: _var.instance_configuration_instance_details_block_volumes_create_details_block_volume_replicas_availability_domain,
46
+ * displayName: _var.instance_configuration_instance_details_block_volumes_create_details_block_volume_replicas_display_name,
47
+ * },
44
48
  * compartmentId: _var.compartment_id,
45
49
  * definedTags: {
46
50
  * "Operations.CostCenter": "42",
@@ -49,6 +53,7 @@ import * as outputs from "../types/output";
49
53
  * freeformTags: {
50
54
  * Department: "Finance",
51
55
  * },
56
+ * isAutoTuneEnabled: _var.instance_configuration_instance_details_block_volumes_create_details_is_auto_tune_enabled,
52
57
  * kmsKeyId: oci_kms_key.test_key.id,
53
58
  * sizeInGbs: _var.instance_configuration_instance_details_block_volumes_create_details_size_in_gbs,
54
59
  * sourceDetails: {
@@ -70,6 +75,7 @@ import * as outputs from "../types/output";
70
75
  * }],
71
76
  * },
72
77
  * availabilityConfig: {
78
+ * isLiveMigrationPreferred: _var.instance_configuration_instance_details_launch_details_availability_config_is_live_migration_preferred,
73
79
  * recoveryAction: _var.instance_configuration_instance_details_launch_details_availability_config_recovery_action,
74
80
  * },
75
81
  * availabilityDomain: _var.instance_configuration_instance_details_launch_details_availability_domain,
@@ -149,6 +155,7 @@ import * as outputs from "../types/output";
149
155
  * bootVolumeSizeInGbs: _var.instance_configuration_instance_details_launch_details_source_details_boot_volume_size_in_gbs,
150
156
  * bootVolumeVpusPerGb: _var.instance_configuration_instance_details_launch_details_source_details_boot_volume_vpus_per_gb,
151
157
  * imageId: oci_core_image.test_image.id,
158
+ * kmsKeyId: oci_kms_key.test_key.id,
152
159
  * },
153
160
  * },
154
161
  * secondaryVnics: [{
@@ -45,6 +45,10 @@ const utilities = require("../utilities");
45
45
  * }],
46
46
  * availabilityDomain: _var.instance_configuration_instance_details_block_volumes_create_details_availability_domain,
47
47
  * backupPolicyId: data.oci_core_volume_backup_policies.test_volume_backup_policies.volume_backup_policies[0].id,
48
+ * blockVolumeReplicas: {
49
+ * availabilityDomain: _var.instance_configuration_instance_details_block_volumes_create_details_block_volume_replicas_availability_domain,
50
+ * displayName: _var.instance_configuration_instance_details_block_volumes_create_details_block_volume_replicas_display_name,
51
+ * },
48
52
  * compartmentId: _var.compartment_id,
49
53
  * definedTags: {
50
54
  * "Operations.CostCenter": "42",
@@ -53,6 +57,7 @@ const utilities = require("../utilities");
53
57
  * freeformTags: {
54
58
  * Department: "Finance",
55
59
  * },
60
+ * isAutoTuneEnabled: _var.instance_configuration_instance_details_block_volumes_create_details_is_auto_tune_enabled,
56
61
  * kmsKeyId: oci_kms_key.test_key.id,
57
62
  * sizeInGbs: _var.instance_configuration_instance_details_block_volumes_create_details_size_in_gbs,
58
63
  * sourceDetails: {
@@ -74,6 +79,7 @@ const utilities = require("../utilities");
74
79
  * }],
75
80
  * },
76
81
  * availabilityConfig: {
82
+ * isLiveMigrationPreferred: _var.instance_configuration_instance_details_launch_details_availability_config_is_live_migration_preferred,
77
83
  * recoveryAction: _var.instance_configuration_instance_details_launch_details_availability_config_recovery_action,
78
84
  * },
79
85
  * availabilityDomain: _var.instance_configuration_instance_details_launch_details_availability_domain,
@@ -153,6 +159,7 @@ const utilities = require("../utilities");
153
159
  * bootVolumeSizeInGbs: _var.instance_configuration_instance_details_launch_details_source_details_boot_volume_size_in_gbs,
154
160
  * bootVolumeVpusPerGb: _var.instance_configuration_instance_details_launch_details_source_details_boot_volume_vpus_per_gb,
155
161
  * imageId: oci_core_image.test_image.id,
162
+ * kmsKeyId: oci_kms_key.test_key.id,
156
163
  * },
157
164
  * },
158
165
  * secondaryVnics: [{
@@ -1 +1 @@
1
- {"version":3,"file":"instanceConfiguration.js","sourceRoot":"","sources":["../../core/instanceConfiguration.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"instanceConfiguration.js","sourceRoot":"","sources":["../../core/instanceConfiguration.ts"],"names":[],"mappings":"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"}
@@ -50,6 +50,10 @@ export declare class ExternalDbNode extends pulumi.CustomResource {
50
50
  * The user-friendly name for the external DB node. The name does not have to be unique.
51
51
  */
52
52
  readonly displayName: pulumi.Output<string>;
53
+ /**
54
+ * Name of the domain.
55
+ */
56
+ readonly domainName: pulumi.Output<string>;
53
57
  /**
54
58
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external connector.
55
59
  */
@@ -125,6 +129,10 @@ export interface ExternalDbNodeState {
125
129
  * The user-friendly name for the external DB node. The name does not have to be unique.
126
130
  */
127
131
  displayName?: pulumi.Input<string>;
132
+ /**
133
+ * Name of the domain.
134
+ */
135
+ domainName?: pulumi.Input<string>;
128
136
  /**
129
137
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external connector.
130
138
  */
@@ -51,6 +51,7 @@ class ExternalDbNode extends pulumi.CustomResource {
51
51
  resourceInputs["componentName"] = state ? state.componentName : undefined;
52
52
  resourceInputs["cpuCoreCount"] = state ? state.cpuCoreCount : undefined;
53
53
  resourceInputs["displayName"] = state ? state.displayName : undefined;
54
+ resourceInputs["domainName"] = state ? state.domainName : undefined;
54
55
  resourceInputs["externalConnectorId"] = state ? state.externalConnectorId : undefined;
55
56
  resourceInputs["externalDbNodeId"] = state ? state.externalDbNodeId : undefined;
56
57
  resourceInputs["externalDbSystemId"] = state ? state.externalDbSystemId : undefined;
@@ -73,6 +74,7 @@ class ExternalDbNode extends pulumi.CustomResource {
73
74
  resourceInputs["componentName"] = undefined /*out*/;
74
75
  resourceInputs["cpuCoreCount"] = undefined /*out*/;
75
76
  resourceInputs["displayName"] = undefined /*out*/;
77
+ resourceInputs["domainName"] = undefined /*out*/;
76
78
  resourceInputs["externalDbSystemId"] = undefined /*out*/;
77
79
  resourceInputs["hostName"] = undefined /*out*/;
78
80
  resourceInputs["lifecycleDetails"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"externalDbNode.js","sourceRoot":"","sources":["../../databasemanagement/externalDbNode.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"externalDbNode.js","sourceRoot":"","sources":["../../databasemanagement/externalDbNode.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,256 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * This resource provides the External Exadata Infrastructure resource in Oracle Cloud Infrastructure Database Management service.
6
+ *
7
+ * Creates an Oracle Cloud Infrastructure resource for the Exadata infrastructure and enables the Monitoring service for the Exadata infrastructure.
8
+ * The following resource/subresources are created:
9
+ * Infrastructure
10
+ * Storage server connectors
11
+ * Storage servers
12
+ * Storage grids
13
+ *
14
+ * ## Example Usage
15
+ *
16
+ * ```typescript
17
+ * import * as pulumi from "@pulumi/pulumi";
18
+ * import * as oci from "@pulumi/oci";
19
+ *
20
+ * const testExternalExadataInfrastructure = new oci.databasemanagement.ExternalExadataInfrastructure("testExternalExadataInfrastructure", {
21
+ * compartmentId: _var.compartment_id,
22
+ * dbSystemIds: _var.external_exadata_infrastructure_db_system_ids,
23
+ * displayName: _var.external_exadata_infrastructure_display_name,
24
+ * discoveryKey: _var.external_exadata_infrastructure_discovery_key,
25
+ * licenseModel: _var.external_exadata_infrastructure_license_model,
26
+ * storageServerNames: _var.external_exadata_infrastructure_storage_server_names,
27
+ * });
28
+ * ```
29
+ *
30
+ * ## Import
31
+ *
32
+ * ExternalExadataInfrastructures can be imported using the `id`, e.g.
33
+ *
34
+ * ```sh
35
+ * $ pulumi import oci:DatabaseManagement/externalExadataInfrastructure:ExternalExadataInfrastructure test_external_exadata_infrastructure "id"
36
+ * ```
37
+ */
38
+ export declare class ExternalExadataInfrastructure extends pulumi.CustomResource {
39
+ /**
40
+ * Get an existing ExternalExadataInfrastructure resource's state with the given name, ID, and optional extra
41
+ * properties used to qualify the lookup.
42
+ *
43
+ * @param name The _unique_ name of the resulting resource.
44
+ * @param id The _unique_ provider ID of the resource to lookup.
45
+ * @param state Any extra arguments used during the lookup.
46
+ * @param opts Optional settings to control the behavior of the CustomResource.
47
+ */
48
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ExternalExadataInfrastructureState, opts?: pulumi.CustomResourceOptions): ExternalExadataInfrastructure;
49
+ /**
50
+ * Returns true if the given object is an instance of ExternalExadataInfrastructure. This is designed to work even
51
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
52
+ */
53
+ static isInstance(obj: any): obj is ExternalExadataInfrastructure;
54
+ /**
55
+ * The additional details of the resource defined in `{"key": "value"}` format. Example: `{"bar-key": "value"}`
56
+ */
57
+ readonly additionalDetails: pulumi.Output<{
58
+ [key: string]: any;
59
+ }>;
60
+ /**
61
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
62
+ */
63
+ readonly compartmentId: pulumi.Output<string>;
64
+ /**
65
+ * The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
66
+ */
67
+ readonly databaseCompartments: pulumi.Output<string[]>;
68
+ /**
69
+ * A list of DB systems.
70
+ */
71
+ readonly databaseSystems: pulumi.Output<outputs.DatabaseManagement.ExternalExadataInfrastructureDatabaseSystem[]>;
72
+ /**
73
+ * (Updatable) The list of DB systems in the Exadata infrastructure.
74
+ */
75
+ readonly dbSystemIds: pulumi.Output<string[]>;
76
+ /**
77
+ * (Updatable) The unique key of the discovery request.
78
+ */
79
+ readonly discoveryKey: pulumi.Output<string>;
80
+ /**
81
+ * (Updatable) The name of the Exadata infrastructure.
82
+ */
83
+ readonly displayName: pulumi.Output<string>;
84
+ /**
85
+ * The internal ID of the Exadata resource.
86
+ */
87
+ readonly internalId: pulumi.Output<string>;
88
+ /**
89
+ * (Updatable) The Oracle license model that applies to the database management resources.
90
+ */
91
+ readonly licenseModel: pulumi.Output<string>;
92
+ /**
93
+ * The details of the lifecycle state of the Exadata resource.
94
+ */
95
+ readonly lifecycleDetails: pulumi.Output<string>;
96
+ /**
97
+ * The rack size of the Exadata infrastructure.
98
+ */
99
+ readonly rackSize: pulumi.Output<string>;
100
+ /**
101
+ * The current lifecycle state of the database resource.
102
+ */
103
+ readonly state: pulumi.Output<string>;
104
+ /**
105
+ * The status of the Exadata resource.
106
+ */
107
+ readonly status: pulumi.Output<string>;
108
+ /**
109
+ * The Exadata storage server grid of the Exadata infrastructure.
110
+ */
111
+ readonly storageGrids: pulumi.Output<outputs.DatabaseManagement.ExternalExadataInfrastructureStorageGrid[]>;
112
+ /**
113
+ * (Updatable) The list of all the Exadata storage server names to be included for monitoring purposes. If not specified, all the Exadata storage servers associated with the DB systems are included.
114
+ *
115
+ *
116
+ * ** IMPORTANT **
117
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
118
+ */
119
+ readonly storageServerNames: pulumi.Output<string[] | undefined>;
120
+ /**
121
+ * The timestamp of the creation of the Exadata resource.
122
+ */
123
+ readonly timeCreated: pulumi.Output<string>;
124
+ /**
125
+ * The timestamp of the last update of the Exadata resource.
126
+ */
127
+ readonly timeUpdated: pulumi.Output<string>;
128
+ /**
129
+ * The version of the Exadata resource.
130
+ */
131
+ readonly version: pulumi.Output<string>;
132
+ /**
133
+ * Create a ExternalExadataInfrastructure resource with the given unique name, arguments, and options.
134
+ *
135
+ * @param name The _unique_ name of the resource.
136
+ * @param args The arguments to use to populate this resource's properties.
137
+ * @param opts A bag of options that control this resource's behavior.
138
+ */
139
+ constructor(name: string, args: ExternalExadataInfrastructureArgs, opts?: pulumi.CustomResourceOptions);
140
+ }
141
+ /**
142
+ * Input properties used for looking up and filtering ExternalExadataInfrastructure resources.
143
+ */
144
+ export interface ExternalExadataInfrastructureState {
145
+ /**
146
+ * The additional details of the resource defined in `{"key": "value"}` format. Example: `{"bar-key": "value"}`
147
+ */
148
+ additionalDetails?: pulumi.Input<{
149
+ [key: string]: any;
150
+ }>;
151
+ /**
152
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
153
+ */
154
+ compartmentId?: pulumi.Input<string>;
155
+ /**
156
+ * The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
157
+ */
158
+ databaseCompartments?: pulumi.Input<pulumi.Input<string>[]>;
159
+ /**
160
+ * A list of DB systems.
161
+ */
162
+ databaseSystems?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.ExternalExadataInfrastructureDatabaseSystem>[]>;
163
+ /**
164
+ * (Updatable) The list of DB systems in the Exadata infrastructure.
165
+ */
166
+ dbSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
167
+ /**
168
+ * (Updatable) The unique key of the discovery request.
169
+ */
170
+ discoveryKey?: pulumi.Input<string>;
171
+ /**
172
+ * (Updatable) The name of the Exadata infrastructure.
173
+ */
174
+ displayName?: pulumi.Input<string>;
175
+ /**
176
+ * The internal ID of the Exadata resource.
177
+ */
178
+ internalId?: pulumi.Input<string>;
179
+ /**
180
+ * (Updatable) The Oracle license model that applies to the database management resources.
181
+ */
182
+ licenseModel?: pulumi.Input<string>;
183
+ /**
184
+ * The details of the lifecycle state of the Exadata resource.
185
+ */
186
+ lifecycleDetails?: pulumi.Input<string>;
187
+ /**
188
+ * The rack size of the Exadata infrastructure.
189
+ */
190
+ rackSize?: pulumi.Input<string>;
191
+ /**
192
+ * The current lifecycle state of the database resource.
193
+ */
194
+ state?: pulumi.Input<string>;
195
+ /**
196
+ * The status of the Exadata resource.
197
+ */
198
+ status?: pulumi.Input<string>;
199
+ /**
200
+ * The Exadata storage server grid of the Exadata infrastructure.
201
+ */
202
+ storageGrids?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.ExternalExadataInfrastructureStorageGrid>[]>;
203
+ /**
204
+ * (Updatable) The list of all the Exadata storage server names to be included for monitoring purposes. If not specified, all the Exadata storage servers associated with the DB systems are included.
205
+ *
206
+ *
207
+ * ** IMPORTANT **
208
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
209
+ */
210
+ storageServerNames?: pulumi.Input<pulumi.Input<string>[]>;
211
+ /**
212
+ * The timestamp of the creation of the Exadata resource.
213
+ */
214
+ timeCreated?: pulumi.Input<string>;
215
+ /**
216
+ * The timestamp of the last update of the Exadata resource.
217
+ */
218
+ timeUpdated?: pulumi.Input<string>;
219
+ /**
220
+ * The version of the Exadata resource.
221
+ */
222
+ version?: pulumi.Input<string>;
223
+ }
224
+ /**
225
+ * The set of arguments for constructing a ExternalExadataInfrastructure resource.
226
+ */
227
+ export interface ExternalExadataInfrastructureArgs {
228
+ /**
229
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
230
+ */
231
+ compartmentId: pulumi.Input<string>;
232
+ /**
233
+ * (Updatable) The list of DB systems in the Exadata infrastructure.
234
+ */
235
+ dbSystemIds: pulumi.Input<pulumi.Input<string>[]>;
236
+ /**
237
+ * (Updatable) The unique key of the discovery request.
238
+ */
239
+ discoveryKey?: pulumi.Input<string>;
240
+ /**
241
+ * (Updatable) The name of the Exadata infrastructure.
242
+ */
243
+ displayName: pulumi.Input<string>;
244
+ /**
245
+ * (Updatable) The Oracle license model that applies to the database management resources.
246
+ */
247
+ licenseModel?: pulumi.Input<string>;
248
+ /**
249
+ * (Updatable) The list of all the Exadata storage server names to be included for monitoring purposes. If not specified, all the Exadata storage servers associated with the DB systems are included.
250
+ *
251
+ *
252
+ * ** IMPORTANT **
253
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
254
+ */
255
+ storageServerNames?: pulumi.Input<pulumi.Input<string>[]>;
256
+ }
@@ -0,0 +1,126 @@
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.ExternalExadataInfrastructure = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the External Exadata Infrastructure resource in Oracle Cloud Infrastructure Database Management service.
10
+ *
11
+ * Creates an Oracle Cloud Infrastructure resource for the Exadata infrastructure and enables the Monitoring service for the Exadata infrastructure.
12
+ * The following resource/subresources are created:
13
+ * Infrastructure
14
+ * Storage server connectors
15
+ * Storage servers
16
+ * Storage grids
17
+ *
18
+ * ## Example Usage
19
+ *
20
+ * ```typescript
21
+ * import * as pulumi from "@pulumi/pulumi";
22
+ * import * as oci from "@pulumi/oci";
23
+ *
24
+ * const testExternalExadataInfrastructure = new oci.databasemanagement.ExternalExadataInfrastructure("testExternalExadataInfrastructure", {
25
+ * compartmentId: _var.compartment_id,
26
+ * dbSystemIds: _var.external_exadata_infrastructure_db_system_ids,
27
+ * displayName: _var.external_exadata_infrastructure_display_name,
28
+ * discoveryKey: _var.external_exadata_infrastructure_discovery_key,
29
+ * licenseModel: _var.external_exadata_infrastructure_license_model,
30
+ * storageServerNames: _var.external_exadata_infrastructure_storage_server_names,
31
+ * });
32
+ * ```
33
+ *
34
+ * ## Import
35
+ *
36
+ * ExternalExadataInfrastructures can be imported using the `id`, e.g.
37
+ *
38
+ * ```sh
39
+ * $ pulumi import oci:DatabaseManagement/externalExadataInfrastructure:ExternalExadataInfrastructure test_external_exadata_infrastructure "id"
40
+ * ```
41
+ */
42
+ class ExternalExadataInfrastructure extends pulumi.CustomResource {
43
+ /**
44
+ * Get an existing ExternalExadataInfrastructure resource's state with the given name, ID, and optional extra
45
+ * properties used to qualify the lookup.
46
+ *
47
+ * @param name The _unique_ name of the resulting resource.
48
+ * @param id The _unique_ provider ID of the resource to lookup.
49
+ * @param state Any extra arguments used during the lookup.
50
+ * @param opts Optional settings to control the behavior of the CustomResource.
51
+ */
52
+ static get(name, id, state, opts) {
53
+ return new ExternalExadataInfrastructure(name, state, Object.assign(Object.assign({}, opts), { id: id }));
54
+ }
55
+ /**
56
+ * Returns true if the given object is an instance of ExternalExadataInfrastructure. This is designed to work even
57
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
58
+ */
59
+ static isInstance(obj) {
60
+ if (obj === undefined || obj === null) {
61
+ return false;
62
+ }
63
+ return obj['__pulumiType'] === ExternalExadataInfrastructure.__pulumiType;
64
+ }
65
+ constructor(name, argsOrState, opts) {
66
+ let resourceInputs = {};
67
+ opts = opts || {};
68
+ if (opts.id) {
69
+ const state = argsOrState;
70
+ resourceInputs["additionalDetails"] = state ? state.additionalDetails : undefined;
71
+ resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
72
+ resourceInputs["databaseCompartments"] = state ? state.databaseCompartments : undefined;
73
+ resourceInputs["databaseSystems"] = state ? state.databaseSystems : undefined;
74
+ resourceInputs["dbSystemIds"] = state ? state.dbSystemIds : undefined;
75
+ resourceInputs["discoveryKey"] = state ? state.discoveryKey : undefined;
76
+ resourceInputs["displayName"] = state ? state.displayName : undefined;
77
+ resourceInputs["internalId"] = state ? state.internalId : undefined;
78
+ resourceInputs["licenseModel"] = state ? state.licenseModel : undefined;
79
+ resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
80
+ resourceInputs["rackSize"] = state ? state.rackSize : undefined;
81
+ resourceInputs["state"] = state ? state.state : undefined;
82
+ resourceInputs["status"] = state ? state.status : undefined;
83
+ resourceInputs["storageGrids"] = state ? state.storageGrids : undefined;
84
+ resourceInputs["storageServerNames"] = state ? state.storageServerNames : undefined;
85
+ resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
86
+ resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
87
+ resourceInputs["version"] = state ? state.version : undefined;
88
+ }
89
+ else {
90
+ const args = argsOrState;
91
+ if ((!args || args.compartmentId === undefined) && !opts.urn) {
92
+ throw new Error("Missing required property 'compartmentId'");
93
+ }
94
+ if ((!args || args.dbSystemIds === undefined) && !opts.urn) {
95
+ throw new Error("Missing required property 'dbSystemIds'");
96
+ }
97
+ if ((!args || args.displayName === undefined) && !opts.urn) {
98
+ throw new Error("Missing required property 'displayName'");
99
+ }
100
+ resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
101
+ resourceInputs["dbSystemIds"] = args ? args.dbSystemIds : undefined;
102
+ resourceInputs["discoveryKey"] = args ? args.discoveryKey : undefined;
103
+ resourceInputs["displayName"] = args ? args.displayName : undefined;
104
+ resourceInputs["licenseModel"] = args ? args.licenseModel : undefined;
105
+ resourceInputs["storageServerNames"] = args ? args.storageServerNames : undefined;
106
+ resourceInputs["additionalDetails"] = undefined /*out*/;
107
+ resourceInputs["databaseCompartments"] = undefined /*out*/;
108
+ resourceInputs["databaseSystems"] = undefined /*out*/;
109
+ resourceInputs["internalId"] = undefined /*out*/;
110
+ resourceInputs["lifecycleDetails"] = undefined /*out*/;
111
+ resourceInputs["rackSize"] = undefined /*out*/;
112
+ resourceInputs["state"] = undefined /*out*/;
113
+ resourceInputs["status"] = undefined /*out*/;
114
+ resourceInputs["storageGrids"] = undefined /*out*/;
115
+ resourceInputs["timeCreated"] = undefined /*out*/;
116
+ resourceInputs["timeUpdated"] = undefined /*out*/;
117
+ resourceInputs["version"] = undefined /*out*/;
118
+ }
119
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
120
+ super(ExternalExadataInfrastructure.__pulumiType, name, resourceInputs, opts);
121
+ }
122
+ }
123
+ exports.ExternalExadataInfrastructure = ExternalExadataInfrastructure;
124
+ /** @internal */
125
+ ExternalExadataInfrastructure.__pulumiType = 'oci:DatabaseManagement/externalExadataInfrastructure:ExternalExadataInfrastructure';
126
+ //# sourceMappingURL=externalExadataInfrastructure.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"externalExadataInfrastructure.js","sourceRoot":"","sources":["../../databasemanagement/externalExadataInfrastructure.ts"],"names":[],"mappings":"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"}