@pulumi/oci 2.27.0-alpha.1742279484 → 2.27.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.
Files changed (185) hide show
  1. package/core/computeGpuMemoryCluster.d.ts +232 -0
  2. package/core/computeGpuMemoryCluster.js +119 -0
  3. package/core/computeGpuMemoryCluster.js.map +1 -0
  4. package/core/computeGpuMemoryFabric.d.ts +221 -0
  5. package/core/computeGpuMemoryFabric.js +93 -0
  6. package/core/computeGpuMemoryFabric.js.map +1 -0
  7. package/core/getComputeGpuMemoryCluster.d.ts +117 -0
  8. package/core/getComputeGpuMemoryCluster.js +54 -0
  9. package/core/getComputeGpuMemoryCluster.js.map +1 -0
  10. package/core/getComputeGpuMemoryClusterInstances.d.ts +72 -0
  11. package/core/getComputeGpuMemoryClusterInstances.js +56 -0
  12. package/core/getComputeGpuMemoryClusterInstances.js.map +1 -0
  13. package/core/getComputeGpuMemoryClusters.d.ts +128 -0
  14. package/core/getComputeGpuMemoryClusters.js +72 -0
  15. package/core/getComputeGpuMemoryClusters.js.map +1 -0
  16. package/core/getComputeGpuMemoryFabric.d.ts +127 -0
  17. package/core/getComputeGpuMemoryFabric.js +54 -0
  18. package/core/getComputeGpuMemoryFabric.js.map +1 -0
  19. package/core/getComputeGpuMemoryFabrics.d.ts +161 -0
  20. package/core/getComputeGpuMemoryFabrics.js +84 -0
  21. package/core/getComputeGpuMemoryFabrics.js.map +1 -0
  22. package/core/index.d.ts +21 -0
  23. package/core/index.js +33 -8
  24. package/core/index.js.map +1 -1
  25. package/database/autonomousContainerDatabase.d.ts +94 -26
  26. package/database/autonomousContainerDatabase.js +14 -0
  27. package/database/autonomousContainerDatabase.js.map +1 -1
  28. package/database/autonomousContainerDatabaseAddStandby.d.ts +646 -0
  29. package/database/autonomousContainerDatabaseAddStandby.js +222 -0
  30. package/database/autonomousContainerDatabaseAddStandby.js.map +1 -0
  31. package/database/autonomousContainerDatabaseDataguardAssociation.d.ts +24 -15
  32. package/database/autonomousContainerDatabaseDataguardAssociation.js +2 -0
  33. package/database/autonomousContainerDatabaseDataguardAssociation.js.map +1 -1
  34. package/database/autonomousContainerDatabaseSnapshotStandby.d.ts +112 -0
  35. package/database/autonomousContainerDatabaseSnapshotStandby.js +87 -0
  36. package/database/autonomousContainerDatabaseSnapshotStandby.js.map +1 -0
  37. package/database/getAutonomousContainerDatabase.d.ts +32 -1
  38. package/database/getAutonomousContainerDatabase.js.map +1 -1
  39. package/database/getAutonomousContainerDatabaseDataguardAssociation.d.ts +1 -0
  40. package/database/getAutonomousContainerDatabaseDataguardAssociation.js.map +1 -1
  41. package/database/getAutonomousContainerDatabases.d.ts +1 -1
  42. package/database/getMaintenanceRun.d.ts +4 -0
  43. package/database/getMaintenanceRun.js.map +1 -1
  44. package/database/index.d.ts +6 -0
  45. package/database/index.js +18 -8
  46. package/database/index.js.map +1 -1
  47. package/database/maintenanceRun.d.ts +8 -0
  48. package/database/maintenanceRun.js +2 -0
  49. package/database/maintenanceRun.js.map +1 -1
  50. package/goldengate/deployment.d.ts +28 -0
  51. package/goldengate/deployment.js +6 -0
  52. package/goldengate/deployment.js.map +1 -1
  53. package/goldengate/deploymentBackup.d.ts +8 -0
  54. package/goldengate/deploymentBackup.js +2 -0
  55. package/goldengate/deploymentBackup.js.map +1 -1
  56. package/goldengate/getDeployment.d.ts +12 -0
  57. package/goldengate/getDeployment.js.map +1 -1
  58. package/goldengate/getDeploymentBackup.d.ts +4 -0
  59. package/goldengate/getDeploymentBackup.js.map +1 -1
  60. package/osmanagementhub/event.d.ts +4 -0
  61. package/osmanagementhub/event.js.map +1 -1
  62. package/osmanagementhub/getEntitlements.d.ts +2 -2
  63. package/osmanagementhub/getEvent.d.ts +2 -0
  64. package/osmanagementhub/getEvent.js.map +1 -1
  65. package/osmanagementhub/getEvents.d.ts +2 -0
  66. package/osmanagementhub/getEvents.js.map +1 -1
  67. package/osmanagementhub/getManagedInstance.d.ts +9 -1
  68. package/osmanagementhub/getManagedInstance.js.map +1 -1
  69. package/osmanagementhub/getManagedInstances.d.ts +42 -66
  70. package/osmanagementhub/getManagedInstances.js +8 -66
  71. package/osmanagementhub/getManagedInstances.js.map +1 -1
  72. package/osmanagementhub/getManagementStation.d.ts +35 -3
  73. package/osmanagementhub/getManagementStation.js +2 -2
  74. package/osmanagementhub/getManagementStation.js.map +1 -1
  75. package/osmanagementhub/getManagementStationMirrors.d.ts +1 -1
  76. package/osmanagementhub/getManagementStations.d.ts +30 -3
  77. package/osmanagementhub/getManagementStations.js +12 -2
  78. package/osmanagementhub/getManagementStations.js.map +1 -1
  79. package/osmanagementhub/getProfile.d.ts +11 -3
  80. package/osmanagementhub/getProfile.js +2 -2
  81. package/osmanagementhub/getProfile.js.map +1 -1
  82. package/osmanagementhub/getProfileAvailableSoftwareSources.d.ts +111 -0
  83. package/osmanagementhub/getProfileAvailableSoftwareSources.js +68 -0
  84. package/osmanagementhub/getProfileAvailableSoftwareSources.js.map +1 -0
  85. package/osmanagementhub/getProfileVersion.d.ts +150 -0
  86. package/osmanagementhub/getProfileVersion.js +58 -0
  87. package/osmanagementhub/getProfileVersion.js.map +1 -0
  88. package/osmanagementhub/getProfiles.d.ts +38 -2
  89. package/osmanagementhub/getProfiles.js +12 -0
  90. package/osmanagementhub/getProfiles.js.map +1 -1
  91. package/osmanagementhub/getScheduledJob.d.ts +4 -0
  92. package/osmanagementhub/getScheduledJob.js.map +1 -1
  93. package/osmanagementhub/getSoftwarePackage.d.ts +2 -2
  94. package/osmanagementhub/getSoftwarePackage.js +2 -2
  95. package/osmanagementhub/getSoftwarePackageSoftwareSource.d.ts +7 -7
  96. package/osmanagementhub/getSoftwareSource.d.ts +28 -4
  97. package/osmanagementhub/getSoftwareSource.js.map +1 -1
  98. package/osmanagementhub/getSoftwareSourceAvailableSoftwarePackages.d.ts +113 -0
  99. package/osmanagementhub/getSoftwareSourceAvailableSoftwarePackages.js +70 -0
  100. package/osmanagementhub/getSoftwareSourceAvailableSoftwarePackages.js.map +1 -0
  101. package/osmanagementhub/getSoftwareSourceManifest.d.ts +67 -0
  102. package/osmanagementhub/getSoftwareSourceManifest.js +54 -0
  103. package/osmanagementhub/getSoftwareSourceManifest.js.map +1 -0
  104. package/osmanagementhub/getSoftwareSources.d.ts +21 -7
  105. package/osmanagementhub/getSoftwareSources.js +4 -0
  106. package/osmanagementhub/getSoftwareSources.js.map +1 -1
  107. package/osmanagementhub/index.d.ts +54 -0
  108. package/osmanagementhub/index.js +84 -2
  109. package/osmanagementhub/index.js.map +1 -1
  110. package/osmanagementhub/lifecycleStageAttachManagedInstancesManagement.d.ts +1 -19
  111. package/osmanagementhub/lifecycleStageAttachManagedInstancesManagement.js +3 -18
  112. package/osmanagementhub/lifecycleStageAttachManagedInstancesManagement.js.map +1 -1
  113. package/osmanagementhub/lifecycleStageDetachManagedInstancesManagement.d.ts +1 -19
  114. package/osmanagementhub/lifecycleStageDetachManagedInstancesManagement.js +3 -18
  115. package/osmanagementhub/lifecycleStageDetachManagedInstancesManagement.js.map +1 -1
  116. package/osmanagementhub/lifecycleStageRebootManagement.d.ts +103 -0
  117. package/osmanagementhub/lifecycleStageRebootManagement.js +85 -0
  118. package/osmanagementhub/lifecycleStageRebootManagement.js.map +1 -0
  119. package/osmanagementhub/managedInstance.d.ts +16 -0
  120. package/osmanagementhub/managedInstance.js +4 -0
  121. package/osmanagementhub/managedInstance.js.map +1 -1
  122. package/osmanagementhub/managedInstanceGroupInstallPackagesManagement.d.ts +13 -0
  123. package/osmanagementhub/managedInstanceGroupInstallPackagesManagement.js +3 -0
  124. package/osmanagementhub/managedInstanceGroupInstallPackagesManagement.js.map +1 -1
  125. package/osmanagementhub/managedInstanceGroupRebootManagement.d.ts +103 -0
  126. package/osmanagementhub/managedInstanceGroupRebootManagement.js +85 -0
  127. package/osmanagementhub/managedInstanceGroupRebootManagement.js.map +1 -0
  128. package/osmanagementhub/managedInstanceRebootManagement.d.ts +104 -0
  129. package/osmanagementhub/managedInstanceRebootManagement.js +86 -0
  130. package/osmanagementhub/managedInstanceRebootManagement.js.map +1 -0
  131. package/osmanagementhub/managementStation.d.ts +71 -1
  132. package/osmanagementhub/managementStation.js +19 -1
  133. package/osmanagementhub/managementStation.js.map +1 -1
  134. package/osmanagementhub/managementStationAssociateManagedInstancesManagement.d.ts +103 -0
  135. package/osmanagementhub/managementStationAssociateManagedInstancesManagement.js +88 -0
  136. package/osmanagementhub/managementStationAssociateManagedInstancesManagement.js.map +1 -0
  137. package/osmanagementhub/managementStationRefreshManagement.d.ts +1 -1
  138. package/osmanagementhub/managementStationRefreshManagement.js +1 -1
  139. package/osmanagementhub/managementStationSynchronizeMirrorsManagement.d.ts +4 -4
  140. package/osmanagementhub/managementStationSynchronizeMirrorsManagement.js +1 -1
  141. package/osmanagementhub/profile.d.ts +22 -6
  142. package/osmanagementhub/profile.js +4 -0
  143. package/osmanagementhub/profile.js.map +1 -1
  144. package/osmanagementhub/profileAttachLifecycleStageManagement.d.ts +97 -0
  145. package/osmanagementhub/profileAttachLifecycleStageManagement.js +82 -0
  146. package/osmanagementhub/profileAttachLifecycleStageManagement.js.map +1 -0
  147. package/osmanagementhub/profileAttachManagedInstanceGroupManagement.d.ts +97 -0
  148. package/osmanagementhub/profileAttachManagedInstanceGroupManagement.js +82 -0
  149. package/osmanagementhub/profileAttachManagedInstanceGroupManagement.js.map +1 -0
  150. package/osmanagementhub/profileAttachManagementStationManagement.d.ts +97 -0
  151. package/osmanagementhub/profileAttachManagementStationManagement.js +82 -0
  152. package/osmanagementhub/profileAttachManagementStationManagement.js.map +1 -0
  153. package/osmanagementhub/profileAttachSoftwareSourcesManagement.d.ts +97 -0
  154. package/osmanagementhub/profileAttachSoftwareSourcesManagement.js +82 -0
  155. package/osmanagementhub/profileAttachSoftwareSourcesManagement.js.map +1 -0
  156. package/osmanagementhub/profileDetachSoftwareSourcesManagement.d.ts +97 -0
  157. package/osmanagementhub/profileDetachSoftwareSourcesManagement.js +82 -0
  158. package/osmanagementhub/profileDetachSoftwareSourcesManagement.js.map +1 -0
  159. package/osmanagementhub/scheduledJob.d.ts +23 -9
  160. package/osmanagementhub/scheduledJob.js +4 -0
  161. package/osmanagementhub/scheduledJob.js.map +1 -1
  162. package/osmanagementhub/softwareSource.d.ts +95 -11
  163. package/osmanagementhub/softwareSource.js +17 -5
  164. package/osmanagementhub/softwareSource.js.map +1 -1
  165. package/osmanagementhub/softwareSourceAddPackagesManagement.d.ts +20 -3
  166. package/osmanagementhub/softwareSourceAddPackagesManagement.js +7 -0
  167. package/osmanagementhub/softwareSourceAddPackagesManagement.js.map +1 -1
  168. package/osmanagementhub/softwareSourceGenerateMetadataManagement.d.ts +82 -0
  169. package/osmanagementhub/softwareSourceGenerateMetadataManagement.js +74 -0
  170. package/osmanagementhub/softwareSourceGenerateMetadataManagement.js.map +1 -0
  171. package/osmanagementhub/softwareSourceManifest.d.ts +97 -0
  172. package/osmanagementhub/softwareSourceManifest.js +79 -0
  173. package/osmanagementhub/softwareSourceManifest.js.map +1 -0
  174. package/osmanagementhub/softwareSourceRemovePackagesManagement.d.ts +101 -0
  175. package/osmanagementhub/softwareSourceRemovePackagesManagement.js +86 -0
  176. package/osmanagementhub/softwareSourceRemovePackagesManagement.js.map +1 -0
  177. package/osmanagementhub/softwareSourceReplacePackagesManagement.d.ts +101 -0
  178. package/osmanagementhub/softwareSourceReplacePackagesManagement.js +86 -0
  179. package/osmanagementhub/softwareSourceReplacePackagesManagement.js.map +1 -0
  180. package/osmanagementhub/workRequestRerunManagement.d.ts +115 -0
  181. package/osmanagementhub/workRequestRerunManagement.js +85 -0
  182. package/osmanagementhub/workRequestRerunManagement.js.map +1 -0
  183. package/package.json +2 -2
  184. package/types/input.d.ts +632 -8
  185. package/types/output.d.ts +1488 -48
