@pulumi/oci 3.1.0-alpha.1751948424 → 3.2.0-alpha.1752121229

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 (75) hide show
  1. package/bigdataservice/bdsInstanceNodeBackup.d.ts +131 -0
  2. package/bigdataservice/bdsInstanceNodeBackup.js +104 -0
  3. package/bigdataservice/bdsInstanceNodeBackup.js.map +1 -0
  4. package/bigdataservice/bdsInstanceNodeBackupConfiguration.d.ts +192 -0
  5. package/bigdataservice/bdsInstanceNodeBackupConfiguration.js +110 -0
  6. package/bigdataservice/bdsInstanceNodeBackupConfiguration.js.map +1 -0
  7. package/bigdataservice/bdsInstanceNodeReplaceConfiguration.d.ts +167 -0
  8. package/bigdataservice/bdsInstanceNodeReplaceConfiguration.js +115 -0
  9. package/bigdataservice/bdsInstanceNodeReplaceConfiguration.js.map +1 -0
  10. package/bigdataservice/bdsInstanceReplaceNodeAction.d.ts +128 -0
  11. package/bigdataservice/bdsInstanceReplaceNodeAction.js +91 -0
  12. package/bigdataservice/bdsInstanceReplaceNodeAction.js.map +1 -0
  13. package/bigdataservice/getBdsInstanceNodeBackup.d.ts +106 -0
  14. package/bigdataservice/getBdsInstanceNodeBackup.js +58 -0
  15. package/bigdataservice/getBdsInstanceNodeBackup.js.map +1 -0
  16. package/bigdataservice/getBdsInstanceNodeBackupConfiguration.d.ts +114 -0
  17. package/bigdataservice/getBdsInstanceNodeBackupConfiguration.js +58 -0
  18. package/bigdataservice/getBdsInstanceNodeBackupConfiguration.js.map +1 -0
  19. package/bigdataservice/getBdsInstanceNodeBackupConfigurations.d.ts +103 -0
  20. package/bigdataservice/getBdsInstanceNodeBackupConfigurations.js +64 -0
  21. package/bigdataservice/getBdsInstanceNodeBackupConfigurations.js.map +1 -0
  22. package/bigdataservice/getBdsInstanceNodeBackups.d.ts +114 -0
  23. package/bigdataservice/getBdsInstanceNodeBackups.js +68 -0
  24. package/bigdataservice/getBdsInstanceNodeBackups.js.map +1 -0
  25. package/bigdataservice/getBdsInstanceNodeReplaceConfiguration.d.ts +107 -0
  26. package/bigdataservice/getBdsInstanceNodeReplaceConfiguration.js +58 -0
  27. package/bigdataservice/getBdsInstanceNodeReplaceConfiguration.js.map +1 -0
  28. package/bigdataservice/getBdsInstanceNodeReplaceConfigurations.d.ts +103 -0
  29. package/bigdataservice/getBdsInstanceNodeReplaceConfigurations.js +64 -0
  30. package/bigdataservice/getBdsInstanceNodeReplaceConfigurations.js.map +1 -0
  31. package/bigdataservice/index.d.ts +30 -0
  32. package/bigdataservice/index.js +40 -1
  33. package/bigdataservice/index.js.map +1 -1
  34. package/generativeai/agentAgent.d.ts +22 -5
  35. package/generativeai/agentAgent.js +7 -2
  36. package/generativeai/agentAgent.js.map +1 -1
  37. package/generativeai/agentAgentEndpoint.d.ts +96 -11
  38. package/generativeai/agentAgentEndpoint.js +37 -2
  39. package/generativeai/agentAgentEndpoint.js.map +1 -1
  40. package/generativeai/agentDataSource.d.ts +28 -9
  41. package/generativeai/agentDataSource.js +3 -0
  42. package/generativeai/agentDataSource.js.map +1 -1
  43. package/generativeai/agentTool.d.ts +201 -0
  44. package/generativeai/agentTool.js +96 -0
  45. package/generativeai/agentTool.js.map +1 -0
  46. package/generativeai/getAgentAgent.d.ts +6 -1
  47. package/generativeai/getAgentAgent.js.map +1 -1
  48. package/generativeai/getAgentAgentEndpoint.d.ts +23 -5
  49. package/generativeai/getAgentAgentEndpoint.js +0 -4
  50. package/generativeai/getAgentAgentEndpoint.js.map +1 -1
  51. package/generativeai/getAgentAgentEndpoints.d.ts +0 -4
  52. package/generativeai/getAgentAgentEndpoints.js +0 -4
  53. package/generativeai/getAgentAgentEndpoints.js.map +1 -1
  54. package/generativeai/getAgentDataSource.d.ts +6 -0
  55. package/generativeai/getAgentDataSource.js.map +1 -1
  56. package/generativeai/getAgentTool.d.ts +120 -0
  57. package/generativeai/getAgentTool.js +54 -0
  58. package/generativeai/getAgentTool.js.map +1 -0
  59. package/generativeai/getAgentTools.d.ts +117 -0
  60. package/generativeai/getAgentTools.js +70 -0
  61. package/generativeai/getAgentTools.js.map +1 -0
  62. package/generativeai/index.d.ts +9 -0
  63. package/generativeai/index.js +12 -1
  64. package/generativeai/index.js.map +1 -1
  65. package/kms/vaultVerification.d.ts +6 -0
  66. package/kms/vaultVerification.js +6 -0
  67. package/kms/vaultVerification.js.map +1 -1
  68. package/ospgateway/getSubscription.d.ts +4 -0
  69. package/ospgateway/getSubscription.js.map +1 -1
  70. package/ospgateway/subscription.d.ts +8 -0
  71. package/ospgateway/subscription.js +2 -0
  72. package/ospgateway/subscription.js.map +1 -1
  73. package/package.json +2 -2
  74. package/types/input.d.ts +350 -0
  75. package/types/output.d.ts +1117 -2
