@pulumi/oci 1.2.0 → 1.3.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/apmsynthetics/config.d.ts +20 -9
- package/apmsynthetics/config.js +11 -0
- package/apmsynthetics/config.js.map +1 -1
- package/apmsynthetics/getMonitor.d.ts +5 -5
- package/apmsynthetics/getMonitors.d.ts +1 -1
- package/containerengine/clusterWorkloadMapping.d.ts +176 -0
- package/containerengine/clusterWorkloadMapping.js +104 -0
- package/containerengine/clusterWorkloadMapping.js.map +1 -0
- package/containerengine/getClusterWorkloadMapping.d.ts +109 -0
- package/containerengine/getClusterWorkloadMapping.js +54 -0
- package/containerengine/getClusterWorkloadMapping.js.map +1 -0
- package/containerengine/getClusterWorkloadMappings.d.ts +75 -0
- package/containerengine/getClusterWorkloadMappings.js +52 -0
- package/containerengine/getClusterWorkloadMappings.js.map +1 -0
- package/containerengine/index.d.ts +9 -0
- package/containerengine/index.js +12 -1
- package/containerengine/index.js.map +1 -1
- package/core/bootVolumeBackup.d.ts +5 -0
- package/core/bootVolumeBackup.js +2 -1
- package/core/bootVolumeBackup.js.map +1 -1
- package/core/volumeBackup.d.ts +5 -0
- package/core/volumeBackup.js +2 -1
- package/core/volumeBackup.js.map +1 -1
- package/database/autonomousDatabase.d.ts +3 -3
- package/database/cloudAutonomousVmCluster.d.ts +1 -1
- package/database/dbHome.d.ts +3 -3
- package/database/exadataInfrastructure.d.ts +12 -3
- package/database/exadataInfrastructure.js +3 -0
- package/database/exadataInfrastructure.js.map +1 -1
- package/database/getExadataInfrastructure.d.ts +5 -1
- package/database/getExadataInfrastructure.js.map +1 -1
- package/database/getOneoffPatch.d.ts +124 -0
- package/database/getOneoffPatch.js +51 -0
- package/database/getOneoffPatch.js.map +1 -0
- package/database/getOneoffPatches.d.ts +103 -0
- package/database/getOneoffPatches.js +58 -0
- package/database/getOneoffPatches.js.map +1 -0
- package/database/getVmClusterNetwork.d.ts +4 -0
- package/database/getVmClusterNetwork.js.map +1 -1
- package/database/getVmClusterRecommendedNetwork.d.ts +13 -0
- package/database/getVmClusterRecommendedNetwork.js +1 -0
- package/database/getVmClusterRecommendedNetwork.js.map +1 -1
- package/database/index.d.ts +9 -0
- package/database/index.js +13 -2
- package/database/index.js.map +1 -1
- package/database/oneoffPatch.d.ts +244 -0
- package/database/oneoffPatch.js +121 -0
- package/database/oneoffPatch.js.map +1 -0
- package/database/vmClusterNetwork.d.ts +17 -0
- package/database/vmClusterNetwork.js +7 -0
- package/database/vmClusterNetwork.js.map +1 -1
- package/databasemigration/migration.d.ts +2 -0
- package/databasemigration/migration.js +2 -0
- package/databasemigration/migration.js.map +1 -1
- package/ospgateway/addressActionVerification.d.ts +461 -0
- package/ospgateway/addressActionVerification.js +166 -0
- package/ospgateway/addressActionVerification.js.map +1 -0
- package/ospgateway/getAddress.d.ts +189 -0
- package/ospgateway/getAddress.js +57 -0
- package/ospgateway/getAddress.js.map +1 -0
- package/ospgateway/getAddressRule.d.ts +101 -0
- package/ospgateway/getAddressRule.js +57 -0
- package/ospgateway/getAddressRule.js.map +1 -0
- package/ospgateway/getSubscription.d.ts +9 -1
- package/ospgateway/getSubscription.js.map +1 -1
- package/ospgateway/index.d.ts +9 -0
- package/ospgateway/index.js +12 -1
- package/ospgateway/index.js.map +1 -1
- package/ospgateway/subscription.d.ts +18 -2
- package/ospgateway/subscription.js +4 -0
- package/ospgateway/subscription.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +337 -15
- package/types/output.d.ts +1126 -119
|
@@ -27,12 +27,23 @@ import * as outputs from "../types/output";
|
|
|
27
27
|
* },
|
|
28
28
|
* batchIntervalInSeconds: _var.monitor_batch_interval_in_seconds,
|
|
29
29
|
* configuration: {
|
|
30
|
+
* clientCertificateDetails: {
|
|
31
|
+
* clientCertificate: {
|
|
32
|
+
* content: _var.monitor_configuration_client_certificate_details_client_certificate_content,
|
|
33
|
+
* fileName: _var.monitor_configuration_client_certificate_details_client_certificate_file_name,
|
|
34
|
+
* },
|
|
35
|
+
* privateKey: {
|
|
36
|
+
* content: _var.monitor_configuration_client_certificate_details_private_key_content,
|
|
37
|
+
* fileName: _var.monitor_configuration_client_certificate_details_private_key_file_name,
|
|
38
|
+
* },
|
|
39
|
+
* },
|
|
30
40
|
* configType: _var.monitor_configuration_config_type,
|
|
31
41
|
* dnsConfiguration: {
|
|
32
42
|
* isOverrideDns: _var.monitor_configuration_dns_configuration_is_override_dns,
|
|
33
43
|
* overrideDnsIp: _var.monitor_configuration_dns_configuration_override_dns_ip,
|
|
34
44
|
* },
|
|
35
45
|
* isCertificateValidationEnabled: _var.monitor_configuration_is_certificate_validation_enabled,
|
|
46
|
+
* isDefaultSnapshotEnabled: _var.monitor_configuration_is_default_snapshot_enabled,
|
|
36
47
|
* isFailureRetried: _var.monitor_configuration_is_failure_retried,
|
|
37
48
|
* isRedirectionEnabled: _var.monitor_configuration_is_redirection_enabled,
|
|
38
49
|
* networkConfiguration: {
|
|
@@ -153,7 +164,7 @@ export declare class Config extends pulumi.CustomResource {
|
|
|
153
164
|
[key: string]: any;
|
|
154
165
|
}>;
|
|
155
166
|
/**
|
|
156
|
-
* (Updatable) If isRunNow is enabled, then the monitor will run
|
|
167
|
+
* (Updatable) If isRunNow is enabled, then the monitor will run immediately.
|
|
157
168
|
*/
|
|
158
169
|
readonly isRunNow: pulumi.Output<boolean>;
|
|
159
170
|
/**
|
|
@@ -161,7 +172,7 @@ export declare class Config extends pulumi.CustomResource {
|
|
|
161
172
|
*/
|
|
162
173
|
readonly isRunOnce: pulumi.Output<boolean>;
|
|
163
174
|
/**
|
|
164
|
-
* (Updatable) Details
|
|
175
|
+
* (Updatable) Details required to schedule maintenance window.
|
|
165
176
|
*/
|
|
166
177
|
readonly maintenanceWindowSchedule: pulumi.Output<outputs.ApmSynthetics.ConfigMaintenanceWindowSchedule>;
|
|
167
178
|
/**
|
|
@@ -173,7 +184,7 @@ export declare class Config extends pulumi.CustomResource {
|
|
|
173
184
|
*/
|
|
174
185
|
readonly repeatIntervalInSeconds: pulumi.Output<number>;
|
|
175
186
|
/**
|
|
176
|
-
* (Updatable) Scheduling policy on
|
|
187
|
+
* (Updatable) Scheduling policy to decide the distribution of monitor executions on vantage points.
|
|
177
188
|
*/
|
|
178
189
|
readonly schedulingPolicy: pulumi.Output<string>;
|
|
179
190
|
/**
|
|
@@ -266,7 +277,7 @@ export interface ConfigState {
|
|
|
266
277
|
[key: string]: any;
|
|
267
278
|
}>;
|
|
268
279
|
/**
|
|
269
|
-
* (Updatable) If isRunNow is enabled, then the monitor will run
|
|
280
|
+
* (Updatable) If isRunNow is enabled, then the monitor will run immediately.
|
|
270
281
|
*/
|
|
271
282
|
isRunNow?: pulumi.Input<boolean>;
|
|
272
283
|
/**
|
|
@@ -274,7 +285,7 @@ export interface ConfigState {
|
|
|
274
285
|
*/
|
|
275
286
|
isRunOnce?: pulumi.Input<boolean>;
|
|
276
287
|
/**
|
|
277
|
-
* (Updatable) Details
|
|
288
|
+
* (Updatable) Details required to schedule maintenance window.
|
|
278
289
|
*/
|
|
279
290
|
maintenanceWindowSchedule?: pulumi.Input<inputs.ApmSynthetics.ConfigMaintenanceWindowSchedule>;
|
|
280
291
|
/**
|
|
@@ -286,7 +297,7 @@ export interface ConfigState {
|
|
|
286
297
|
*/
|
|
287
298
|
repeatIntervalInSeconds?: pulumi.Input<number>;
|
|
288
299
|
/**
|
|
289
|
-
* (Updatable) Scheduling policy on
|
|
300
|
+
* (Updatable) Scheduling policy to decide the distribution of monitor executions on vantage points.
|
|
290
301
|
*/
|
|
291
302
|
schedulingPolicy?: pulumi.Input<string>;
|
|
292
303
|
/**
|
|
@@ -371,7 +382,7 @@ export interface ConfigArgs {
|
|
|
371
382
|
[key: string]: any;
|
|
372
383
|
}>;
|
|
373
384
|
/**
|
|
374
|
-
* (Updatable) If isRunNow is enabled, then the monitor will run
|
|
385
|
+
* (Updatable) If isRunNow is enabled, then the monitor will run immediately.
|
|
375
386
|
*/
|
|
376
387
|
isRunNow?: pulumi.Input<boolean>;
|
|
377
388
|
/**
|
|
@@ -379,7 +390,7 @@ export interface ConfigArgs {
|
|
|
379
390
|
*/
|
|
380
391
|
isRunOnce?: pulumi.Input<boolean>;
|
|
381
392
|
/**
|
|
382
|
-
* (Updatable) Details
|
|
393
|
+
* (Updatable) Details required to schedule maintenance window.
|
|
383
394
|
*/
|
|
384
395
|
maintenanceWindowSchedule?: pulumi.Input<inputs.ApmSynthetics.ConfigMaintenanceWindowSchedule>;
|
|
385
396
|
/**
|
|
@@ -391,7 +402,7 @@ export interface ConfigArgs {
|
|
|
391
402
|
*/
|
|
392
403
|
repeatIntervalInSeconds: pulumi.Input<number>;
|
|
393
404
|
/**
|
|
394
|
-
* (Updatable) Scheduling policy on
|
|
405
|
+
* (Updatable) Scheduling policy to decide the distribution of monitor executions on vantage points.
|
|
395
406
|
*/
|
|
396
407
|
schedulingPolicy?: pulumi.Input<string>;
|
|
397
408
|
/**
|
package/apmsynthetics/config.js
CHANGED
|
@@ -31,12 +31,23 @@ const utilities = require("../utilities");
|
|
|
31
31
|
* },
|
|
32
32
|
* batchIntervalInSeconds: _var.monitor_batch_interval_in_seconds,
|
|
33
33
|
* configuration: {
|
|
34
|
+
* clientCertificateDetails: {
|
|
35
|
+
* clientCertificate: {
|
|
36
|
+
* content: _var.monitor_configuration_client_certificate_details_client_certificate_content,
|
|
37
|
+
* fileName: _var.monitor_configuration_client_certificate_details_client_certificate_file_name,
|
|
38
|
+
* },
|
|
39
|
+
* privateKey: {
|
|
40
|
+
* content: _var.monitor_configuration_client_certificate_details_private_key_content,
|
|
41
|
+
* fileName: _var.monitor_configuration_client_certificate_details_private_key_file_name,
|
|
42
|
+
* },
|
|
43
|
+
* },
|
|
34
44
|
* configType: _var.monitor_configuration_config_type,
|
|
35
45
|
* dnsConfiguration: {
|
|
36
46
|
* isOverrideDns: _var.monitor_configuration_dns_configuration_is_override_dns,
|
|
37
47
|
* overrideDnsIp: _var.monitor_configuration_dns_configuration_override_dns_ip,
|
|
38
48
|
* },
|
|
39
49
|
* isCertificateValidationEnabled: _var.monitor_configuration_is_certificate_validation_enabled,
|
|
50
|
+
* isDefaultSnapshotEnabled: _var.monitor_configuration_is_default_snapshot_enabled,
|
|
40
51
|
* isFailureRetried: _var.monitor_configuration_is_failure_retried,
|
|
41
52
|
* isRedirectionEnabled: _var.monitor_configuration_is_redirection_enabled,
|
|
42
53
|
* networkConfiguration: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../apmsynthetics/config.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../apmsynthetics/config.ts"],"names":[],"mappings":"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"}
|
|
@@ -41,7 +41,7 @@ export interface GetMonitorResult {
|
|
|
41
41
|
*/
|
|
42
42
|
readonly availabilityConfigurations: outputs.ApmSynthetics.GetMonitorAvailabilityConfiguration[];
|
|
43
43
|
/**
|
|
44
|
-
* Time interval between
|
|
44
|
+
* Time interval between two runs in round robin batch mode (SchedulingPolicy - BATCHED_ROUND_ROBIN).
|
|
45
45
|
*/
|
|
46
46
|
readonly batchIntervalInSeconds: number;
|
|
47
47
|
/**
|
|
@@ -69,7 +69,7 @@ export interface GetMonitorResult {
|
|
|
69
69
|
*/
|
|
70
70
|
readonly id: string;
|
|
71
71
|
/**
|
|
72
|
-
* If isRunNow is enabled, then the monitor will run
|
|
72
|
+
* If isRunNow is enabled, then the monitor will run immediately.
|
|
73
73
|
*/
|
|
74
74
|
readonly isRunNow: boolean;
|
|
75
75
|
/**
|
|
@@ -77,12 +77,12 @@ export interface GetMonitorResult {
|
|
|
77
77
|
*/
|
|
78
78
|
readonly isRunOnce: boolean;
|
|
79
79
|
/**
|
|
80
|
-
* Details
|
|
80
|
+
* Details required to schedule maintenance window.
|
|
81
81
|
*/
|
|
82
82
|
readonly maintenanceWindowSchedules: outputs.ApmSynthetics.GetMonitorMaintenanceWindowSchedule[];
|
|
83
83
|
readonly monitorId: string;
|
|
84
84
|
/**
|
|
85
|
-
* Type of
|
|
85
|
+
* Type of monitor.
|
|
86
86
|
*/
|
|
87
87
|
readonly monitorType: string;
|
|
88
88
|
/**
|
|
@@ -90,7 +90,7 @@ export interface GetMonitorResult {
|
|
|
90
90
|
*/
|
|
91
91
|
readonly repeatIntervalInSeconds: number;
|
|
92
92
|
/**
|
|
93
|
-
* Scheduling policy on
|
|
93
|
+
* Scheduling policy to decide the distribution of monitor executions on vantage points.
|
|
94
94
|
*/
|
|
95
95
|
readonly schedulingPolicy: string;
|
|
96
96
|
/**
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This resource provides the Cluster Workload Mapping resource in Oracle Cloud Infrastructure Container Engine service.
|
|
4
|
+
*
|
|
5
|
+
* Create the specified workloadMapping for a cluster.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as oci from "@pulumi/oci";
|
|
12
|
+
*
|
|
13
|
+
* const testClusterWorkloadMapping = new oci.containerengine.ClusterWorkloadMapping("testClusterWorkloadMapping", {
|
|
14
|
+
* clusterId: oci_containerengine_cluster.test_cluster.id,
|
|
15
|
+
* mappedCompartmentId: oci_identity_compartment.test_compartment.id,
|
|
16
|
+
* namespace: _var.cluster_workload_mapping_namespace,
|
|
17
|
+
* definedTags: {
|
|
18
|
+
* "Operations.CostCenter": "42",
|
|
19
|
+
* },
|
|
20
|
+
* freeformTags: {
|
|
21
|
+
* Department: "Finance",
|
|
22
|
+
* },
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* ClusterWorkloadMappings can be imported using the `id`, e.g.
|
|
29
|
+
*
|
|
30
|
+
* ```sh
|
|
31
|
+
* $ pulumi import oci:ContainerEngine/clusterWorkloadMapping:ClusterWorkloadMapping test_cluster_workload_mapping "clusters/{clusterId}/workloadMappings/{workloadMappingId}"
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
export declare class ClusterWorkloadMapping extends pulumi.CustomResource {
|
|
35
|
+
/**
|
|
36
|
+
* Get an existing ClusterWorkloadMapping resource's state with the given name, ID, and optional extra
|
|
37
|
+
* properties used to qualify the lookup.
|
|
38
|
+
*
|
|
39
|
+
* @param name The _unique_ name of the resulting resource.
|
|
40
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
41
|
+
* @param state Any extra arguments used during the lookup.
|
|
42
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
43
|
+
*/
|
|
44
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ClusterWorkloadMappingState, opts?: pulumi.CustomResourceOptions): ClusterWorkloadMapping;
|
|
45
|
+
/**
|
|
46
|
+
* Returns true if the given object is an instance of ClusterWorkloadMapping. This is designed to work even
|
|
47
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
48
|
+
*/
|
|
49
|
+
static isInstance(obj: any): obj is ClusterWorkloadMapping;
|
|
50
|
+
/**
|
|
51
|
+
* The OCID of the cluster.
|
|
52
|
+
*/
|
|
53
|
+
readonly clusterId: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* (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). Example: `{"Operations.CostCenter": "42"}`
|
|
56
|
+
*/
|
|
57
|
+
readonly definedTags: pulumi.Output<{
|
|
58
|
+
[key: string]: any;
|
|
59
|
+
}>;
|
|
60
|
+
/**
|
|
61
|
+
* (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"}`
|
|
62
|
+
*/
|
|
63
|
+
readonly freeformTags: pulumi.Output<{
|
|
64
|
+
[key: string]: any;
|
|
65
|
+
}>;
|
|
66
|
+
/**
|
|
67
|
+
* (Updatable) The OCID of the mapped customer compartment.
|
|
68
|
+
*/
|
|
69
|
+
readonly mappedCompartmentId: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* The OCID of the mapped customer tenancy.
|
|
72
|
+
*/
|
|
73
|
+
readonly mappedTenancyId: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* The namespace of the workloadMapping.
|
|
76
|
+
*
|
|
77
|
+
*
|
|
78
|
+
* ** IMPORTANT **
|
|
79
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
80
|
+
*/
|
|
81
|
+
readonly namespace: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* The state of the workloadMapping.
|
|
84
|
+
*/
|
|
85
|
+
readonly state: pulumi.Output<string>;
|
|
86
|
+
/**
|
|
87
|
+
* The time the cluster was created.
|
|
88
|
+
*/
|
|
89
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
90
|
+
/**
|
|
91
|
+
* Create a ClusterWorkloadMapping resource with the given unique name, arguments, and options.
|
|
92
|
+
*
|
|
93
|
+
* @param name The _unique_ name of the resource.
|
|
94
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
95
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
96
|
+
*/
|
|
97
|
+
constructor(name: string, args: ClusterWorkloadMappingArgs, opts?: pulumi.CustomResourceOptions);
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Input properties used for looking up and filtering ClusterWorkloadMapping resources.
|
|
101
|
+
*/
|
|
102
|
+
export interface ClusterWorkloadMappingState {
|
|
103
|
+
/**
|
|
104
|
+
* The OCID of the cluster.
|
|
105
|
+
*/
|
|
106
|
+
clusterId?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* (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). Example: `{"Operations.CostCenter": "42"}`
|
|
109
|
+
*/
|
|
110
|
+
definedTags?: pulumi.Input<{
|
|
111
|
+
[key: string]: any;
|
|
112
|
+
}>;
|
|
113
|
+
/**
|
|
114
|
+
* (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"}`
|
|
115
|
+
*/
|
|
116
|
+
freeformTags?: pulumi.Input<{
|
|
117
|
+
[key: string]: any;
|
|
118
|
+
}>;
|
|
119
|
+
/**
|
|
120
|
+
* (Updatable) The OCID of the mapped customer compartment.
|
|
121
|
+
*/
|
|
122
|
+
mappedCompartmentId?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* The OCID of the mapped customer tenancy.
|
|
125
|
+
*/
|
|
126
|
+
mappedTenancyId?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* The namespace of the workloadMapping.
|
|
129
|
+
*
|
|
130
|
+
*
|
|
131
|
+
* ** IMPORTANT **
|
|
132
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
133
|
+
*/
|
|
134
|
+
namespace?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* The state of the workloadMapping.
|
|
137
|
+
*/
|
|
138
|
+
state?: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* The time the cluster was created.
|
|
141
|
+
*/
|
|
142
|
+
timeCreated?: pulumi.Input<string>;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* The set of arguments for constructing a ClusterWorkloadMapping resource.
|
|
146
|
+
*/
|
|
147
|
+
export interface ClusterWorkloadMappingArgs {
|
|
148
|
+
/**
|
|
149
|
+
* The OCID of the cluster.
|
|
150
|
+
*/
|
|
151
|
+
clusterId: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* (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). Example: `{"Operations.CostCenter": "42"}`
|
|
154
|
+
*/
|
|
155
|
+
definedTags?: pulumi.Input<{
|
|
156
|
+
[key: string]: any;
|
|
157
|
+
}>;
|
|
158
|
+
/**
|
|
159
|
+
* (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"}`
|
|
160
|
+
*/
|
|
161
|
+
freeformTags?: pulumi.Input<{
|
|
162
|
+
[key: string]: any;
|
|
163
|
+
}>;
|
|
164
|
+
/**
|
|
165
|
+
* (Updatable) The OCID of the mapped customer compartment.
|
|
166
|
+
*/
|
|
167
|
+
mappedCompartmentId: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* The namespace of the workloadMapping.
|
|
170
|
+
*
|
|
171
|
+
*
|
|
172
|
+
* ** IMPORTANT **
|
|
173
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
174
|
+
*/
|
|
175
|
+
namespace: pulumi.Input<string>;
|
|
176
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
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.ClusterWorkloadMapping = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Cluster Workload Mapping resource in Oracle Cloud Infrastructure Container Engine service.
|
|
10
|
+
*
|
|
11
|
+
* Create the specified workloadMapping for a cluster.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testClusterWorkloadMapping = new oci.containerengine.ClusterWorkloadMapping("testClusterWorkloadMapping", {
|
|
20
|
+
* clusterId: oci_containerengine_cluster.test_cluster.id,
|
|
21
|
+
* mappedCompartmentId: oci_identity_compartment.test_compartment.id,
|
|
22
|
+
* namespace: _var.cluster_workload_mapping_namespace,
|
|
23
|
+
* definedTags: {
|
|
24
|
+
* "Operations.CostCenter": "42",
|
|
25
|
+
* },
|
|
26
|
+
* freeformTags: {
|
|
27
|
+
* Department: "Finance",
|
|
28
|
+
* },
|
|
29
|
+
* });
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
32
|
+
* ## Import
|
|
33
|
+
*
|
|
34
|
+
* ClusterWorkloadMappings can be imported using the `id`, e.g.
|
|
35
|
+
*
|
|
36
|
+
* ```sh
|
|
37
|
+
* $ pulumi import oci:ContainerEngine/clusterWorkloadMapping:ClusterWorkloadMapping test_cluster_workload_mapping "clusters/{clusterId}/workloadMappings/{workloadMappingId}"
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
class ClusterWorkloadMapping extends pulumi.CustomResource {
|
|
41
|
+
/**
|
|
42
|
+
* Get an existing ClusterWorkloadMapping resource's state with the given name, ID, and optional extra
|
|
43
|
+
* properties used to qualify the lookup.
|
|
44
|
+
*
|
|
45
|
+
* @param name The _unique_ name of the resulting resource.
|
|
46
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
47
|
+
* @param state Any extra arguments used during the lookup.
|
|
48
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
49
|
+
*/
|
|
50
|
+
static get(name, id, state, opts) {
|
|
51
|
+
return new ClusterWorkloadMapping(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Returns true if the given object is an instance of ClusterWorkloadMapping. This is designed to work even
|
|
55
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
56
|
+
*/
|
|
57
|
+
static isInstance(obj) {
|
|
58
|
+
if (obj === undefined || obj === null) {
|
|
59
|
+
return false;
|
|
60
|
+
}
|
|
61
|
+
return obj['__pulumiType'] === ClusterWorkloadMapping.__pulumiType;
|
|
62
|
+
}
|
|
63
|
+
constructor(name, argsOrState, opts) {
|
|
64
|
+
let resourceInputs = {};
|
|
65
|
+
opts = opts || {};
|
|
66
|
+
if (opts.id) {
|
|
67
|
+
const state = argsOrState;
|
|
68
|
+
resourceInputs["clusterId"] = state ? state.clusterId : undefined;
|
|
69
|
+
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
70
|
+
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
71
|
+
resourceInputs["mappedCompartmentId"] = state ? state.mappedCompartmentId : undefined;
|
|
72
|
+
resourceInputs["mappedTenancyId"] = state ? state.mappedTenancyId : undefined;
|
|
73
|
+
resourceInputs["namespace"] = state ? state.namespace : undefined;
|
|
74
|
+
resourceInputs["state"] = state ? state.state : undefined;
|
|
75
|
+
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
76
|
+
}
|
|
77
|
+
else {
|
|
78
|
+
const args = argsOrState;
|
|
79
|
+
if ((!args || args.clusterId === undefined) && !opts.urn) {
|
|
80
|
+
throw new Error("Missing required property 'clusterId'");
|
|
81
|
+
}
|
|
82
|
+
if ((!args || args.mappedCompartmentId === undefined) && !opts.urn) {
|
|
83
|
+
throw new Error("Missing required property 'mappedCompartmentId'");
|
|
84
|
+
}
|
|
85
|
+
if ((!args || args.namespace === undefined) && !opts.urn) {
|
|
86
|
+
throw new Error("Missing required property 'namespace'");
|
|
87
|
+
}
|
|
88
|
+
resourceInputs["clusterId"] = args ? args.clusterId : undefined;
|
|
89
|
+
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
90
|
+
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
91
|
+
resourceInputs["mappedCompartmentId"] = args ? args.mappedCompartmentId : undefined;
|
|
92
|
+
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
93
|
+
resourceInputs["mappedTenancyId"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
96
|
+
}
|
|
97
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
98
|
+
super(ClusterWorkloadMapping.__pulumiType, name, resourceInputs, opts);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
exports.ClusterWorkloadMapping = ClusterWorkloadMapping;
|
|
102
|
+
/** @internal */
|
|
103
|
+
ClusterWorkloadMapping.__pulumiType = 'oci:ContainerEngine/clusterWorkloadMapping:ClusterWorkloadMapping';
|
|
104
|
+
//# sourceMappingURL=clusterWorkloadMapping.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clusterWorkloadMapping.js","sourceRoot":"","sources":["../../containerengine/clusterWorkloadMapping.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source provides details about a specific Cluster Workload Mapping resource in Oracle Cloud Infrastructure Container Engine service.
|
|
4
|
+
*
|
|
5
|
+
* Get the specified workloadMapping for a cluster.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as oci from "@pulumi/oci";
|
|
12
|
+
*
|
|
13
|
+
* const testClusterWorkloadMapping = oci.ContainerEngine.getClusterWorkloadMapping({
|
|
14
|
+
* clusterId: oci_containerengine_cluster.test_cluster.id,
|
|
15
|
+
* workloadMappingId: oci_containerengine_workload_mapping.test_workload_mapping.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getClusterWorkloadMapping(args: GetClusterWorkloadMappingArgs, opts?: pulumi.InvokeOptions): Promise<GetClusterWorkloadMappingResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getClusterWorkloadMapping.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetClusterWorkloadMappingArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The OCID of the cluster.
|
|
26
|
+
*/
|
|
27
|
+
clusterId: string;
|
|
28
|
+
/**
|
|
29
|
+
* The OCID of the workloadMapping.
|
|
30
|
+
*/
|
|
31
|
+
workloadMappingId: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by getClusterWorkloadMapping.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetClusterWorkloadMappingResult {
|
|
37
|
+
/**
|
|
38
|
+
* The OCID of the cluster.
|
|
39
|
+
*/
|
|
40
|
+
readonly clusterId: string;
|
|
41
|
+
/**
|
|
42
|
+
* 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). Example: `{"Operations.CostCenter": "42"}`
|
|
43
|
+
*/
|
|
44
|
+
readonly definedTags: {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* 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"}`
|
|
49
|
+
*/
|
|
50
|
+
readonly freeformTags: {
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* The ocid of the workloadMapping.
|
|
55
|
+
*/
|
|
56
|
+
readonly id: string;
|
|
57
|
+
/**
|
|
58
|
+
* The OCID of the mapped customer compartment.
|
|
59
|
+
*/
|
|
60
|
+
readonly mappedCompartmentId: string;
|
|
61
|
+
/**
|
|
62
|
+
* The OCID of the mapped customer tenancy.
|
|
63
|
+
*/
|
|
64
|
+
readonly mappedTenancyId: string;
|
|
65
|
+
/**
|
|
66
|
+
* The namespace of the workloadMapping.
|
|
67
|
+
*/
|
|
68
|
+
readonly namespace: string;
|
|
69
|
+
/**
|
|
70
|
+
* The state of the workloadMapping.
|
|
71
|
+
*/
|
|
72
|
+
readonly state: string;
|
|
73
|
+
/**
|
|
74
|
+
* The time the cluster was created.
|
|
75
|
+
*/
|
|
76
|
+
readonly timeCreated: string;
|
|
77
|
+
readonly workloadMappingId: string;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* This data source provides details about a specific Cluster Workload Mapping resource in Oracle Cloud Infrastructure Container Engine service.
|
|
81
|
+
*
|
|
82
|
+
* Get the specified workloadMapping for a cluster.
|
|
83
|
+
*
|
|
84
|
+
* ## Example Usage
|
|
85
|
+
*
|
|
86
|
+
* ```typescript
|
|
87
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
88
|
+
* import * as oci from "@pulumi/oci";
|
|
89
|
+
*
|
|
90
|
+
* const testClusterWorkloadMapping = oci.ContainerEngine.getClusterWorkloadMapping({
|
|
91
|
+
* clusterId: oci_containerengine_cluster.test_cluster.id,
|
|
92
|
+
* workloadMappingId: oci_containerengine_workload_mapping.test_workload_mapping.id,
|
|
93
|
+
* });
|
|
94
|
+
* ```
|
|
95
|
+
*/
|
|
96
|
+
export declare function getClusterWorkloadMappingOutput(args: GetClusterWorkloadMappingOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetClusterWorkloadMappingResult>;
|
|
97
|
+
/**
|
|
98
|
+
* A collection of arguments for invoking getClusterWorkloadMapping.
|
|
99
|
+
*/
|
|
100
|
+
export interface GetClusterWorkloadMappingOutputArgs {
|
|
101
|
+
/**
|
|
102
|
+
* The OCID of the cluster.
|
|
103
|
+
*/
|
|
104
|
+
clusterId: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* The OCID of the workloadMapping.
|
|
107
|
+
*/
|
|
108
|
+
workloadMappingId: pulumi.Input<string>;
|
|
109
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.getClusterWorkloadMappingOutput = exports.getClusterWorkloadMapping = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Cluster Workload Mapping resource in Oracle Cloud Infrastructure Container Engine service.
|
|
10
|
+
*
|
|
11
|
+
* Get the specified workloadMapping for a cluster.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testClusterWorkloadMapping = oci.ContainerEngine.getClusterWorkloadMapping({
|
|
20
|
+
* clusterId: oci_containerengine_cluster.test_cluster.id,
|
|
21
|
+
* workloadMappingId: oci_containerengine_workload_mapping.test_workload_mapping.id,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getClusterWorkloadMapping(args, opts) {
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("oci:ContainerEngine/getClusterWorkloadMapping:getClusterWorkloadMapping", {
|
|
28
|
+
"clusterId": args.clusterId,
|
|
29
|
+
"workloadMappingId": args.workloadMappingId,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getClusterWorkloadMapping = getClusterWorkloadMapping;
|
|
33
|
+
/**
|
|
34
|
+
* This data source provides details about a specific Cluster Workload Mapping resource in Oracle Cloud Infrastructure Container Engine service.
|
|
35
|
+
*
|
|
36
|
+
* Get the specified workloadMapping for a cluster.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as oci from "@pulumi/oci";
|
|
43
|
+
*
|
|
44
|
+
* const testClusterWorkloadMapping = oci.ContainerEngine.getClusterWorkloadMapping({
|
|
45
|
+
* clusterId: oci_containerengine_cluster.test_cluster.id,
|
|
46
|
+
* workloadMappingId: oci_containerengine_workload_mapping.test_workload_mapping.id,
|
|
47
|
+
* });
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
function getClusterWorkloadMappingOutput(args, opts) {
|
|
51
|
+
return pulumi.output(args).apply((a) => getClusterWorkloadMapping(a, opts));
|
|
52
|
+
}
|
|
53
|
+
exports.getClusterWorkloadMappingOutput = getClusterWorkloadMappingOutput;
|
|
54
|
+
//# sourceMappingURL=getClusterWorkloadMapping.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getClusterWorkloadMapping.js","sourceRoot":"","sources":["../../containerengine/getClusterWorkloadMapping.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IAEtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yEAAyE,EAAE;QACpG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC;AA0DD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,0EAEC"}
|