@@ -0,0 +1,232 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This resource provides the Compute Gpu Memory Cluster resource in Oracle Cloud Infrastructure Core service.
4
+ *
5
+ * Create a compute GPU memory cluster instance on a specific compute GPU memory fabric
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as oci from "@pulumi/oci";
12
+ *
13
+ * const testComputeGpuMemoryCluster = new oci.core.ComputeGpuMemoryCluster("test_compute_gpu_memory_cluster", {
14
+ * availabilityDomain: computeGpuMemoryClusterAvailabilityDomain,
15
+ * compartmentId: compartmentId,
16
+ * computeClusterId: testComputeCluster.id,
17
+ * instanceConfigurationId: testInstanceConfiguration.id,
18
+ * definedTags: {
19
+ * "Operations.CostCenter": "42",
20
+ * },
21
+ * displayName: computeGpuMemoryClusterDisplayName,
22
+ * freeformTags: {
23
+ * Department: "Finance",
24
+ * },
25
+ * gpuMemoryFabricId: testGpuMemoryFabric.id,
26
+ * size: computeGpuMemoryClusterSize,
27
+ * });
28
+ * ```
29
+ *
30
+ * ## Import
31
+ *
32
+ * ComputeGpuMemoryClusters can be imported using the `id`, e.g.
33
+ *
34
+ * ```sh
35
+ * $ pulumi import oci:Core/computeGpuMemoryCluster:ComputeGpuMemoryCluster test_compute_gpu_memory_cluster "id"
36
+ * ```
37
+ */
38
+ export declare class ComputeGpuMemoryCluster extends pulumi.CustomResource {
39
+ /**
40
+ * Get an existing ComputeGpuMemoryCluster 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?: ComputeGpuMemoryClusterState, opts?: pulumi.CustomResourceOptions): ComputeGpuMemoryCluster;
49
+ /**
50
+ * Returns true if the given object is an instance of ComputeGpuMemoryCluster. 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 ComputeGpuMemoryCluster;
54
+ /**
55
+ * The availability domain of the GPU memory cluster.
56
+ */
57
+ readonly availabilityDomain: pulumi.Output<string>;
58
+ /**
59
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the compute GPU memory cluster. compartment.
60
+ */
61
+ readonly compartmentId: pulumi.Output<string>;
62
+ /**
63
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster.
64
+ */
65
+ readonly computeClusterId: pulumi.Output<string>;
66
+ /**
67
+ * (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"}`
68
+ */
69
+ readonly definedTags: pulumi.Output<{
70
+ [key: string]: string;
71
+ }>;
72
+ /**
73
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
74
+ */
75
+ readonly displayName: pulumi.Output<string>;
76
+ /**
77
+ * (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"}`
78
+ */
79
+ readonly freeformTags: pulumi.Output<{
80
+ [key: string]: string;
81
+ }>;
82
+ /**
83
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GPU memory fabric.
84
+ */
85
+ readonly gpuMemoryFabricId: pulumi.Output<string>;
86
+ /**
87
+ * (Updatable) Instance Configuration to be used for this GPU Memory Cluster
88
+ */
89
+ readonly instanceConfigurationId: pulumi.Output<string>;
90
+ /**
91
+ * (Updatable) The number of instances currently running in the GpuMemoryCluster
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 size: pulumi.Output<string>;
98
+ /**
99
+ * The lifecycle state of the GPU memory cluster
100
+ */
101
+ readonly state: pulumi.Output<string>;
102
+ /**
103
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
104
+ */
105
+ readonly systemTags: pulumi.Output<{
106
+ [key: string]: string;
107
+ }>;
108
+ /**
109
+ * The date and time the GPU memory cluster was created. Example: `2016-09-15T21:10:29.600Z`
110
+ */
111
+ readonly timeCreated: pulumi.Output<string>;
112
+ /**
113
+ * Create a ComputeGpuMemoryCluster resource with the given unique name, arguments, and options.
114
+ *
115
+ * @param name The _unique_ name of the resource.
116
+ * @param args The arguments to use to populate this resource's properties.
117
+ * @param opts A bag of options that control this resource's behavior.
118
+ */
119
+ constructor(name: string, args: ComputeGpuMemoryClusterArgs, opts?: pulumi.CustomResourceOptions);
120
+ }
121
+ /**
122
+ * Input properties used for looking up and filtering ComputeGpuMemoryCluster resources.
123
+ */
124
+ export interface ComputeGpuMemoryClusterState {
125
+ /**
126
+ * The availability domain of the GPU memory cluster.
127
+ */
128
+ availabilityDomain?: pulumi.Input<string>;
129
+ /**
130
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the compute GPU memory cluster. compartment.
131
+ */
132
+ compartmentId?: pulumi.Input<string>;
133
+ /**
134
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster.
135
+ */
136
+ computeClusterId?: pulumi.Input<string>;
137
+ /**
138
+ * (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"}`
139
+ */
140
+ definedTags?: pulumi.Input<{
141
+ [key: string]: pulumi.Input<string>;
142
+ }>;
143
+ /**
144
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
145
+ */
146
+ displayName?: pulumi.Input<string>;
147
+ /**
148
+ * (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"}`
149
+ */
150
+ freeformTags?: pulumi.Input<{
151
+ [key: string]: pulumi.Input<string>;
152
+ }>;
153
+ /**
154
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GPU memory fabric.
155
+ */
156
+ gpuMemoryFabricId?: pulumi.Input<string>;
157
+ /**
158
+ * (Updatable) Instance Configuration to be used for this GPU Memory Cluster
159
+ */
160
+ instanceConfigurationId?: pulumi.Input<string>;
161
+ /**
162
+ * (Updatable) The number of instances currently running in the GpuMemoryCluster
163
+ *
164
+ *
165
+ * ** IMPORTANT **
166
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
167
+ */
168
+ size?: pulumi.Input<string>;
169
+ /**
170
+ * The lifecycle state of the GPU memory cluster
171
+ */
172
+ state?: pulumi.Input<string>;
173
+ /**
174
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
175
+ */
176
+ systemTags?: pulumi.Input<{
177
+ [key: string]: pulumi.Input<string>;
178
+ }>;
179
+ /**
180
+ * The date and time the GPU memory cluster was created. Example: `2016-09-15T21:10:29.600Z`
181
+ */
182
+ timeCreated?: pulumi.Input<string>;
183
+ }
184
+ /**
185
+ * The set of arguments for constructing a ComputeGpuMemoryCluster resource.
186
+ */
187
+ export interface ComputeGpuMemoryClusterArgs {
188
+ /**
189
+ * The availability domain of the GPU memory cluster.
190
+ */
191
+ availabilityDomain: pulumi.Input<string>;
192
+ /**
193
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the compute GPU memory cluster. compartment.
194
+ */
195
+ compartmentId: pulumi.Input<string>;
196
+ /**
197
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster.
198
+ */
199
+ computeClusterId: pulumi.Input<string>;
200
+ /**
201
+ * (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"}`
202
+ */
203
+ definedTags?: pulumi.Input<{
204
+ [key: string]: pulumi.Input<string>;
205
+ }>;
206
+ /**
207
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
208
+ */
209
+ displayName?: pulumi.Input<string>;
210
+ /**
211
+ * (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"}`
212
+ */
213
+ freeformTags?: pulumi.Input<{
214
+ [key: string]: pulumi.Input<string>;
215
+ }>;
216
+ /**
217
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GPU memory fabric.
218
+ */
219
+ gpuMemoryFabricId?: pulumi.Input<string>;
220
+ /**
221
+ * (Updatable) Instance Configuration to be used for this GPU Memory Cluster
222
+ */
223
+ instanceConfigurationId: pulumi.Input<string>;
224
+ /**
225
+ * (Updatable) The number of instances currently running in the GpuMemoryCluster
226
+ *
227
+ *
228
+ * ** IMPORTANT **
229
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
230
+ */
231
+ size?: pulumi.Input<string>;
232
+ }
@@ -0,0 +1,119 @@
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.ComputeGpuMemoryCluster = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the Compute Gpu Memory Cluster resource in Oracle Cloud Infrastructure Core service.
10
+ *
11
+ * Create a compute GPU memory cluster instance on a specific compute GPU memory fabric
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testComputeGpuMemoryCluster = new oci.core.ComputeGpuMemoryCluster("test_compute_gpu_memory_cluster", {
20
+ * availabilityDomain: computeGpuMemoryClusterAvailabilityDomain,
21
+ * compartmentId: compartmentId,
22
+ * computeClusterId: testComputeCluster.id,
23
+ * instanceConfigurationId: testInstanceConfiguration.id,
24
+ * definedTags: {
25
+ * "Operations.CostCenter": "42",
26
+ * },
27
+ * displayName: computeGpuMemoryClusterDisplayName,
28
+ * freeformTags: {
29
+ * Department: "Finance",
30
+ * },
31
+ * gpuMemoryFabricId: testGpuMemoryFabric.id,
32
+ * size: computeGpuMemoryClusterSize,
33
+ * });
34
+ * ```
35
+ *
36
+ * ## Import
37
+ *
38
+ * ComputeGpuMemoryClusters can be imported using the `id`, e.g.
39
+ *
40
+ * ```sh
41
+ * $ pulumi import oci:Core/computeGpuMemoryCluster:ComputeGpuMemoryCluster test_compute_gpu_memory_cluster "id"
42
+ * ```
43
+ */
44
+ class ComputeGpuMemoryCluster extends pulumi.CustomResource {
45
+ /**
46
+ * Get an existing ComputeGpuMemoryCluster resource's state with the given name, ID, and optional extra
47
+ * properties used to qualify the lookup.
48
+ *
49
+ * @param name The _unique_ name of the resulting resource.
50
+ * @param id The _unique_ provider ID of the resource to lookup.
51
+ * @param state Any extra arguments used during the lookup.
52
+ * @param opts Optional settings to control the behavior of the CustomResource.
53
+ */
54
+ static get(name, id, state, opts) {
55
+ return new ComputeGpuMemoryCluster(name, state, Object.assign(Object.assign({}, opts), { id: id }));
56
+ }
57
+ /**
58
+ * Returns true if the given object is an instance of ComputeGpuMemoryCluster. This is designed to work even
59
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
60
+ */
61
+ static isInstance(obj) {
62
+ if (obj === undefined || obj === null) {
63
+ return false;
64
+ }
65
+ return obj['__pulumiType'] === ComputeGpuMemoryCluster.__pulumiType;
66
+ }
67
+ constructor(name, argsOrState, opts) {
68
+ let resourceInputs = {};
69
+ opts = opts || {};
70
+ if (opts.id) {
71
+ const state = argsOrState;
72
+ resourceInputs["availabilityDomain"] = state ? state.availabilityDomain : undefined;
73
+ resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
74
+ resourceInputs["computeClusterId"] = state ? state.computeClusterId : undefined;
75
+ resourceInputs["definedTags"] = state ? state.definedTags : undefined;
76
+ resourceInputs["displayName"] = state ? state.displayName : undefined;
77
+ resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
78
+ resourceInputs["gpuMemoryFabricId"] = state ? state.gpuMemoryFabricId : undefined;
79
+ resourceInputs["instanceConfigurationId"] = state ? state.instanceConfigurationId : undefined;
80
+ resourceInputs["size"] = state ? state.size : undefined;
81
+ resourceInputs["state"] = state ? state.state : undefined;
82
+ resourceInputs["systemTags"] = state ? state.systemTags : undefined;
83
+ resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
84
+ }
85
+ else {
86
+ const args = argsOrState;
87
+ if ((!args || args.availabilityDomain === undefined) && !opts.urn) {
88
+ throw new Error("Missing required property 'availabilityDomain'");
89
+ }
90
+ if ((!args || args.compartmentId === undefined) && !opts.urn) {
91
+ throw new Error("Missing required property 'compartmentId'");
92
+ }
93
+ if ((!args || args.computeClusterId === undefined) && !opts.urn) {
94
+ throw new Error("Missing required property 'computeClusterId'");
95
+ }
96
+ if ((!args || args.instanceConfigurationId === undefined) && !opts.urn) {
97
+ throw new Error("Missing required property 'instanceConfigurationId'");
98
+ }
99
+ resourceInputs["availabilityDomain"] = args ? args.availabilityDomain : undefined;
100
+ resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
101
+ resourceInputs["computeClusterId"] = args ? args.computeClusterId : undefined;
102
+ resourceInputs["definedTags"] = args ? args.definedTags : undefined;
103
+ resourceInputs["displayName"] = args ? args.displayName : undefined;
104
+ resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
105
+ resourceInputs["gpuMemoryFabricId"] = args ? args.gpuMemoryFabricId : undefined;
106
+ resourceInputs["instanceConfigurationId"] = args ? args.instanceConfigurationId : undefined;
107
+ resourceInputs["size"] = args ? args.size : undefined;
108
+ resourceInputs["state"] = undefined /*out*/;
109
+ resourceInputs["systemTags"] = undefined /*out*/;
110
+ resourceInputs["timeCreated"] = undefined /*out*/;
111
+ }
112
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
113
+ super(ComputeGpuMemoryCluster.__pulumiType, name, resourceInputs, opts);
114
+ }
115
+ }
116
+ exports.ComputeGpuMemoryCluster = ComputeGpuMemoryCluster;
117
+ /** @internal */
118
+ ComputeGpuMemoryCluster.__pulumiType = 'oci:Core/computeGpuMemoryCluster:ComputeGpuMemoryCluster';
119
+ //# sourceMappingURL=computeGpuMemoryCluster.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"computeGpuMemoryCluster.js","sourceRoot":"","sources":["../../core/computeGpuMemoryCluster.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,221 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This resource provides the Compute Gpu Memory Fabric resource in Oracle Cloud Infrastructure Core service.
4
+ *
5
+ * Customer can update displayName and tags for compute GPU memory fabric record
6
+ *
7
+ * ## Import
8
+ *
9
+ * ComputeGpuMemoryFabrics can be imported using the `id`, e.g.
10
+ *
11
+ * ```sh
12
+ * $ pulumi import oci:Core/computeGpuMemoryFabric:ComputeGpuMemoryFabric test_compute_gpu_memory_fabric "id"
13
+ * ```
14
+ */
15
+ export declare class ComputeGpuMemoryFabric extends pulumi.CustomResource {
16
+ /**
17
+ * Get an existing ComputeGpuMemoryFabric resource's state with the given name, ID, and optional extra
18
+ * properties used to qualify the lookup.
19
+ *
20
+ * @param name The _unique_ name of the resulting resource.
21
+ * @param id The _unique_ provider ID of the resource to lookup.
22
+ * @param state Any extra arguments used during the lookup.
23
+ * @param opts Optional settings to control the behavior of the CustomResource.
24
+ */
25
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ComputeGpuMemoryFabricState, opts?: pulumi.CustomResourceOptions): ComputeGpuMemoryFabric;
26
+ /**
27
+ * Returns true if the given object is an instance of ComputeGpuMemoryFabric. This is designed to work even
28
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
29
+ */
30
+ static isInstance(obj: any): obj is ComputeGpuMemoryFabric;
31
+ /**
32
+ * Additional data that can be exposed to the customer. Right now it will include the switch tray ids.
33
+ */
34
+ readonly additionalData: pulumi.Output<{
35
+ [key: string]: string;
36
+ }>;
37
+ /**
38
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root compartment.
39
+ */
40
+ readonly compartmentId: pulumi.Output<string>;
41
+ /**
42
+ * The OCID of the compute GPU memory fabric.
43
+ */
44
+ readonly computeGpuMemoryFabricId: pulumi.Output<string>;
45
+ /**
46
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
47
+ */
48
+ readonly computeHpcIslandId: pulumi.Output<string>;
49
+ /**
50
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Local Block
51
+ */
52
+ readonly computeLocalBlockId: pulumi.Output<string>;
53
+ /**
54
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
55
+ */
56
+ readonly computeNetworkBlockId: pulumi.Output<string>;
57
+ /**
58
+ * (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"}`
59
+ */
60
+ readonly definedTags: pulumi.Output<{
61
+ [key: string]: string;
62
+ }>;
63
+ /**
64
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
65
+ */
66
+ readonly displayName: pulumi.Output<string>;
67
+ /**
68
+ * The health state of the GPU memory fabric
69
+ */
70
+ readonly fabricHealth: pulumi.Output<string>;
71
+ /**
72
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
73
+ *
74
+ *
75
+ * ** IMPORTANT **
76
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
77
+ */
78
+ readonly freeformTags: pulumi.Output<{
79
+ [key: string]: string;
80
+ }>;
81
+ /**
82
+ * The total number of healthy bare metal hosts located in this compute GPU memory fabric.
83
+ */
84
+ readonly healthyHostCount: pulumi.Output<string>;
85
+ /**
86
+ * The lifecycle state of the GPU memory fabric
87
+ */
88
+ readonly state: pulumi.Output<string>;
89
+ /**
90
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
91
+ */
92
+ readonly systemTags: pulumi.Output<{
93
+ [key: string]: string;
94
+ }>;
95
+ /**
96
+ * The date and time that the compute GPU memory fabric record was created, in the format defined by [RFC3339] (https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
97
+ */
98
+ readonly timeCreated: pulumi.Output<string>;
99
+ /**
100
+ * The total number of bare metal hosts located in this compute GPU memory fabric.
101
+ */
102
+ readonly totalHostCount: pulumi.Output<string>;
103
+ /**
104
+ * Create a ComputeGpuMemoryFabric resource with the given unique name, arguments, and options.
105
+ *
106
+ * @param name The _unique_ name of the resource.
107
+ * @param args The arguments to use to populate this resource's properties.
108
+ * @param opts A bag of options that control this resource's behavior.
109
+ */
110
+ constructor(name: string, args: ComputeGpuMemoryFabricArgs, opts?: pulumi.CustomResourceOptions);
111
+ }
112
+ /**
113
+ * Input properties used for looking up and filtering ComputeGpuMemoryFabric resources.
114
+ */
115
+ export interface ComputeGpuMemoryFabricState {
116
+ /**
117
+ * Additional data that can be exposed to the customer. Right now it will include the switch tray ids.
118
+ */
119
+ additionalData?: pulumi.Input<{
120
+ [key: string]: pulumi.Input<string>;
121
+ }>;
122
+ /**
123
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root compartment.
124
+ */
125
+ compartmentId?: pulumi.Input<string>;
126
+ /**
127
+ * The OCID of the compute GPU memory fabric.
128
+ */
129
+ computeGpuMemoryFabricId?: pulumi.Input<string>;
130
+ /**
131
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
132
+ */
133
+ computeHpcIslandId?: pulumi.Input<string>;
134
+ /**
135
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Local Block
136
+ */
137
+ computeLocalBlockId?: pulumi.Input<string>;
138
+ /**
139
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
140
+ */
141
+ computeNetworkBlockId?: pulumi.Input<string>;
142
+ /**
143
+ * (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"}`
144
+ */
145
+ definedTags?: pulumi.Input<{
146
+ [key: string]: pulumi.Input<string>;
147
+ }>;
148
+ /**
149
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
150
+ */
151
+ displayName?: pulumi.Input<string>;
152
+ /**
153
+ * The health state of the GPU memory fabric
154
+ */
155
+ fabricHealth?: pulumi.Input<string>;
156
+ /**
157
+ * (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"}`
158
+ *
159
+ *
160
+ * ** IMPORTANT **
161
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
162
+ */
163
+ freeformTags?: pulumi.Input<{
164
+ [key: string]: pulumi.Input<string>;
165
+ }>;
166
+ /**
167
+ * The total number of healthy bare metal hosts located in this compute GPU memory fabric.
168
+ */
169
+ healthyHostCount?: pulumi.Input<string>;
170
+ /**
171
+ * The lifecycle state of the GPU memory fabric
172
+ */
173
+ state?: pulumi.Input<string>;
174
+ /**
175
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
176
+ */
177
+ systemTags?: pulumi.Input<{
178
+ [key: string]: pulumi.Input<string>;
179
+ }>;
180
+ /**
181
+ * The date and time that the compute GPU memory fabric record was created, in the format defined by [RFC3339] (https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
182
+ */
183
+ timeCreated?: pulumi.Input<string>;
184
+ /**
185
+ * The total number of bare metal hosts located in this compute GPU memory fabric.
186
+ */
187
+ totalHostCount?: pulumi.Input<string>;
188
+ }
189
+ /**
190
+ * The set of arguments for constructing a ComputeGpuMemoryFabric resource.
191
+ */
192
+ export interface ComputeGpuMemoryFabricArgs {
193
+ /**
194
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root compartment.
195
+ */
196
+ compartmentId?: pulumi.Input<string>;
197
+ /**
198
+ * The OCID of the compute GPU memory fabric.
199
+ */
200
+ computeGpuMemoryFabricId: pulumi.Input<string>;
201
+ /**
202
+ * (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"}`
203
+ */
204
+ definedTags?: pulumi.Input<{
205
+ [key: string]: pulumi.Input<string>;
206
+ }>;
207
+ /**
208
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
209
+ */
210
+ displayName?: pulumi.Input<string>;
211
+ /**
212
+ * (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"}`
213
+ *
214
+ *
215
+ * ** IMPORTANT **
216
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
217
+ */
218
+ freeformTags?: pulumi.Input<{
219
+ [key: string]: pulumi.Input<string>;
220
+ }>;
221
+ }