@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.
- package/core/computeGpuMemoryCluster.d.ts +232 -0
- package/core/computeGpuMemoryCluster.js +119 -0
- package/core/computeGpuMemoryCluster.js.map +1 -0
- package/core/computeGpuMemoryFabric.d.ts +221 -0
- package/core/computeGpuMemoryFabric.js +93 -0
- package/core/computeGpuMemoryFabric.js.map +1 -0
- package/core/getComputeGpuMemoryCluster.d.ts +117 -0
- package/core/getComputeGpuMemoryCluster.js +54 -0
- package/core/getComputeGpuMemoryCluster.js.map +1 -0
- package/core/getComputeGpuMemoryClusterInstances.d.ts +72 -0
- package/core/getComputeGpuMemoryClusterInstances.js +56 -0
- package/core/getComputeGpuMemoryClusterInstances.js.map +1 -0
- package/core/getComputeGpuMemoryClusters.d.ts +128 -0
- package/core/getComputeGpuMemoryClusters.js +72 -0
- package/core/getComputeGpuMemoryClusters.js.map +1 -0
- package/core/getComputeGpuMemoryFabric.d.ts +127 -0
- package/core/getComputeGpuMemoryFabric.js +54 -0
- package/core/getComputeGpuMemoryFabric.js.map +1 -0
- package/core/getComputeGpuMemoryFabrics.d.ts +161 -0
- package/core/getComputeGpuMemoryFabrics.js +84 -0
- package/core/getComputeGpuMemoryFabrics.js.map +1 -0
- package/core/index.d.ts +21 -0
- package/core/index.js +33 -8
- package/core/index.js.map +1 -1
- package/database/autonomousContainerDatabase.d.ts +94 -26
- package/database/autonomousContainerDatabase.js +14 -0
- package/database/autonomousContainerDatabase.js.map +1 -1
- package/database/autonomousContainerDatabaseAddStandby.d.ts +646 -0
- package/database/autonomousContainerDatabaseAddStandby.js +222 -0
- package/database/autonomousContainerDatabaseAddStandby.js.map +1 -0
- package/database/autonomousContainerDatabaseDataguardAssociation.d.ts +24 -15
- package/database/autonomousContainerDatabaseDataguardAssociation.js +2 -0
- package/database/autonomousContainerDatabaseDataguardAssociation.js.map +1 -1
- package/database/autonomousContainerDatabaseSnapshotStandby.d.ts +112 -0
- package/database/autonomousContainerDatabaseSnapshotStandby.js +87 -0
- package/database/autonomousContainerDatabaseSnapshotStandby.js.map +1 -0
- package/database/getAutonomousContainerDatabase.d.ts +32 -1
- package/database/getAutonomousContainerDatabase.js.map +1 -1
- package/database/getAutonomousContainerDatabaseDataguardAssociation.d.ts +1 -0
- package/database/getAutonomousContainerDatabaseDataguardAssociation.js.map +1 -1
- package/database/getAutonomousContainerDatabases.d.ts +1 -1
- package/database/getMaintenanceRun.d.ts +4 -0
- package/database/getMaintenanceRun.js.map +1 -1
- package/database/index.d.ts +6 -0
- package/database/index.js +18 -8
- package/database/index.js.map +1 -1
- package/database/maintenanceRun.d.ts +8 -0
- package/database/maintenanceRun.js +2 -0
- package/database/maintenanceRun.js.map +1 -1
- package/goldengate/deployment.d.ts +28 -0
- package/goldengate/deployment.js +6 -0
- package/goldengate/deployment.js.map +1 -1
- package/goldengate/deploymentBackup.d.ts +8 -0
- package/goldengate/deploymentBackup.js +2 -0
- package/goldengate/deploymentBackup.js.map +1 -1
- package/goldengate/getDeployment.d.ts +12 -0
- package/goldengate/getDeployment.js.map +1 -1
- package/goldengate/getDeploymentBackup.d.ts +4 -0
- package/goldengate/getDeploymentBackup.js.map +1 -1
- package/osmanagementhub/event.d.ts +4 -0
- package/osmanagementhub/event.js.map +1 -1
- package/osmanagementhub/getEntitlements.d.ts +2 -2
- package/osmanagementhub/getEvent.d.ts +2 -0
- package/osmanagementhub/getEvent.js.map +1 -1
- package/osmanagementhub/getEvents.d.ts +2 -0
- package/osmanagementhub/getEvents.js.map +1 -1
- package/osmanagementhub/getManagedInstance.d.ts +9 -1
- package/osmanagementhub/getManagedInstance.js.map +1 -1
- package/osmanagementhub/getManagedInstances.d.ts +42 -66
- package/osmanagementhub/getManagedInstances.js +8 -66
- package/osmanagementhub/getManagedInstances.js.map +1 -1
- package/osmanagementhub/getManagementStation.d.ts +35 -3
- package/osmanagementhub/getManagementStation.js +2 -2
- package/osmanagementhub/getManagementStation.js.map +1 -1
- package/osmanagementhub/getManagementStationMirrors.d.ts +1 -1
- package/osmanagementhub/getManagementStations.d.ts +30 -3
- package/osmanagementhub/getManagementStations.js +12 -2
- package/osmanagementhub/getManagementStations.js.map +1 -1
- package/osmanagementhub/getProfile.d.ts +11 -3
- package/osmanagementhub/getProfile.js +2 -2
- package/osmanagementhub/getProfile.js.map +1 -1
- package/osmanagementhub/getProfileAvailableSoftwareSources.d.ts +111 -0
- package/osmanagementhub/getProfileAvailableSoftwareSources.js +68 -0
- package/osmanagementhub/getProfileAvailableSoftwareSources.js.map +1 -0
- package/osmanagementhub/getProfileVersion.d.ts +150 -0
- package/osmanagementhub/getProfileVersion.js +58 -0
- package/osmanagementhub/getProfileVersion.js.map +1 -0
- package/osmanagementhub/getProfiles.d.ts +38 -2
- package/osmanagementhub/getProfiles.js +12 -0
- package/osmanagementhub/getProfiles.js.map +1 -1
- package/osmanagementhub/getScheduledJob.d.ts +4 -0
- package/osmanagementhub/getScheduledJob.js.map +1 -1
- package/osmanagementhub/getSoftwarePackage.d.ts +2 -2
- package/osmanagementhub/getSoftwarePackage.js +2 -2
- package/osmanagementhub/getSoftwarePackageSoftwareSource.d.ts +7 -7
- package/osmanagementhub/getSoftwareSource.d.ts +28 -4
- package/osmanagementhub/getSoftwareSource.js.map +1 -1
- package/osmanagementhub/getSoftwareSourceAvailableSoftwarePackages.d.ts +113 -0
- package/osmanagementhub/getSoftwareSourceAvailableSoftwarePackages.js +70 -0
- package/osmanagementhub/getSoftwareSourceAvailableSoftwarePackages.js.map +1 -0
- package/osmanagementhub/getSoftwareSourceManifest.d.ts +67 -0
- package/osmanagementhub/getSoftwareSourceManifest.js +54 -0
- package/osmanagementhub/getSoftwareSourceManifest.js.map +1 -0
- package/osmanagementhub/getSoftwareSources.d.ts +21 -7
- package/osmanagementhub/getSoftwareSources.js +4 -0
- package/osmanagementhub/getSoftwareSources.js.map +1 -1
- package/osmanagementhub/index.d.ts +54 -0
- package/osmanagementhub/index.js +84 -2
- package/osmanagementhub/index.js.map +1 -1
- package/osmanagementhub/lifecycleStageAttachManagedInstancesManagement.d.ts +1 -19
- package/osmanagementhub/lifecycleStageAttachManagedInstancesManagement.js +3 -18
- package/osmanagementhub/lifecycleStageAttachManagedInstancesManagement.js.map +1 -1
- package/osmanagementhub/lifecycleStageDetachManagedInstancesManagement.d.ts +1 -19
- package/osmanagementhub/lifecycleStageDetachManagedInstancesManagement.js +3 -18
- package/osmanagementhub/lifecycleStageDetachManagedInstancesManagement.js.map +1 -1
- package/osmanagementhub/lifecycleStageRebootManagement.d.ts +103 -0
- package/osmanagementhub/lifecycleStageRebootManagement.js +85 -0
- package/osmanagementhub/lifecycleStageRebootManagement.js.map +1 -0
- package/osmanagementhub/managedInstance.d.ts +16 -0
- package/osmanagementhub/managedInstance.js +4 -0
- package/osmanagementhub/managedInstance.js.map +1 -1
- package/osmanagementhub/managedInstanceGroupInstallPackagesManagement.d.ts +13 -0
- package/osmanagementhub/managedInstanceGroupInstallPackagesManagement.js +3 -0
- package/osmanagementhub/managedInstanceGroupInstallPackagesManagement.js.map +1 -1
- package/osmanagementhub/managedInstanceGroupRebootManagement.d.ts +103 -0
- package/osmanagementhub/managedInstanceGroupRebootManagement.js +85 -0
- package/osmanagementhub/managedInstanceGroupRebootManagement.js.map +1 -0
- package/osmanagementhub/managedInstanceRebootManagement.d.ts +104 -0
- package/osmanagementhub/managedInstanceRebootManagement.js +86 -0
- package/osmanagementhub/managedInstanceRebootManagement.js.map +1 -0
- package/osmanagementhub/managementStation.d.ts +71 -1
- package/osmanagementhub/managementStation.js +19 -1
- package/osmanagementhub/managementStation.js.map +1 -1
- package/osmanagementhub/managementStationAssociateManagedInstancesManagement.d.ts +103 -0
- package/osmanagementhub/managementStationAssociateManagedInstancesManagement.js +88 -0
- package/osmanagementhub/managementStationAssociateManagedInstancesManagement.js.map +1 -0
- package/osmanagementhub/managementStationRefreshManagement.d.ts +1 -1
- package/osmanagementhub/managementStationRefreshManagement.js +1 -1
- package/osmanagementhub/managementStationSynchronizeMirrorsManagement.d.ts +4 -4
- package/osmanagementhub/managementStationSynchronizeMirrorsManagement.js +1 -1
- package/osmanagementhub/profile.d.ts +22 -6
- package/osmanagementhub/profile.js +4 -0
- package/osmanagementhub/profile.js.map +1 -1
- package/osmanagementhub/profileAttachLifecycleStageManagement.d.ts +97 -0
- package/osmanagementhub/profileAttachLifecycleStageManagement.js +82 -0
- package/osmanagementhub/profileAttachLifecycleStageManagement.js.map +1 -0
- package/osmanagementhub/profileAttachManagedInstanceGroupManagement.d.ts +97 -0
- package/osmanagementhub/profileAttachManagedInstanceGroupManagement.js +82 -0
- package/osmanagementhub/profileAttachManagedInstanceGroupManagement.js.map +1 -0
- package/osmanagementhub/profileAttachManagementStationManagement.d.ts +97 -0
- package/osmanagementhub/profileAttachManagementStationManagement.js +82 -0
- package/osmanagementhub/profileAttachManagementStationManagement.js.map +1 -0
- package/osmanagementhub/profileAttachSoftwareSourcesManagement.d.ts +97 -0
- package/osmanagementhub/profileAttachSoftwareSourcesManagement.js +82 -0
- package/osmanagementhub/profileAttachSoftwareSourcesManagement.js.map +1 -0
- package/osmanagementhub/profileDetachSoftwareSourcesManagement.d.ts +97 -0
- package/osmanagementhub/profileDetachSoftwareSourcesManagement.js +82 -0
- package/osmanagementhub/profileDetachSoftwareSourcesManagement.js.map +1 -0
- package/osmanagementhub/scheduledJob.d.ts +23 -9
- package/osmanagementhub/scheduledJob.js +4 -0
- package/osmanagementhub/scheduledJob.js.map +1 -1
- package/osmanagementhub/softwareSource.d.ts +95 -11
- package/osmanagementhub/softwareSource.js +17 -5
- package/osmanagementhub/softwareSource.js.map +1 -1
- package/osmanagementhub/softwareSourceAddPackagesManagement.d.ts +20 -3
- package/osmanagementhub/softwareSourceAddPackagesManagement.js +7 -0
- package/osmanagementhub/softwareSourceAddPackagesManagement.js.map +1 -1
- package/osmanagementhub/softwareSourceGenerateMetadataManagement.d.ts +82 -0
- package/osmanagementhub/softwareSourceGenerateMetadataManagement.js +74 -0
- package/osmanagementhub/softwareSourceGenerateMetadataManagement.js.map +1 -0
- package/osmanagementhub/softwareSourceManifest.d.ts +97 -0
- package/osmanagementhub/softwareSourceManifest.js +79 -0
- package/osmanagementhub/softwareSourceManifest.js.map +1 -0
- package/osmanagementhub/softwareSourceRemovePackagesManagement.d.ts +101 -0
- package/osmanagementhub/softwareSourceRemovePackagesManagement.js +86 -0
- package/osmanagementhub/softwareSourceRemovePackagesManagement.js.map +1 -0
- package/osmanagementhub/softwareSourceReplacePackagesManagement.d.ts +101 -0
- package/osmanagementhub/softwareSourceReplacePackagesManagement.js +86 -0
- package/osmanagementhub/softwareSourceReplacePackagesManagement.js.map +1 -0
- package/osmanagementhub/workRequestRerunManagement.d.ts +115 -0
- package/osmanagementhub/workRequestRerunManagement.js +85 -0
- package/osmanagementhub/workRequestRerunManagement.js.map +1 -0
- package/package.json +2 -2
- package/types/input.d.ts +632 -8
- package/types/output.d.ts +1488 -48
|
@@ -0,0 +1,93 @@
|
|
|
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.ComputeGpuMemoryFabric = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Compute Gpu Memory Fabric resource in Oracle Cloud Infrastructure Core service.
|
|
10
|
+
*
|
|
11
|
+
* Customer can update displayName and tags for compute GPU memory fabric record
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* ComputeGpuMemoryFabrics can be imported using the `id`, e.g.
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import oci:Core/computeGpuMemoryFabric:ComputeGpuMemoryFabric test_compute_gpu_memory_fabric "id"
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
class ComputeGpuMemoryFabric extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing ComputeGpuMemoryFabric resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param state Any extra arguments used during the lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name, id, state, opts) {
|
|
32
|
+
return new ComputeGpuMemoryFabric(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Returns true if the given object is an instance of ComputeGpuMemoryFabric. This is designed to work even
|
|
36
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
37
|
+
*/
|
|
38
|
+
static isInstance(obj) {
|
|
39
|
+
if (obj === undefined || obj === null) {
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
return obj['__pulumiType'] === ComputeGpuMemoryFabric.__pulumiType;
|
|
43
|
+
}
|
|
44
|
+
constructor(name, argsOrState, opts) {
|
|
45
|
+
let resourceInputs = {};
|
|
46
|
+
opts = opts || {};
|
|
47
|
+
if (opts.id) {
|
|
48
|
+
const state = argsOrState;
|
|
49
|
+
resourceInputs["additionalData"] = state ? state.additionalData : undefined;
|
|
50
|
+
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
51
|
+
resourceInputs["computeGpuMemoryFabricId"] = state ? state.computeGpuMemoryFabricId : undefined;
|
|
52
|
+
resourceInputs["computeHpcIslandId"] = state ? state.computeHpcIslandId : undefined;
|
|
53
|
+
resourceInputs["computeLocalBlockId"] = state ? state.computeLocalBlockId : undefined;
|
|
54
|
+
resourceInputs["computeNetworkBlockId"] = state ? state.computeNetworkBlockId : undefined;
|
|
55
|
+
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
56
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
57
|
+
resourceInputs["fabricHealth"] = state ? state.fabricHealth : undefined;
|
|
58
|
+
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
59
|
+
resourceInputs["healthyHostCount"] = state ? state.healthyHostCount : undefined;
|
|
60
|
+
resourceInputs["state"] = state ? state.state : undefined;
|
|
61
|
+
resourceInputs["systemTags"] = state ? state.systemTags : undefined;
|
|
62
|
+
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
63
|
+
resourceInputs["totalHostCount"] = state ? state.totalHostCount : undefined;
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
const args = argsOrState;
|
|
67
|
+
if ((!args || args.computeGpuMemoryFabricId === undefined) && !opts.urn) {
|
|
68
|
+
throw new Error("Missing required property 'computeGpuMemoryFabricId'");
|
|
69
|
+
}
|
|
70
|
+
resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
|
|
71
|
+
resourceInputs["computeGpuMemoryFabricId"] = args ? args.computeGpuMemoryFabricId : undefined;
|
|
72
|
+
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
73
|
+
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
74
|
+
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
75
|
+
resourceInputs["additionalData"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["computeHpcIslandId"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["computeLocalBlockId"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["computeNetworkBlockId"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["fabricHealth"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["healthyHostCount"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["systemTags"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["totalHostCount"] = undefined /*out*/;
|
|
85
|
+
}
|
|
86
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
87
|
+
super(ComputeGpuMemoryFabric.__pulumiType, name, resourceInputs, opts);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
exports.ComputeGpuMemoryFabric = ComputeGpuMemoryFabric;
|
|
91
|
+
/** @internal */
|
|
92
|
+
ComputeGpuMemoryFabric.__pulumiType = 'oci:Core/computeGpuMemoryFabric:ComputeGpuMemoryFabric';
|
|
93
|
+
//# sourceMappingURL=computeGpuMemoryFabric.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"computeGpuMemoryFabric.js","sourceRoot":"","sources":["../../core/computeGpuMemoryFabric.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source provides details about a specific Compute Gpu Memory Cluster resource in Oracle Cloud Infrastructure Core service.
|
|
4
|
+
*
|
|
5
|
+
* Gets information about the specified compute GPU memory 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 testComputeGpuMemoryCluster = oci.Core.getComputeGpuMemoryCluster({
|
|
14
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryClusterOciCoreComputeGpuMemoryCluster.id,
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getComputeGpuMemoryCluster(args: GetComputeGpuMemoryClusterArgs, opts?: pulumi.InvokeOptions): Promise<GetComputeGpuMemoryClusterResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getComputeGpuMemoryCluster.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetComputeGpuMemoryClusterArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The OCID of the compute GPU memory cluster.
|
|
25
|
+
*/
|
|
26
|
+
computeGpuMemoryClusterId: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A collection of values returned by getComputeGpuMemoryCluster.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetComputeGpuMemoryClusterResult {
|
|
32
|
+
/**
|
|
33
|
+
* The availability domain of the GPU memory cluster.
|
|
34
|
+
*/
|
|
35
|
+
readonly availabilityDomain: string;
|
|
36
|
+
/**
|
|
37
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the compute GPU memory cluster.
|
|
38
|
+
*/
|
|
39
|
+
readonly compartmentId: string;
|
|
40
|
+
/**
|
|
41
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster.
|
|
42
|
+
*/
|
|
43
|
+
readonly computeClusterId: string;
|
|
44
|
+
readonly computeGpuMemoryClusterId: string;
|
|
45
|
+
/**
|
|
46
|
+
* 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"}`
|
|
47
|
+
*/
|
|
48
|
+
readonly definedTags: {
|
|
49
|
+
[key: string]: string;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
53
|
+
*/
|
|
54
|
+
readonly displayName: string;
|
|
55
|
+
/**
|
|
56
|
+
* 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"}`
|
|
57
|
+
*/
|
|
58
|
+
readonly freeformTags: {
|
|
59
|
+
[key: string]: string;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GPU memory fabric.
|
|
63
|
+
*/
|
|
64
|
+
readonly gpuMemoryFabricId: string;
|
|
65
|
+
/**
|
|
66
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique GPU memory cluster
|
|
67
|
+
*/
|
|
68
|
+
readonly id: string;
|
|
69
|
+
/**
|
|
70
|
+
* The OCID of the Instance Configuration used to source launch details for this instance.
|
|
71
|
+
*/
|
|
72
|
+
readonly instanceConfigurationId: string;
|
|
73
|
+
/**
|
|
74
|
+
* The number of instances currently running in the GpuMemoryCluster
|
|
75
|
+
*/
|
|
76
|
+
readonly size: string;
|
|
77
|
+
/**
|
|
78
|
+
* The lifecycle state of the GPU memory cluster
|
|
79
|
+
*/
|
|
80
|
+
readonly state: string;
|
|
81
|
+
/**
|
|
82
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
83
|
+
*/
|
|
84
|
+
readonly systemTags: {
|
|
85
|
+
[key: string]: string;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* The date and time the GPU memory cluster was created. Example: `2016-09-15T21:10:29.600Z`
|
|
89
|
+
*/
|
|
90
|
+
readonly timeCreated: string;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* This data source provides details about a specific Compute Gpu Memory Cluster resource in Oracle Cloud Infrastructure Core service.
|
|
94
|
+
*
|
|
95
|
+
* Gets information about the specified compute GPU memory cluster
|
|
96
|
+
*
|
|
97
|
+
* ## Example Usage
|
|
98
|
+
*
|
|
99
|
+
* ```typescript
|
|
100
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
101
|
+
* import * as oci from "@pulumi/oci";
|
|
102
|
+
*
|
|
103
|
+
* const testComputeGpuMemoryCluster = oci.Core.getComputeGpuMemoryCluster({
|
|
104
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryClusterOciCoreComputeGpuMemoryCluster.id,
|
|
105
|
+
* });
|
|
106
|
+
* ```
|
|
107
|
+
*/
|
|
108
|
+
export declare function getComputeGpuMemoryClusterOutput(args: GetComputeGpuMemoryClusterOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetComputeGpuMemoryClusterResult>;
|
|
109
|
+
/**
|
|
110
|
+
* A collection of arguments for invoking getComputeGpuMemoryCluster.
|
|
111
|
+
*/
|
|
112
|
+
export interface GetComputeGpuMemoryClusterOutputArgs {
|
|
113
|
+
/**
|
|
114
|
+
* The OCID of the compute GPU memory cluster.
|
|
115
|
+
*/
|
|
116
|
+
computeGpuMemoryClusterId: pulumi.Input<string>;
|
|
117
|
+
}
|
|
@@ -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.getComputeGpuMemoryClusterOutput = exports.getComputeGpuMemoryCluster = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Compute Gpu Memory Cluster resource in Oracle Cloud Infrastructure Core service.
|
|
10
|
+
*
|
|
11
|
+
* Gets information about the specified compute GPU memory 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 testComputeGpuMemoryCluster = oci.Core.getComputeGpuMemoryCluster({
|
|
20
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryClusterOciCoreComputeGpuMemoryCluster.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getComputeGpuMemoryCluster(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:Core/getComputeGpuMemoryCluster:getComputeGpuMemoryCluster", {
|
|
27
|
+
"computeGpuMemoryClusterId": args.computeGpuMemoryClusterId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getComputeGpuMemoryCluster = getComputeGpuMemoryCluster;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Compute Gpu Memory Cluster resource in Oracle Cloud Infrastructure Core service.
|
|
33
|
+
*
|
|
34
|
+
* Gets information about the specified compute GPU memory cluster
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testComputeGpuMemoryCluster = oci.Core.getComputeGpuMemoryCluster({
|
|
43
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryClusterOciCoreComputeGpuMemoryCluster.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getComputeGpuMemoryClusterOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:Core/getComputeGpuMemoryCluster:getComputeGpuMemoryCluster", {
|
|
50
|
+
"computeGpuMemoryClusterId": args.computeGpuMemoryClusterId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getComputeGpuMemoryClusterOutput = getComputeGpuMemoryClusterOutput;
|
|
54
|
+
//# sourceMappingURL=getComputeGpuMemoryCluster.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getComputeGpuMemoryCluster.js","sourceRoot":"","sources":["../../core/getComputeGpuMemoryCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC;AAsED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4EAKC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This data source provides the list of Compute Gpu Memory Cluster Instances in Oracle Cloud Infrastructure Core service.
|
|
6
|
+
*
|
|
7
|
+
* List all of the GPU memory cluster instances.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testComputeGpuMemoryClusterInstances = oci.Core.getComputeGpuMemoryClusterInstances({
|
|
16
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryCluster.id,
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare function getComputeGpuMemoryClusterInstances(args: GetComputeGpuMemoryClusterInstancesArgs, opts?: pulumi.InvokeOptions): Promise<GetComputeGpuMemoryClusterInstancesResult>;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of arguments for invoking getComputeGpuMemoryClusterInstances.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetComputeGpuMemoryClusterInstancesArgs {
|
|
25
|
+
/**
|
|
26
|
+
* The OCID of the compute GPU memory cluster.
|
|
27
|
+
*/
|
|
28
|
+
computeGpuMemoryClusterId: string;
|
|
29
|
+
filters?: inputs.Core.GetComputeGpuMemoryClusterInstancesFilter[];
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* A collection of values returned by getComputeGpuMemoryClusterInstances.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetComputeGpuMemoryClusterInstancesResult {
|
|
35
|
+
readonly computeGpuMemoryClusterId: string;
|
|
36
|
+
/**
|
|
37
|
+
* The list of compute_gpu_memory_cluster_instance_collection.
|
|
38
|
+
*/
|
|
39
|
+
readonly computeGpuMemoryClusterInstanceCollections: outputs.Core.GetComputeGpuMemoryClusterInstancesComputeGpuMemoryClusterInstanceCollection[];
|
|
40
|
+
readonly filters?: outputs.Core.GetComputeGpuMemoryClusterInstancesFilter[];
|
|
41
|
+
/**
|
|
42
|
+
* The provider-assigned unique ID for this managed resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly id: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* This data source provides the list of Compute Gpu Memory Cluster Instances in Oracle Cloud Infrastructure Core service.
|
|
48
|
+
*
|
|
49
|
+
* List all of the GPU memory cluster instances.
|
|
50
|
+
*
|
|
51
|
+
* ## Example Usage
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as oci from "@pulumi/oci";
|
|
56
|
+
*
|
|
57
|
+
* const testComputeGpuMemoryClusterInstances = oci.Core.getComputeGpuMemoryClusterInstances({
|
|
58
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryCluster.id,
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
export declare function getComputeGpuMemoryClusterInstancesOutput(args: GetComputeGpuMemoryClusterInstancesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetComputeGpuMemoryClusterInstancesResult>;
|
|
63
|
+
/**
|
|
64
|
+
* A collection of arguments for invoking getComputeGpuMemoryClusterInstances.
|
|
65
|
+
*/
|
|
66
|
+
export interface GetComputeGpuMemoryClusterInstancesOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* The OCID of the compute GPU memory cluster.
|
|
69
|
+
*/
|
|
70
|
+
computeGpuMemoryClusterId: pulumi.Input<string>;
|
|
71
|
+
filters?: pulumi.Input<pulumi.Input<inputs.Core.GetComputeGpuMemoryClusterInstancesFilterArgs>[]>;
|
|
72
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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.getComputeGpuMemoryClusterInstancesOutput = exports.getComputeGpuMemoryClusterInstances = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Compute Gpu Memory Cluster Instances in Oracle Cloud Infrastructure Core service.
|
|
10
|
+
*
|
|
11
|
+
* List all of the GPU memory cluster instances.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testComputeGpuMemoryClusterInstances = oci.Core.getComputeGpuMemoryClusterInstances({
|
|
20
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryCluster.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getComputeGpuMemoryClusterInstances(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:Core/getComputeGpuMemoryClusterInstances:getComputeGpuMemoryClusterInstances", {
|
|
27
|
+
"computeGpuMemoryClusterId": args.computeGpuMemoryClusterId,
|
|
28
|
+
"filters": args.filters,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getComputeGpuMemoryClusterInstances = getComputeGpuMemoryClusterInstances;
|
|
32
|
+
/**
|
|
33
|
+
* This data source provides the list of Compute Gpu Memory Cluster Instances in Oracle Cloud Infrastructure Core service.
|
|
34
|
+
*
|
|
35
|
+
* List all of the GPU memory cluster instances.
|
|
36
|
+
*
|
|
37
|
+
* ## Example Usage
|
|
38
|
+
*
|
|
39
|
+
* ```typescript
|
|
40
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
41
|
+
* import * as oci from "@pulumi/oci";
|
|
42
|
+
*
|
|
43
|
+
* const testComputeGpuMemoryClusterInstances = oci.Core.getComputeGpuMemoryClusterInstances({
|
|
44
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryCluster.id,
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
function getComputeGpuMemoryClusterInstancesOutput(args, opts) {
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("oci:Core/getComputeGpuMemoryClusterInstances:getComputeGpuMemoryClusterInstances", {
|
|
51
|
+
"computeGpuMemoryClusterId": args.computeGpuMemoryClusterId,
|
|
52
|
+
"filters": args.filters,
|
|
53
|
+
}, opts);
|
|
54
|
+
}
|
|
55
|
+
exports.getComputeGpuMemoryClusterInstancesOutput = getComputeGpuMemoryClusterInstancesOutput;
|
|
56
|
+
//# sourceMappingURL=getComputeGpuMemoryClusterInstances.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getComputeGpuMemoryClusterInstances.js","sourceRoot":"","sources":["../../core/getComputeGpuMemoryClusterInstances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kFAMC;AA4BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,yCAAyC,CAAC,IAAmD,EAAE,IAAiC;IAC5I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE;QACnH,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8FAMC"}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This data source provides the list of Compute Gpu Memory Clusters in Oracle Cloud Infrastructure Core service.
|
|
6
|
+
*
|
|
7
|
+
* List all of the compute GPU memory clusters.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testComputeGpuMemoryClusters = oci.Core.getComputeGpuMemoryClusters({
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* availabilityDomain: computeGpuMemoryClusterAvailabilityDomain,
|
|
18
|
+
* computeClusterId: testComputeCluster.id,
|
|
19
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryCluster.id,
|
|
20
|
+
* displayName: computeGpuMemoryClusterDisplayName,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getComputeGpuMemoryClusters(args: GetComputeGpuMemoryClustersArgs, opts?: pulumi.InvokeOptions): Promise<GetComputeGpuMemoryClustersResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getComputeGpuMemoryClusters.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetComputeGpuMemoryClustersArgs {
|
|
29
|
+
/**
|
|
30
|
+
* The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
|
31
|
+
*/
|
|
32
|
+
availabilityDomain?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
35
|
+
*/
|
|
36
|
+
compartmentId: string;
|
|
37
|
+
/**
|
|
38
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster. A [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) is a remote direct memory access (RDMA) network group.
|
|
39
|
+
*/
|
|
40
|
+
computeClusterId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* A filter to return only the listings that matches the given GPU memory cluster id.
|
|
43
|
+
*/
|
|
44
|
+
computeGpuMemoryClusterId?: string;
|
|
45
|
+
/**
|
|
46
|
+
* A filter to return only resources that match the given display name exactly.
|
|
47
|
+
*/
|
|
48
|
+
displayName?: string;
|
|
49
|
+
filters?: inputs.Core.GetComputeGpuMemoryClustersFilter[];
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* A collection of values returned by getComputeGpuMemoryClusters.
|
|
53
|
+
*/
|
|
54
|
+
export interface GetComputeGpuMemoryClustersResult {
|
|
55
|
+
/**
|
|
56
|
+
* The availability domain of the GPU memory cluster.
|
|
57
|
+
*/
|
|
58
|
+
readonly availabilityDomain?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the compute GPU memory cluster.
|
|
61
|
+
*/
|
|
62
|
+
readonly compartmentId: string;
|
|
63
|
+
/**
|
|
64
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster.
|
|
65
|
+
*/
|
|
66
|
+
readonly computeClusterId?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The list of compute_gpu_memory_cluster_collection.
|
|
69
|
+
*/
|
|
70
|
+
readonly computeGpuMemoryClusterCollections: outputs.Core.GetComputeGpuMemoryClustersComputeGpuMemoryClusterCollection[];
|
|
71
|
+
readonly computeGpuMemoryClusterId?: string;
|
|
72
|
+
/**
|
|
73
|
+
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
74
|
+
*/
|
|
75
|
+
readonly displayName?: string;
|
|
76
|
+
readonly filters?: outputs.Core.GetComputeGpuMemoryClustersFilter[];
|
|
77
|
+
/**
|
|
78
|
+
* The provider-assigned unique ID for this managed resource.
|
|
79
|
+
*/
|
|
80
|
+
readonly id: string;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* This data source provides the list of Compute Gpu Memory Clusters in Oracle Cloud Infrastructure Core service.
|
|
84
|
+
*
|
|
85
|
+
* List all of the compute GPU memory clusters.
|
|
86
|
+
*
|
|
87
|
+
* ## Example Usage
|
|
88
|
+
*
|
|
89
|
+
* ```typescript
|
|
90
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
91
|
+
* import * as oci from "@pulumi/oci";
|
|
92
|
+
*
|
|
93
|
+
* const testComputeGpuMemoryClusters = oci.Core.getComputeGpuMemoryClusters({
|
|
94
|
+
* compartmentId: compartmentId,
|
|
95
|
+
* availabilityDomain: computeGpuMemoryClusterAvailabilityDomain,
|
|
96
|
+
* computeClusterId: testComputeCluster.id,
|
|
97
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryCluster.id,
|
|
98
|
+
* displayName: computeGpuMemoryClusterDisplayName,
|
|
99
|
+
* });
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
102
|
+
export declare function getComputeGpuMemoryClustersOutput(args: GetComputeGpuMemoryClustersOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetComputeGpuMemoryClustersResult>;
|
|
103
|
+
/**
|
|
104
|
+
* A collection of arguments for invoking getComputeGpuMemoryClusters.
|
|
105
|
+
*/
|
|
106
|
+
export interface GetComputeGpuMemoryClustersOutputArgs {
|
|
107
|
+
/**
|
|
108
|
+
* The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
|
109
|
+
*/
|
|
110
|
+
availabilityDomain?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
113
|
+
*/
|
|
114
|
+
compartmentId: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster. A [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) is a remote direct memory access (RDMA) network group.
|
|
117
|
+
*/
|
|
118
|
+
computeClusterId?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* A filter to return only the listings that matches the given GPU memory cluster id.
|
|
121
|
+
*/
|
|
122
|
+
computeGpuMemoryClusterId?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* A filter to return only resources that match the given display name exactly.
|
|
125
|
+
*/
|
|
126
|
+
displayName?: pulumi.Input<string>;
|
|
127
|
+
filters?: pulumi.Input<pulumi.Input<inputs.Core.GetComputeGpuMemoryClustersFilterArgs>[]>;
|
|
128
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
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.getComputeGpuMemoryClustersOutput = exports.getComputeGpuMemoryClusters = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Compute Gpu Memory Clusters in Oracle Cloud Infrastructure Core service.
|
|
10
|
+
*
|
|
11
|
+
* List all of the compute GPU memory clusters.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testComputeGpuMemoryClusters = oci.Core.getComputeGpuMemoryClusters({
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* availabilityDomain: computeGpuMemoryClusterAvailabilityDomain,
|
|
22
|
+
* computeClusterId: testComputeCluster.id,
|
|
23
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryCluster.id,
|
|
24
|
+
* displayName: computeGpuMemoryClusterDisplayName,
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
function getComputeGpuMemoryClusters(args, opts) {
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
|
+
return pulumi.runtime.invoke("oci:Core/getComputeGpuMemoryClusters:getComputeGpuMemoryClusters", {
|
|
31
|
+
"availabilityDomain": args.availabilityDomain,
|
|
32
|
+
"compartmentId": args.compartmentId,
|
|
33
|
+
"computeClusterId": args.computeClusterId,
|
|
34
|
+
"computeGpuMemoryClusterId": args.computeGpuMemoryClusterId,
|
|
35
|
+
"displayName": args.displayName,
|
|
36
|
+
"filters": args.filters,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getComputeGpuMemoryClusters = getComputeGpuMemoryClusters;
|
|
40
|
+
/**
|
|
41
|
+
* This data source provides the list of Compute Gpu Memory Clusters in Oracle Cloud Infrastructure Core service.
|
|
42
|
+
*
|
|
43
|
+
* List all of the compute GPU memory clusters.
|
|
44
|
+
*
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as oci from "@pulumi/oci";
|
|
50
|
+
*
|
|
51
|
+
* const testComputeGpuMemoryClusters = oci.Core.getComputeGpuMemoryClusters({
|
|
52
|
+
* compartmentId: compartmentId,
|
|
53
|
+
* availabilityDomain: computeGpuMemoryClusterAvailabilityDomain,
|
|
54
|
+
* computeClusterId: testComputeCluster.id,
|
|
55
|
+
* computeGpuMemoryClusterId: testComputeGpuMemoryCluster.id,
|
|
56
|
+
* displayName: computeGpuMemoryClusterDisplayName,
|
|
57
|
+
* });
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
function getComputeGpuMemoryClustersOutput(args, opts) {
|
|
61
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
62
|
+
return pulumi.runtime.invokeOutput("oci:Core/getComputeGpuMemoryClusters:getComputeGpuMemoryClusters", {
|
|
63
|
+
"availabilityDomain": args.availabilityDomain,
|
|
64
|
+
"compartmentId": args.compartmentId,
|
|
65
|
+
"computeClusterId": args.computeClusterId,
|
|
66
|
+
"computeGpuMemoryClusterId": args.computeGpuMemoryClusterId,
|
|
67
|
+
"displayName": args.displayName,
|
|
68
|
+
"filters": args.filters,
|
|
69
|
+
}, opts);
|
|
70
|
+
}
|
|
71
|
+
exports.getComputeGpuMemoryClustersOutput = getComputeGpuMemoryClustersOutput;
|
|
72
|
+
//# sourceMappingURL=getComputeGpuMemoryClusters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getComputeGpuMemoryClusters.js","sourceRoot":"","sources":["../../core/getComputeGpuMemoryClusters.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kEAUC;AA4DD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8EAUC"}
|