@@ -0,0 +1,131 @@
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 Bds Instance Node Backup resource in Oracle Cloud Infrastructure Big Data Service service.
6
+ *
7
+ * Add a node volume backup to the cluster for an indicated node type or node.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as oci from "@pulumi/oci";
14
+ *
15
+ * const testBdsInstanceNodeBackup = new oci.bigdataservice.BdsInstanceNodeBackup("test_bds_instance_node_backup", {
16
+ * bdsInstanceId: testBdsInstance.id,
17
+ * levelTypeDetails: {
18
+ * levelType: bdsInstanceNodeBackupLevelTypeDetailsLevelType,
19
+ * nodeHostName: bdsInstanceNodeBackupLevelTypeDetailsNodeHostName,
20
+ * nodeType: bdsInstanceNodeBackupLevelTypeDetailsNodeType,
21
+ * },
22
+ * backupType: bdsInstanceNodeBackupBackupType,
23
+ * });
24
+ * ```
25
+ *
26
+ * ## Import
27
+ *
28
+ * BdsInstanceNodeBackupConfigurations can be imported using the `id`, e.g.
29
+ *
30
+ * ```sh
31
+ * $ pulumi import oci:BigDataService/bdsInstanceNodeBackup:BdsInstanceNodeBackup test_bds_instance_node_backup "bdsInstances/{bdsInstanceId}/nodeBackup/{nodeBackupId}"
32
+ * ```
33
+ */
34
+ export declare class BdsInstanceNodeBackup extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing BdsInstanceNodeBackup 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?: BdsInstanceNodeBackupState, opts?: pulumi.CustomResourceOptions): BdsInstanceNodeBackup;
45
+ /**
46
+ * Returns true if the given object is an instance of BdsInstanceNodeBackup. 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 BdsInstanceNodeBackup;
50
+ readonly backupConfigId: pulumi.Output<string | undefined>;
51
+ /**
52
+ * Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
53
+ */
54
+ readonly backupType: pulumi.Output<string>;
55
+ /**
56
+ * The OCID of the cluster.
57
+ */
58
+ readonly bdsInstanceId: pulumi.Output<string>;
59
+ readonly displayName: pulumi.Output<string>;
60
+ /**
61
+ * Details of the type of level used to trigger the creation of a new node backup.
62
+ */
63
+ readonly levelTypeDetails: pulumi.Output<outputs.BigDataService.BdsInstanceNodeBackupLevelTypeDetails>;
64
+ readonly nodeInstanceId: pulumi.Output<string>;
65
+ /**
66
+ * The state of the NodeBackup.
67
+ */
68
+ readonly state: pulumi.Output<string>;
69
+ /**
70
+ * The time the NodeBackup was created, shown as an RFC 3339 formatted datetime string.
71
+ */
72
+ readonly timeCreated: pulumi.Output<string>;
73
+ readonly timeUpdated: pulumi.Output<string>;
74
+ /**
75
+ * Create a BdsInstanceNodeBackup resource with the given unique name, arguments, and options.
76
+ *
77
+ * @param name The _unique_ name of the resource.
78
+ * @param args The arguments to use to populate this resource's properties.
79
+ * @param opts A bag of options that control this resource's behavior.
80
+ */
81
+ constructor(name: string, args: BdsInstanceNodeBackupArgs, opts?: pulumi.CustomResourceOptions);
82
+ }
83
+ /**
84
+ * Input properties used for looking up and filtering BdsInstanceNodeBackup resources.
85
+ */
86
+ export interface BdsInstanceNodeBackupState {
87
+ backupConfigId?: pulumi.Input<string>;
88
+ /**
89
+ * Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
90
+ */
91
+ backupType?: pulumi.Input<string>;
92
+ /**
93
+ * The OCID of the cluster.
94
+ */
95
+ bdsInstanceId?: pulumi.Input<string>;
96
+ displayName?: pulumi.Input<string>;
97
+ /**
98
+ * Details of the type of level used to trigger the creation of a new node backup.
99
+ */
100
+ levelTypeDetails?: pulumi.Input<inputs.BigDataService.BdsInstanceNodeBackupLevelTypeDetails>;
101
+ nodeInstanceId?: pulumi.Input<string>;
102
+ /**
103
+ * The state of the NodeBackup.
104
+ */
105
+ state?: pulumi.Input<string>;
106
+ /**
107
+ * The time the NodeBackup was created, shown as an RFC 3339 formatted datetime string.
108
+ */
109
+ timeCreated?: pulumi.Input<string>;
110
+ timeUpdated?: pulumi.Input<string>;
111
+ }
112
+ /**
113
+ * The set of arguments for constructing a BdsInstanceNodeBackup resource.
114
+ */
115
+ export interface BdsInstanceNodeBackupArgs {
116
+ backupConfigId?: pulumi.Input<string>;
117
+ /**
118
+ * Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
119
+ */
120
+ backupType: pulumi.Input<string>;
121
+ /**
122
+ * The OCID of the cluster.
123
+ */
124
+ bdsInstanceId: pulumi.Input<string>;
125
+ displayName?: pulumi.Input<string>;
126
+ /**
127
+ * Details of the type of level used to trigger the creation of a new node backup.
128
+ */
129
+ levelTypeDetails: pulumi.Input<inputs.BigDataService.BdsInstanceNodeBackupLevelTypeDetails>;
130
+ nodeInstanceId?: pulumi.Input<string>;
131
+ }
@@ -0,0 +1,104 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.BdsInstanceNodeBackup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the Bds Instance Node Backup resource in Oracle Cloud Infrastructure Big Data Service service.
10
+ *
11
+ * Add a node volume backup to the cluster for an indicated node type or node.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testBdsInstanceNodeBackup = new oci.bigdataservice.BdsInstanceNodeBackup("test_bds_instance_node_backup", {
20
+ * bdsInstanceId: testBdsInstance.id,
21
+ * levelTypeDetails: {
22
+ * levelType: bdsInstanceNodeBackupLevelTypeDetailsLevelType,
23
+ * nodeHostName: bdsInstanceNodeBackupLevelTypeDetailsNodeHostName,
24
+ * nodeType: bdsInstanceNodeBackupLevelTypeDetailsNodeType,
25
+ * },
26
+ * backupType: bdsInstanceNodeBackupBackupType,
27
+ * });
28
+ * ```
29
+ *
30
+ * ## Import
31
+ *
32
+ * BdsInstanceNodeBackupConfigurations can be imported using the `id`, e.g.
33
+ *
34
+ * ```sh
35
+ * $ pulumi import oci:BigDataService/bdsInstanceNodeBackup:BdsInstanceNodeBackup test_bds_instance_node_backup "bdsInstances/{bdsInstanceId}/nodeBackup/{nodeBackupId}"
36
+ * ```
37
+ */
38
+ class BdsInstanceNodeBackup extends pulumi.CustomResource {
39
+ /**
40
+ * Get an existing BdsInstanceNodeBackup 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, id, state, opts) {
49
+ return new BdsInstanceNodeBackup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
50
+ }
51
+ /**
52
+ * Returns true if the given object is an instance of BdsInstanceNodeBackup. This is designed to work even
53
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
54
+ */
55
+ static isInstance(obj) {
56
+ if (obj === undefined || obj === null) {
57
+ return false;
58
+ }
59
+ return obj['__pulumiType'] === BdsInstanceNodeBackup.__pulumiType;
60
+ }
61
+ constructor(name, argsOrState, opts) {
62
+ let resourceInputs = {};
63
+ opts = opts || {};
64
+ if (opts.id) {
65
+ const state = argsOrState;
66
+ resourceInputs["backupConfigId"] = state ? state.backupConfigId : undefined;
67
+ resourceInputs["backupType"] = state ? state.backupType : undefined;
68
+ resourceInputs["bdsInstanceId"] = state ? state.bdsInstanceId : undefined;
69
+ resourceInputs["displayName"] = state ? state.displayName : undefined;
70
+ resourceInputs["levelTypeDetails"] = state ? state.levelTypeDetails : undefined;
71
+ resourceInputs["nodeInstanceId"] = state ? state.nodeInstanceId : undefined;
72
+ resourceInputs["state"] = state ? state.state : undefined;
73
+ resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
74
+ resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
75
+ }
76
+ else {
77
+ const args = argsOrState;
78
+ if ((!args || args.backupType === undefined) && !opts.urn) {
79
+ throw new Error("Missing required property 'backupType'");
80
+ }
81
+ if ((!args || args.bdsInstanceId === undefined) && !opts.urn) {
82
+ throw new Error("Missing required property 'bdsInstanceId'");
83
+ }
84
+ if ((!args || args.levelTypeDetails === undefined) && !opts.urn) {
85
+ throw new Error("Missing required property 'levelTypeDetails'");
86
+ }
87
+ resourceInputs["backupConfigId"] = args ? args.backupConfigId : undefined;
88
+ resourceInputs["backupType"] = args ? args.backupType : undefined;
89
+ resourceInputs["bdsInstanceId"] = args ? args.bdsInstanceId : undefined;
90
+ resourceInputs["displayName"] = args ? args.displayName : undefined;
91
+ resourceInputs["levelTypeDetails"] = args ? args.levelTypeDetails : undefined;
92
+ resourceInputs["nodeInstanceId"] = args ? args.nodeInstanceId : undefined;
93
+ resourceInputs["state"] = undefined /*out*/;
94
+ resourceInputs["timeCreated"] = undefined /*out*/;
95
+ resourceInputs["timeUpdated"] = undefined /*out*/;
96
+ }
97
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
98
+ super(BdsInstanceNodeBackup.__pulumiType, name, resourceInputs, opts);
99
+ }
100
+ }
101
+ exports.BdsInstanceNodeBackup = BdsInstanceNodeBackup;
102
+ /** @internal */
103
+ BdsInstanceNodeBackup.__pulumiType = 'oci:BigDataService/bdsInstanceNodeBackup:BdsInstanceNodeBackup';
104
+ //# sourceMappingURL=bdsInstanceNodeBackup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bdsInstanceNodeBackup.js","sourceRoot":"","sources":["../../bigdataservice/bdsInstanceNodeBackup.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,192 @@
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 Bds Instance Node Backup Configuration resource in Oracle Cloud Infrastructure Big Data Service service.
6
+ *
7
+ * Add a node volume backup configuration to the cluster for an indicated node type or node.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as oci from "@pulumi/oci";
14
+ *
15
+ * const testBdsInstanceNodeBackupConfiguration = new oci.bigdataservice.BdsInstanceNodeBackupConfiguration("test_bds_instance_node_backup_configuration", {
16
+ * bdsInstanceId: testBdsInstance.id,
17
+ * levelTypeDetails: {
18
+ * levelType: bdsInstanceNodeBackupConfigurationLevelTypeDetailsLevelType,
19
+ * nodeHostName: bdsInstanceNodeBackupConfigurationLevelTypeDetailsNodeHostName,
20
+ * nodeType: bdsInstanceNodeBackupConfigurationLevelTypeDetailsNodeType,
21
+ * },
22
+ * schedule: bdsInstanceNodeBackupConfigurationSchedule,
23
+ * backupType: bdsInstanceNodeBackupConfigurationBackupType,
24
+ * displayName: bdsInstanceNodeBackupConfigurationDisplayName,
25
+ * numberOfBackupsToRetain: bdsInstanceNodeBackupConfigurationNumberOfBackupsToRetain,
26
+ * timezone: bdsInstanceNodeBackupConfigurationTimezone,
27
+ * });
28
+ * ```
29
+ *
30
+ * ## Import
31
+ *
32
+ * BdsInstanceNodeBackupConfigurations can be imported using the `id`, e.g.
33
+ *
34
+ * ```sh
35
+ * $ pulumi import oci:BigDataService/bdsInstanceNodeBackupConfiguration:BdsInstanceNodeBackupConfiguration test_bds_instance_node_backup_configuration "bdsInstances/{bdsInstanceId}/nodeBackupConfigurations/{nodeBackupConfigurationId}"
36
+ * ```
37
+ */
38
+ export declare class BdsInstanceNodeBackupConfiguration extends pulumi.CustomResource {
39
+ /**
40
+ * Get an existing BdsInstanceNodeBackupConfiguration 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?: BdsInstanceNodeBackupConfigurationState, opts?: pulumi.CustomResourceOptions): BdsInstanceNodeBackupConfiguration;
49
+ /**
50
+ * Returns true if the given object is an instance of BdsInstanceNodeBackupConfiguration. 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 BdsInstanceNodeBackupConfiguration;
54
+ /**
55
+ * (Updatable) Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
56
+ */
57
+ readonly backupType: pulumi.Output<string>;
58
+ /**
59
+ * The OCID of the cluster.
60
+ */
61
+ readonly bdsInstanceId: pulumi.Output<string>;
62
+ /**
63
+ * (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
64
+ */
65
+ readonly displayName: pulumi.Output<string>;
66
+ /**
67
+ * (Updatable) Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
68
+ */
69
+ readonly levelTypeDetails: pulumi.Output<outputs.BigDataService.BdsInstanceNodeBackupConfigurationLevelTypeDetails>;
70
+ /**
71
+ * (Updatable) Number of backup copies to retain.
72
+ */
73
+ readonly numberOfBackupsToRetain: pulumi.Output<number>;
74
+ /**
75
+ * (Updatable) Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
76
+ */
77
+ readonly schedule: pulumi.Output<string>;
78
+ /**
79
+ * The state of the NodeBackupConfiguration.
80
+ */
81
+ readonly state: pulumi.Output<string>;
82
+ /**
83
+ * The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
84
+ */
85
+ readonly timeCreated: pulumi.Output<string>;
86
+ /**
87
+ * The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
88
+ */
89
+ readonly timeUpdated: pulumi.Output<string>;
90
+ /**
91
+ * (Updatable) The time zone of the execution schedule, in IANA time zone database name format
92
+ *
93
+ *
94
+ * ** IMPORTANT **
95
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
96
+ */
97
+ readonly timezone: pulumi.Output<string>;
98
+ /**
99
+ * Create a BdsInstanceNodeBackupConfiguration resource with the given unique name, arguments, and options.
100
+ *
101
+ * @param name The _unique_ name of the resource.
102
+ * @param args The arguments to use to populate this resource's properties.
103
+ * @param opts A bag of options that control this resource's behavior.
104
+ */
105
+ constructor(name: string, args: BdsInstanceNodeBackupConfigurationArgs, opts?: pulumi.CustomResourceOptions);
106
+ }
107
+ /**
108
+ * Input properties used for looking up and filtering BdsInstanceNodeBackupConfiguration resources.
109
+ */
110
+ export interface BdsInstanceNodeBackupConfigurationState {
111
+ /**
112
+ * (Updatable) Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
113
+ */
114
+ backupType?: pulumi.Input<string>;
115
+ /**
116
+ * The OCID of the cluster.
117
+ */
118
+ bdsInstanceId?: pulumi.Input<string>;
119
+ /**
120
+ * (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
121
+ */
122
+ displayName?: pulumi.Input<string>;
123
+ /**
124
+ * (Updatable) Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
125
+ */
126
+ levelTypeDetails?: pulumi.Input<inputs.BigDataService.BdsInstanceNodeBackupConfigurationLevelTypeDetails>;
127
+ /**
128
+ * (Updatable) Number of backup copies to retain.
129
+ */
130
+ numberOfBackupsToRetain?: pulumi.Input<number>;
131
+ /**
132
+ * (Updatable) Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
133
+ */
134
+ schedule?: pulumi.Input<string>;
135
+ /**
136
+ * The state of the NodeBackupConfiguration.
137
+ */
138
+ state?: pulumi.Input<string>;
139
+ /**
140
+ * The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
141
+ */
142
+ timeCreated?: pulumi.Input<string>;
143
+ /**
144
+ * The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
145
+ */
146
+ timeUpdated?: pulumi.Input<string>;
147
+ /**
148
+ * (Updatable) The time zone of the execution schedule, in IANA time zone database name format
149
+ *
150
+ *
151
+ * ** IMPORTANT **
152
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
153
+ */
154
+ timezone?: pulumi.Input<string>;
155
+ }
156
+ /**
157
+ * The set of arguments for constructing a BdsInstanceNodeBackupConfiguration resource.
158
+ */
159
+ export interface BdsInstanceNodeBackupConfigurationArgs {
160
+ /**
161
+ * (Updatable) Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
162
+ */
163
+ backupType?: pulumi.Input<string>;
164
+ /**
165
+ * The OCID of the cluster.
166
+ */
167
+ bdsInstanceId: pulumi.Input<string>;
168
+ /**
169
+ * (Updatable) A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
170
+ */
171
+ displayName?: pulumi.Input<string>;
172
+ /**
173
+ * (Updatable) Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
174
+ */
175
+ levelTypeDetails: pulumi.Input<inputs.BigDataService.BdsInstanceNodeBackupConfigurationLevelTypeDetails>;
176
+ /**
177
+ * (Updatable) Number of backup copies to retain.
178
+ */
179
+ numberOfBackupsToRetain?: pulumi.Input<number>;
180
+ /**
181
+ * (Updatable) Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
182
+ */
183
+ schedule: pulumi.Input<string>;
184
+ /**
185
+ * (Updatable) The time zone of the execution schedule, in IANA time zone database name format
186
+ *
187
+ *
188
+ * ** IMPORTANT **
189
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
190
+ */
191
+ timezone?: pulumi.Input<string>;
192
+ }
@@ -0,0 +1,110 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.BdsInstanceNodeBackupConfiguration = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the Bds Instance Node Backup Configuration resource in Oracle Cloud Infrastructure Big Data Service service.
10
+ *
11
+ * Add a node volume backup configuration to the cluster for an indicated node type or node.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testBdsInstanceNodeBackupConfiguration = new oci.bigdataservice.BdsInstanceNodeBackupConfiguration("test_bds_instance_node_backup_configuration", {
20
+ * bdsInstanceId: testBdsInstance.id,
21
+ * levelTypeDetails: {
22
+ * levelType: bdsInstanceNodeBackupConfigurationLevelTypeDetailsLevelType,
23
+ * nodeHostName: bdsInstanceNodeBackupConfigurationLevelTypeDetailsNodeHostName,
24
+ * nodeType: bdsInstanceNodeBackupConfigurationLevelTypeDetailsNodeType,
25
+ * },
26
+ * schedule: bdsInstanceNodeBackupConfigurationSchedule,
27
+ * backupType: bdsInstanceNodeBackupConfigurationBackupType,
28
+ * displayName: bdsInstanceNodeBackupConfigurationDisplayName,
29
+ * numberOfBackupsToRetain: bdsInstanceNodeBackupConfigurationNumberOfBackupsToRetain,
30
+ * timezone: bdsInstanceNodeBackupConfigurationTimezone,
31
+ * });
32
+ * ```
33
+ *
34
+ * ## Import
35
+ *
36
+ * BdsInstanceNodeBackupConfigurations can be imported using the `id`, e.g.
37
+ *
38
+ * ```sh
39
+ * $ pulumi import oci:BigDataService/bdsInstanceNodeBackupConfiguration:BdsInstanceNodeBackupConfiguration test_bds_instance_node_backup_configuration "bdsInstances/{bdsInstanceId}/nodeBackupConfigurations/{nodeBackupConfigurationId}"
40
+ * ```
41
+ */
42
+ class BdsInstanceNodeBackupConfiguration extends pulumi.CustomResource {
43
+ /**
44
+ * Get an existing BdsInstanceNodeBackupConfiguration 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 BdsInstanceNodeBackupConfiguration(name, state, Object.assign(Object.assign({}, opts), { id: id }));
54
+ }
55
+ /**
56
+ * Returns true if the given object is an instance of BdsInstanceNodeBackupConfiguration. 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'] === BdsInstanceNodeBackupConfiguration.__pulumiType;
64
+ }
65
+ constructor(name, argsOrState, opts) {
66
+ let resourceInputs = {};
67
+ opts = opts || {};
68
+ if (opts.id) {
69
+ const state = argsOrState;
70
+ resourceInputs["backupType"] = state ? state.backupType : undefined;
71
+ resourceInputs["bdsInstanceId"] = state ? state.bdsInstanceId : undefined;
72
+ resourceInputs["displayName"] = state ? state.displayName : undefined;
73
+ resourceInputs["levelTypeDetails"] = state ? state.levelTypeDetails : undefined;
74
+ resourceInputs["numberOfBackupsToRetain"] = state ? state.numberOfBackupsToRetain : undefined;
75
+ resourceInputs["schedule"] = state ? state.schedule : undefined;
76
+ resourceInputs["state"] = state ? state.state : undefined;
77
+ resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
78
+ resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
79
+ resourceInputs["timezone"] = state ? state.timezone : undefined;
80
+ }
81
+ else {
82
+ const args = argsOrState;
83
+ if ((!args || args.bdsInstanceId === undefined) && !opts.urn) {
84
+ throw new Error("Missing required property 'bdsInstanceId'");
85
+ }
86
+ if ((!args || args.levelTypeDetails === undefined) && !opts.urn) {
87
+ throw new Error("Missing required property 'levelTypeDetails'");
88
+ }
89
+ if ((!args || args.schedule === undefined) && !opts.urn) {
90
+ throw new Error("Missing required property 'schedule'");
91
+ }
92
+ resourceInputs["backupType"] = args ? args.backupType : undefined;
93
+ resourceInputs["bdsInstanceId"] = args ? args.bdsInstanceId : undefined;
94
+ resourceInputs["displayName"] = args ? args.displayName : undefined;
95
+ resourceInputs["levelTypeDetails"] = args ? args.levelTypeDetails : undefined;
96
+ resourceInputs["numberOfBackupsToRetain"] = args ? args.numberOfBackupsToRetain : undefined;
97
+ resourceInputs["schedule"] = args ? args.schedule : undefined;
98
+ resourceInputs["timezone"] = args ? args.timezone : undefined;
99
+ resourceInputs["state"] = undefined /*out*/;
100
+ resourceInputs["timeCreated"] = undefined /*out*/;
101
+ resourceInputs["timeUpdated"] = undefined /*out*/;
102
+ }
103
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
104
+ super(BdsInstanceNodeBackupConfiguration.__pulumiType, name, resourceInputs, opts);
105
+ }
106
+ }
107
+ exports.BdsInstanceNodeBackupConfiguration = BdsInstanceNodeBackupConfiguration;
108
+ /** @internal */
109
+ BdsInstanceNodeBackupConfiguration.__pulumiType = 'oci:BigDataService/bdsInstanceNodeBackupConfiguration:BdsInstanceNodeBackupConfiguration';
110
+ //# sourceMappingURL=bdsInstanceNodeBackupConfiguration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bdsInstanceNodeBackupConfiguration.js","sourceRoot":"","sources":["../../bigdataservice/bdsInstanceNodeBackupConfiguration.ts"],"names":[],"mappings":"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"}