oci-core 2.121.1 → 2.122.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/lib/client.d.ts +2 -1
- package/lib/client.js +3 -3
- package/lib/client.js.map +1 -1
- package/lib/model/compute-gpu-memory-fabric-summary.d.ts +37 -0
- package/lib/model/compute-gpu-memory-fabric-summary.js +41 -2
- package/lib/model/compute-gpu-memory-fabric-summary.js.map +1 -1
- package/lib/model/compute-gpu-memory-fabric.d.ts +42 -0
- package/lib/model/compute-gpu-memory-fabric.js +41 -2
- package/lib/model/compute-gpu-memory-fabric.js.map +1 -1
- package/lib/model/create-vcn-details.d.ts +1 -1
- package/lib/model/index.d.ts +2 -0
- package/lib/model/index.js +9 -7
- package/lib/model/index.js.map +1 -1
- package/lib/model/memory-fabric-preferences-descriptor.d.ts +49 -0
- package/lib/model/memory-fabric-preferences-descriptor.js +47 -0
- package/lib/model/memory-fabric-preferences-descriptor.js.map +1 -0
- package/lib/model/update-compute-gpu-memory-fabric-details.d.ts +2 -0
- package/lib/model/update-compute-gpu-memory-fabric-details.js +30 -2
- package/lib/model/update-compute-gpu-memory-fabric-details.js.map +1 -1
- package/lib/model/update-vcn-details.d.ts +1 -1
- package/lib/model/vcn.d.ts +1 -1
- package/lib/request/update-volume-kms-key-request.d.ts +0 -6
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -3354,7 +3354,8 @@ export declare class ComputeClient {
|
|
|
3354
3354
|
*/
|
|
3355
3355
|
updateComputeGpuMemoryCluster(updateComputeGpuMemoryClusterRequest: requests.UpdateComputeGpuMemoryClusterRequest): Promise<responses.UpdateComputeGpuMemoryClusterResponse>;
|
|
3356
3356
|
/**
|
|
3357
|
-
* Customer can update displayName, tags and
|
|
3357
|
+
* Customer can update displayName, tags and desired firmware bundle, recycle level for
|
|
3358
|
+
* compute GPU memory fabric record
|
|
3358
3359
|
*
|
|
3359
3360
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3360
3361
|
* @param UpdateComputeGpuMemoryFabricRequest
|
package/lib/client.js
CHANGED
|
@@ -4490,8 +4490,7 @@ class BlockstorageClient {
|
|
|
4490
4490
|
const queryParams = {};
|
|
4491
4491
|
let headerParams = {
|
|
4492
4492
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4493
|
-
"if-match": updateVolumeKmsKeyRequest.ifMatch
|
|
4494
|
-
"opc-parent-resource-principal-token-url": updateVolumeKmsKeyRequest.opcParentResourcePrincipalTokenUrl
|
|
4493
|
+
"if-match": updateVolumeKmsKeyRequest.ifMatch
|
|
4495
4494
|
};
|
|
4496
4495
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
4497
4496
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateVolumeKmsKeyRequest.retryConfiguration, specRetryConfiguration);
|
|
@@ -13300,7 +13299,8 @@ class ComputeClient {
|
|
|
13300
13299
|
});
|
|
13301
13300
|
}
|
|
13302
13301
|
/**
|
|
13303
|
-
* Customer can update displayName, tags and
|
|
13302
|
+
* Customer can update displayName, tags and desired firmware bundle, recycle level for
|
|
13303
|
+
* compute GPU memory fabric record
|
|
13304
13304
|
*
|
|
13305
13305
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
13306
13306
|
* @param UpdateComputeGpuMemoryFabricRequest
|