@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,127 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source provides details about a specific Compute Gpu Memory Fabric resource in Oracle Cloud Infrastructure Core service.
|
|
4
|
+
*
|
|
5
|
+
* Gets information about the specified 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 testComputeGpuMemoryFabric = oci.Core.getComputeGpuMemoryFabric({
|
|
14
|
+
* computeGpuMemoryFabricId: testComputeGpuMemoryFabricOciCoreComputeGpuMemoryFabric.id,
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getComputeGpuMemoryFabric(args: GetComputeGpuMemoryFabricArgs, opts?: pulumi.InvokeOptions): Promise<GetComputeGpuMemoryFabricResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getComputeGpuMemoryFabric.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetComputeGpuMemoryFabricArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The OCID of the compute GPU memory fabric.
|
|
25
|
+
*/
|
|
26
|
+
computeGpuMemoryFabricId: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A collection of values returned by getComputeGpuMemoryFabric.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetComputeGpuMemoryFabricResult {
|
|
32
|
+
/**
|
|
33
|
+
* Additional data that can be exposed to the customer. Right now it will include the switch tray ids.
|
|
34
|
+
*/
|
|
35
|
+
readonly additionalData: {
|
|
36
|
+
[key: string]: string;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root compartment.
|
|
40
|
+
*/
|
|
41
|
+
readonly compartmentId: string;
|
|
42
|
+
readonly computeGpuMemoryFabricId: string;
|
|
43
|
+
/**
|
|
44
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
|
|
45
|
+
*/
|
|
46
|
+
readonly computeHpcIslandId: string;
|
|
47
|
+
/**
|
|
48
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Local Block
|
|
49
|
+
*/
|
|
50
|
+
readonly computeLocalBlockId: string;
|
|
51
|
+
/**
|
|
52
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
|
|
53
|
+
*/
|
|
54
|
+
readonly computeNetworkBlockId: string;
|
|
55
|
+
/**
|
|
56
|
+
* 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"}`
|
|
57
|
+
*/
|
|
58
|
+
readonly definedTags: {
|
|
59
|
+
[key: string]: string;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
63
|
+
*/
|
|
64
|
+
readonly displayName: string;
|
|
65
|
+
/**
|
|
66
|
+
* The health state of the GPU memory fabric
|
|
67
|
+
*/
|
|
68
|
+
readonly fabricHealth: string;
|
|
69
|
+
/**
|
|
70
|
+
* 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"}`
|
|
71
|
+
*/
|
|
72
|
+
readonly freeformTags: {
|
|
73
|
+
[key: string]: string;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* The total number of healthy bare metal hosts located in this compute GPU memory fabric.
|
|
77
|
+
*/
|
|
78
|
+
readonly healthyHostCount: string;
|
|
79
|
+
/**
|
|
80
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique GPU memory fabric
|
|
81
|
+
*/
|
|
82
|
+
readonly id: string;
|
|
83
|
+
/**
|
|
84
|
+
* The lifecycle state of the GPU memory fabric
|
|
85
|
+
*/
|
|
86
|
+
readonly state: string;
|
|
87
|
+
/**
|
|
88
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
89
|
+
*/
|
|
90
|
+
readonly systemTags: {
|
|
91
|
+
[key: string]: string;
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* 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`
|
|
95
|
+
*/
|
|
96
|
+
readonly timeCreated: string;
|
|
97
|
+
/**
|
|
98
|
+
* The total number of bare metal hosts located in this compute GPU memory fabric.
|
|
99
|
+
*/
|
|
100
|
+
readonly totalHostCount: string;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* This data source provides details about a specific Compute Gpu Memory Fabric resource in Oracle Cloud Infrastructure Core service.
|
|
104
|
+
*
|
|
105
|
+
* Gets information about the specified compute GPU memory fabric
|
|
106
|
+
*
|
|
107
|
+
* ## Example Usage
|
|
108
|
+
*
|
|
109
|
+
* ```typescript
|
|
110
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
111
|
+
* import * as oci from "@pulumi/oci";
|
|
112
|
+
*
|
|
113
|
+
* const testComputeGpuMemoryFabric = oci.Core.getComputeGpuMemoryFabric({
|
|
114
|
+
* computeGpuMemoryFabricId: testComputeGpuMemoryFabricOciCoreComputeGpuMemoryFabric.id,
|
|
115
|
+
* });
|
|
116
|
+
* ```
|
|
117
|
+
*/
|
|
118
|
+
export declare function getComputeGpuMemoryFabricOutput(args: GetComputeGpuMemoryFabricOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetComputeGpuMemoryFabricResult>;
|
|
119
|
+
/**
|
|
120
|
+
* A collection of arguments for invoking getComputeGpuMemoryFabric.
|
|
121
|
+
*/
|
|
122
|
+
export interface GetComputeGpuMemoryFabricOutputArgs {
|
|
123
|
+
/**
|
|
124
|
+
* The OCID of the compute GPU memory fabric.
|
|
125
|
+
*/
|
|
126
|
+
computeGpuMemoryFabricId: pulumi.Input<string>;
|
|
127
|
+
}
|
|
@@ -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.getComputeGpuMemoryFabricOutput = exports.getComputeGpuMemoryFabric = 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 Fabric resource in Oracle Cloud Infrastructure Core service.
|
|
10
|
+
*
|
|
11
|
+
* Gets information about the specified 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 testComputeGpuMemoryFabric = oci.Core.getComputeGpuMemoryFabric({
|
|
20
|
+
* computeGpuMemoryFabricId: testComputeGpuMemoryFabricOciCoreComputeGpuMemoryFabric.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getComputeGpuMemoryFabric(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:Core/getComputeGpuMemoryFabric:getComputeGpuMemoryFabric", {
|
|
27
|
+
"computeGpuMemoryFabricId": args.computeGpuMemoryFabricId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getComputeGpuMemoryFabric = getComputeGpuMemoryFabric;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Compute Gpu Memory Fabric resource in Oracle Cloud Infrastructure Core service.
|
|
33
|
+
*
|
|
34
|
+
* Gets information about the specified compute GPU memory fabric
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testComputeGpuMemoryFabric = oci.Core.getComputeGpuMemoryFabric({
|
|
43
|
+
* computeGpuMemoryFabricId: testComputeGpuMemoryFabricOciCoreComputeGpuMemoryFabric.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getComputeGpuMemoryFabricOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:Core/getComputeGpuMemoryFabric:getComputeGpuMemoryFabric", {
|
|
50
|
+
"computeGpuMemoryFabricId": args.computeGpuMemoryFabricId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getComputeGpuMemoryFabricOutput = getComputeGpuMemoryFabricOutput;
|
|
54
|
+
//# sourceMappingURL=getComputeGpuMemoryFabric.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getComputeGpuMemoryFabric.js","sourceRoot":"","sources":["../../core/getComputeGpuMemoryFabric.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;KAC5D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC;AA8ED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;KAC5D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0EAKC"}
|
|
@@ -0,0 +1,161 @@
|
|
|
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 Fabrics in Oracle Cloud Infrastructure Core service.
|
|
6
|
+
*
|
|
7
|
+
* Lists the compute GPU memory fabrics that match the specified criteria and compartmentId.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testComputeGpuMemoryFabrics = oci.Core.getComputeGpuMemoryFabrics({
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* availabilityDomain: computeGpuMemoryFabricAvailabilityDomain,
|
|
18
|
+
* computeGpuMemoryFabricHealth: computeGpuMemoryFabricComputeGpuMemoryFabricHealth,
|
|
19
|
+
* computeGpuMemoryFabricId: testComputeGpuMemoryFabric.id,
|
|
20
|
+
* computeGpuMemoryFabricLifecycleState: computeGpuMemoryFabricComputeGpuMemoryFabricLifecycleState,
|
|
21
|
+
* computeHpcIslandId: testComputeHpcIsland.id,
|
|
22
|
+
* computeNetworkBlockId: testComputeNetworkBlock.id,
|
|
23
|
+
* displayName: computeGpuMemoryFabricDisplayName,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare function getComputeGpuMemoryFabrics(args: GetComputeGpuMemoryFabricsArgs, opts?: pulumi.InvokeOptions): Promise<GetComputeGpuMemoryFabricsResult>;
|
|
28
|
+
/**
|
|
29
|
+
* A collection of arguments for invoking getComputeGpuMemoryFabrics.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetComputeGpuMemoryFabricsArgs {
|
|
32
|
+
/**
|
|
33
|
+
* The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
|
34
|
+
*/
|
|
35
|
+
availabilityDomain?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
38
|
+
*/
|
|
39
|
+
compartmentId: string;
|
|
40
|
+
/**
|
|
41
|
+
* A filter to return ComputeGpuMemoryFabricSummary resources that match the given fabric health.
|
|
42
|
+
*/
|
|
43
|
+
computeGpuMemoryFabricHealth?: string;
|
|
44
|
+
/**
|
|
45
|
+
* A filter to return only the listings that matches the given GPU memory fabric id.
|
|
46
|
+
*/
|
|
47
|
+
computeGpuMemoryFabricId?: string;
|
|
48
|
+
/**
|
|
49
|
+
* A filter to return ComputeGpuMemoryFabricSummary resources that match the given lifecycle state.
|
|
50
|
+
*/
|
|
51
|
+
computeGpuMemoryFabricLifecycleState?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute HPC island.
|
|
54
|
+
*/
|
|
55
|
+
computeHpcIslandId?: string;
|
|
56
|
+
/**
|
|
57
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute network block.
|
|
58
|
+
*/
|
|
59
|
+
computeNetworkBlockId?: string;
|
|
60
|
+
/**
|
|
61
|
+
* A filter to return only resources that match the given display name exactly.
|
|
62
|
+
*/
|
|
63
|
+
displayName?: string;
|
|
64
|
+
filters?: inputs.Core.GetComputeGpuMemoryFabricsFilter[];
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* A collection of values returned by getComputeGpuMemoryFabrics.
|
|
68
|
+
*/
|
|
69
|
+
export interface GetComputeGpuMemoryFabricsResult {
|
|
70
|
+
readonly availabilityDomain?: string;
|
|
71
|
+
/**
|
|
72
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root compartment.
|
|
73
|
+
*/
|
|
74
|
+
readonly compartmentId: string;
|
|
75
|
+
/**
|
|
76
|
+
* The list of compute_gpu_memory_fabric_collection.
|
|
77
|
+
*/
|
|
78
|
+
readonly computeGpuMemoryFabricCollections: outputs.Core.GetComputeGpuMemoryFabricsComputeGpuMemoryFabricCollection[];
|
|
79
|
+
readonly computeGpuMemoryFabricHealth?: string;
|
|
80
|
+
readonly computeGpuMemoryFabricId?: string;
|
|
81
|
+
readonly computeGpuMemoryFabricLifecycleState?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
|
|
84
|
+
*/
|
|
85
|
+
readonly computeHpcIslandId?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
|
|
88
|
+
*/
|
|
89
|
+
readonly computeNetworkBlockId?: string;
|
|
90
|
+
/**
|
|
91
|
+
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
92
|
+
*/
|
|
93
|
+
readonly displayName?: string;
|
|
94
|
+
readonly filters?: outputs.Core.GetComputeGpuMemoryFabricsFilter[];
|
|
95
|
+
/**
|
|
96
|
+
* The provider-assigned unique ID for this managed resource.
|
|
97
|
+
*/
|
|
98
|
+
readonly id: string;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* This data source provides the list of Compute Gpu Memory Fabrics in Oracle Cloud Infrastructure Core service.
|
|
102
|
+
*
|
|
103
|
+
* Lists the compute GPU memory fabrics that match the specified criteria and compartmentId.
|
|
104
|
+
*
|
|
105
|
+
* ## Example Usage
|
|
106
|
+
*
|
|
107
|
+
* ```typescript
|
|
108
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
109
|
+
* import * as oci from "@pulumi/oci";
|
|
110
|
+
*
|
|
111
|
+
* const testComputeGpuMemoryFabrics = oci.Core.getComputeGpuMemoryFabrics({
|
|
112
|
+
* compartmentId: compartmentId,
|
|
113
|
+
* availabilityDomain: computeGpuMemoryFabricAvailabilityDomain,
|
|
114
|
+
* computeGpuMemoryFabricHealth: computeGpuMemoryFabricComputeGpuMemoryFabricHealth,
|
|
115
|
+
* computeGpuMemoryFabricId: testComputeGpuMemoryFabric.id,
|
|
116
|
+
* computeGpuMemoryFabricLifecycleState: computeGpuMemoryFabricComputeGpuMemoryFabricLifecycleState,
|
|
117
|
+
* computeHpcIslandId: testComputeHpcIsland.id,
|
|
118
|
+
* computeNetworkBlockId: testComputeNetworkBlock.id,
|
|
119
|
+
* displayName: computeGpuMemoryFabricDisplayName,
|
|
120
|
+
* });
|
|
121
|
+
* ```
|
|
122
|
+
*/
|
|
123
|
+
export declare function getComputeGpuMemoryFabricsOutput(args: GetComputeGpuMemoryFabricsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetComputeGpuMemoryFabricsResult>;
|
|
124
|
+
/**
|
|
125
|
+
* A collection of arguments for invoking getComputeGpuMemoryFabrics.
|
|
126
|
+
*/
|
|
127
|
+
export interface GetComputeGpuMemoryFabricsOutputArgs {
|
|
128
|
+
/**
|
|
129
|
+
* The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
|
130
|
+
*/
|
|
131
|
+
availabilityDomain?: pulumi.Input<string>;
|
|
132
|
+
/**
|
|
133
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
134
|
+
*/
|
|
135
|
+
compartmentId: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* A filter to return ComputeGpuMemoryFabricSummary resources that match the given fabric health.
|
|
138
|
+
*/
|
|
139
|
+
computeGpuMemoryFabricHealth?: pulumi.Input<string>;
|
|
140
|
+
/**
|
|
141
|
+
* A filter to return only the listings that matches the given GPU memory fabric id.
|
|
142
|
+
*/
|
|
143
|
+
computeGpuMemoryFabricId?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* A filter to return ComputeGpuMemoryFabricSummary resources that match the given lifecycle state.
|
|
146
|
+
*/
|
|
147
|
+
computeGpuMemoryFabricLifecycleState?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute HPC island.
|
|
150
|
+
*/
|
|
151
|
+
computeHpcIslandId?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute network block.
|
|
154
|
+
*/
|
|
155
|
+
computeNetworkBlockId?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* A filter to return only resources that match the given display name exactly.
|
|
158
|
+
*/
|
|
159
|
+
displayName?: pulumi.Input<string>;
|
|
160
|
+
filters?: pulumi.Input<pulumi.Input<inputs.Core.GetComputeGpuMemoryFabricsFilterArgs>[]>;
|
|
161
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
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.getComputeGpuMemoryFabricsOutput = exports.getComputeGpuMemoryFabrics = 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 Fabrics in Oracle Cloud Infrastructure Core service.
|
|
10
|
+
*
|
|
11
|
+
* Lists the compute GPU memory fabrics that match the specified criteria and compartmentId.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testComputeGpuMemoryFabrics = oci.Core.getComputeGpuMemoryFabrics({
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* availabilityDomain: computeGpuMemoryFabricAvailabilityDomain,
|
|
22
|
+
* computeGpuMemoryFabricHealth: computeGpuMemoryFabricComputeGpuMemoryFabricHealth,
|
|
23
|
+
* computeGpuMemoryFabricId: testComputeGpuMemoryFabric.id,
|
|
24
|
+
* computeGpuMemoryFabricLifecycleState: computeGpuMemoryFabricComputeGpuMemoryFabricLifecycleState,
|
|
25
|
+
* computeHpcIslandId: testComputeHpcIsland.id,
|
|
26
|
+
* computeNetworkBlockId: testComputeNetworkBlock.id,
|
|
27
|
+
* displayName: computeGpuMemoryFabricDisplayName,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getComputeGpuMemoryFabrics(args, opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("oci:Core/getComputeGpuMemoryFabrics:getComputeGpuMemoryFabrics", {
|
|
34
|
+
"availabilityDomain": args.availabilityDomain,
|
|
35
|
+
"compartmentId": args.compartmentId,
|
|
36
|
+
"computeGpuMemoryFabricHealth": args.computeGpuMemoryFabricHealth,
|
|
37
|
+
"computeGpuMemoryFabricId": args.computeGpuMemoryFabricId,
|
|
38
|
+
"computeGpuMemoryFabricLifecycleState": args.computeGpuMemoryFabricLifecycleState,
|
|
39
|
+
"computeHpcIslandId": args.computeHpcIslandId,
|
|
40
|
+
"computeNetworkBlockId": args.computeNetworkBlockId,
|
|
41
|
+
"displayName": args.displayName,
|
|
42
|
+
"filters": args.filters,
|
|
43
|
+
}, opts);
|
|
44
|
+
}
|
|
45
|
+
exports.getComputeGpuMemoryFabrics = getComputeGpuMemoryFabrics;
|
|
46
|
+
/**
|
|
47
|
+
* This data source provides the list of Compute Gpu Memory Fabrics in Oracle Cloud Infrastructure Core service.
|
|
48
|
+
*
|
|
49
|
+
* Lists the compute GPU memory fabrics that match the specified criteria and compartmentId.
|
|
50
|
+
*
|
|
51
|
+
* ## Example Usage
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as oci from "@pulumi/oci";
|
|
56
|
+
*
|
|
57
|
+
* const testComputeGpuMemoryFabrics = oci.Core.getComputeGpuMemoryFabrics({
|
|
58
|
+
* compartmentId: compartmentId,
|
|
59
|
+
* availabilityDomain: computeGpuMemoryFabricAvailabilityDomain,
|
|
60
|
+
* computeGpuMemoryFabricHealth: computeGpuMemoryFabricComputeGpuMemoryFabricHealth,
|
|
61
|
+
* computeGpuMemoryFabricId: testComputeGpuMemoryFabric.id,
|
|
62
|
+
* computeGpuMemoryFabricLifecycleState: computeGpuMemoryFabricComputeGpuMemoryFabricLifecycleState,
|
|
63
|
+
* computeHpcIslandId: testComputeHpcIsland.id,
|
|
64
|
+
* computeNetworkBlockId: testComputeNetworkBlock.id,
|
|
65
|
+
* displayName: computeGpuMemoryFabricDisplayName,
|
|
66
|
+
* });
|
|
67
|
+
* ```
|
|
68
|
+
*/
|
|
69
|
+
function getComputeGpuMemoryFabricsOutput(args, opts) {
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
71
|
+
return pulumi.runtime.invokeOutput("oci:Core/getComputeGpuMemoryFabrics:getComputeGpuMemoryFabrics", {
|
|
72
|
+
"availabilityDomain": args.availabilityDomain,
|
|
73
|
+
"compartmentId": args.compartmentId,
|
|
74
|
+
"computeGpuMemoryFabricHealth": args.computeGpuMemoryFabricHealth,
|
|
75
|
+
"computeGpuMemoryFabricId": args.computeGpuMemoryFabricId,
|
|
76
|
+
"computeGpuMemoryFabricLifecycleState": args.computeGpuMemoryFabricLifecycleState,
|
|
77
|
+
"computeHpcIslandId": args.computeHpcIslandId,
|
|
78
|
+
"computeNetworkBlockId": args.computeNetworkBlockId,
|
|
79
|
+
"displayName": args.displayName,
|
|
80
|
+
"filters": args.filters,
|
|
81
|
+
}, opts);
|
|
82
|
+
}
|
|
83
|
+
exports.getComputeGpuMemoryFabricsOutput = getComputeGpuMemoryFabricsOutput;
|
|
84
|
+
//# sourceMappingURL=getComputeGpuMemoryFabrics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getComputeGpuMemoryFabrics.js","sourceRoot":"","sources":["../../core/getComputeGpuMemoryFabrics.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;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,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,8BAA8B,EAAE,IAAI,CAAC,4BAA4B;QACjE,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,sCAAsC,EAAE,IAAI,CAAC,oCAAoC;QACjF,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gEAaC;AA2ED;;;;;;;;;;;;;;;;;;;;;;GAsBG;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,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,8BAA8B,EAAE,IAAI,CAAC,4BAA4B;QACjE,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,sCAAsC,EAAE,IAAI,CAAC,oCAAoC;QACjF,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,4EAaC"}
|
package/core/index.d.ts
CHANGED
|
@@ -31,6 +31,12 @@ export declare const ComputeCapacityTopology: typeof import("./computeCapacityTo
|
|
|
31
31
|
export { ComputeClusterArgs, ComputeClusterState } from "./computeCluster";
|
|
32
32
|
export type ComputeCluster = import("./computeCluster").ComputeCluster;
|
|
33
33
|
export declare const ComputeCluster: typeof import("./computeCluster").ComputeCluster;
|
|
34
|
+
export { ComputeGpuMemoryClusterArgs, ComputeGpuMemoryClusterState } from "./computeGpuMemoryCluster";
|
|
35
|
+
export type ComputeGpuMemoryCluster = import("./computeGpuMemoryCluster").ComputeGpuMemoryCluster;
|
|
36
|
+
export declare const ComputeGpuMemoryCluster: typeof import("./computeGpuMemoryCluster").ComputeGpuMemoryCluster;
|
|
37
|
+
export { ComputeGpuMemoryFabricArgs, ComputeGpuMemoryFabricState } from "./computeGpuMemoryFabric";
|
|
38
|
+
export type ComputeGpuMemoryFabric = import("./computeGpuMemoryFabric").ComputeGpuMemoryFabric;
|
|
39
|
+
export declare const ComputeGpuMemoryFabric: typeof import("./computeGpuMemoryFabric").ComputeGpuMemoryFabric;
|
|
34
40
|
export { ComputeImageCapabilitySchemaArgs, ComputeImageCapabilitySchemaState } from "./computeImageCapabilitySchema";
|
|
35
41
|
export type ComputeImageCapabilitySchema = import("./computeImageCapabilitySchema").ComputeImageCapabilitySchema;
|
|
36
42
|
export declare const ComputeImageCapabilitySchema: typeof import("./computeImageCapabilitySchema").ComputeImageCapabilitySchema;
|
|
@@ -205,6 +211,21 @@ export declare const getComputeGlobalImageCapabilitySchemasVersionOutput: typeof
|
|
|
205
211
|
export { GetComputeGlobalImageCapabilitySchemasVersionsArgs, GetComputeGlobalImageCapabilitySchemasVersionsResult, GetComputeGlobalImageCapabilitySchemasVersionsOutputArgs } from "./getComputeGlobalImageCapabilitySchemasVersions";
|
|
206
212
|
export declare const getComputeGlobalImageCapabilitySchemasVersions: typeof import("./getComputeGlobalImageCapabilitySchemasVersions").getComputeGlobalImageCapabilitySchemasVersions;
|
|
207
213
|
export declare const getComputeGlobalImageCapabilitySchemasVersionsOutput: typeof import("./getComputeGlobalImageCapabilitySchemasVersions").getComputeGlobalImageCapabilitySchemasVersionsOutput;
|
|
214
|
+
export { GetComputeGpuMemoryClusterArgs, GetComputeGpuMemoryClusterResult, GetComputeGpuMemoryClusterOutputArgs } from "./getComputeGpuMemoryCluster";
|
|
215
|
+
export declare const getComputeGpuMemoryCluster: typeof import("./getComputeGpuMemoryCluster").getComputeGpuMemoryCluster;
|
|
216
|
+
export declare const getComputeGpuMemoryClusterOutput: typeof import("./getComputeGpuMemoryCluster").getComputeGpuMemoryClusterOutput;
|
|
217
|
+
export { GetComputeGpuMemoryClusterInstancesArgs, GetComputeGpuMemoryClusterInstancesResult, GetComputeGpuMemoryClusterInstancesOutputArgs } from "./getComputeGpuMemoryClusterInstances";
|
|
218
|
+
export declare const getComputeGpuMemoryClusterInstances: typeof import("./getComputeGpuMemoryClusterInstances").getComputeGpuMemoryClusterInstances;
|
|
219
|
+
export declare const getComputeGpuMemoryClusterInstancesOutput: typeof import("./getComputeGpuMemoryClusterInstances").getComputeGpuMemoryClusterInstancesOutput;
|
|
220
|
+
export { GetComputeGpuMemoryClustersArgs, GetComputeGpuMemoryClustersResult, GetComputeGpuMemoryClustersOutputArgs } from "./getComputeGpuMemoryClusters";
|
|
221
|
+
export declare const getComputeGpuMemoryClusters: typeof import("./getComputeGpuMemoryClusters").getComputeGpuMemoryClusters;
|
|
222
|
+
export declare const getComputeGpuMemoryClustersOutput: typeof import("./getComputeGpuMemoryClusters").getComputeGpuMemoryClustersOutput;
|
|
223
|
+
export { GetComputeGpuMemoryFabricArgs, GetComputeGpuMemoryFabricResult, GetComputeGpuMemoryFabricOutputArgs } from "./getComputeGpuMemoryFabric";
|
|
224
|
+
export declare const getComputeGpuMemoryFabric: typeof import("./getComputeGpuMemoryFabric").getComputeGpuMemoryFabric;
|
|
225
|
+
export declare const getComputeGpuMemoryFabricOutput: typeof import("./getComputeGpuMemoryFabric").getComputeGpuMemoryFabricOutput;
|
|
226
|
+
export { GetComputeGpuMemoryFabricsArgs, GetComputeGpuMemoryFabricsResult, GetComputeGpuMemoryFabricsOutputArgs } from "./getComputeGpuMemoryFabrics";
|
|
227
|
+
export declare const getComputeGpuMemoryFabrics: typeof import("./getComputeGpuMemoryFabrics").getComputeGpuMemoryFabrics;
|
|
228
|
+
export declare const getComputeGpuMemoryFabricsOutput: typeof import("./getComputeGpuMemoryFabrics").getComputeGpuMemoryFabricsOutput;
|
|
208
229
|
export { GetComputeImageCapabilitySchemaArgs, GetComputeImageCapabilitySchemaResult, GetComputeImageCapabilitySchemaOutputArgs } from "./getComputeImageCapabilitySchema";
|
|
209
230
|
export declare const getComputeImageCapabilitySchema: typeof import("./getComputeImageCapabilitySchema").getComputeImageCapabilitySchema;
|
|
210
231
|
export declare const getComputeImageCapabilitySchemaOutput: typeof import("./getComputeImageCapabilitySchema").getComputeImageCapabilitySchemaOutput;
|
package/core/index.js
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.Vtap = exports.VolumeGroupBackup = exports.VolumeGroup = exports.VolumeBackupPolicyAssignment = exports.VolumeBackupPolicy = exports.VolumeBackup = exports.VolumeAttachment = exports.Volume = exports.VnicAttachment = exports.Vlan = exports.VirtualNetwork = exports.VirtualCircuit = exports.Vcn = exports.Subnet = exports.ShapeManagement = exports.ServiceGateway = exports.SecurityList = exports.RouteTableAttachment = exports.RouteTable = exports.RemotePeeringConnection = exports.PublicIpPoolCapacity = exports.PublicIpPool = exports.PublicIp = exports.PrivateIp = exports.NetworkSecurityGroupSecurityRule = exports.NetworkSecurityGroup = exports.NatGateway = exports.LocalPeeringGateway = exports.ListingResourceVersionAgreement = void 0;
|
|
5
|
+
exports.getBootVolumeBackup = exports.getBootVolumeAttachmentsOutput = exports.getBootVolumeAttachments = exports.getBootVolumeOutput = exports.getBootVolume = exports.getBlockVolumeReplicasOutput = exports.getBlockVolumeReplicas = exports.getBlockVolumeReplicaOutput = exports.getBlockVolumeReplica = exports.getAppCatalogSubscriptionsOutput = exports.getAppCatalogSubscriptions = exports.getAppCatalogListingsOutput = exports.getAppCatalogListings = exports.getAppCatalogListingResourceVersionsOutput = exports.getAppCatalogListingResourceVersions = exports.getAppCatalogListingResourceVersionOutput = exports.getAppCatalogListingResourceVersion = exports.getAppCatalogListingOutput = exports.getAppCatalogListing = exports.DrgRouteTableRouteRule = exports.DrgRouteTable = exports.DrgRouteDistributionStatement = exports.DrgRouteDistribution = exports.DrgAttachmentsList = exports.DrgAttachmentManagement = exports.DrgAttachment = exports.Drg = exports.DhcpOptions = exports.DefaultSecurityList = exports.DefaultRouteTable = exports.DefaultDhcpOptions = exports.DedicatedVmHost = exports.CrossConnectGroup = exports.CrossConnect = exports.Cpe = exports.ConsoleHistory = exports.ComputeImageCapabilitySchema = exports.ComputeGpuMemoryFabric = exports.ComputeGpuMemoryCluster = exports.ComputeCluster = exports.ComputeCapacityTopology = exports.ComputeCapacityReservation = exports.ComputeCapacityReport = exports.ClusterNetwork = exports.CaptureFilter = exports.Byoasn = exports.BootVolumeBackup = exports.BootVolume = exports.AppCatalogSubscription = exports.AppCatalogListingResourceVersionAgreement = void 0;
|
|
6
|
+
exports.getComputeCluster = exports.getComputeCapacityTopologyComputeNetworkBlocksOutput = exports.getComputeCapacityTopologyComputeNetworkBlocks = exports.getComputeCapacityTopologyComputeHpcIslandsOutput = exports.getComputeCapacityTopologyComputeHpcIslands = exports.getComputeCapacityTopologyComputeBareMetalHostsOutput = exports.getComputeCapacityTopologyComputeBareMetalHosts = exports.getComputeCapacityTopologyOutput = exports.getComputeCapacityTopology = exports.getComputeCapacityTopologiesOutput = exports.getComputeCapacityTopologies = exports.getComputeCapacityReservationsOutput = exports.getComputeCapacityReservations = exports.getComputeCapacityReservationInstancesOutput = exports.getComputeCapacityReservationInstances = exports.getComputeCapacityReservationInstanceShapesOutput = exports.getComputeCapacityReservationInstanceShapes = exports.getComputeCapacityReservationOutput = exports.getComputeCapacityReservation = exports.getCnvDnsResolverAssociationOutput = exports.getCnvDnsResolverAssociation = exports.getClusterNetworksOutput = exports.getClusterNetworks = exports.getClusterNetworkInstancesOutput = exports.getClusterNetworkInstances = exports.getClusterNetworkOutput = exports.getClusterNetwork = exports.getCaptureFiltersOutput = exports.getCaptureFilters = exports.getCaptureFilterOutput = exports.getCaptureFilter = exports.getByoipRangesOutput = exports.getByoipRanges = exports.getByoipRangeOutput = exports.getByoipRange = exports.getByoipAllocatedRangesOutput = exports.getByoipAllocatedRanges = exports.getByoasnsOutput = exports.getByoasns = exports.getByoasnOutput = exports.getByoasn = exports.getBootVolumesOutput = exports.getBootVolumes = exports.getBootVolumeReplicasOutput = exports.getBootVolumeReplicas = exports.getBootVolumeReplicaOutput = exports.getBootVolumeReplica = exports.getBootVolumeBackupsOutput = exports.getBootVolumeBackups = exports.getBootVolumeBackupOutput = void 0;
|
|
7
|
+
exports.getDedicatedVmHost = exports.getCrossConnectsOutput = exports.getCrossConnects = exports.getCrossConnectStatusOutput = exports.getCrossConnectStatus = exports.getCrossConnectPortSpeedShapeOutput = exports.getCrossConnectPortSpeedShape = exports.getCrossConnectLocationsOutput = exports.getCrossConnectLocations = exports.getCrossConnectGroupsOutput = exports.getCrossConnectGroups = exports.getCrossConnectGroupOutput = exports.getCrossConnectGroup = exports.getCrossConnectOutput = exports.getCrossConnect = exports.getCpesOutput = exports.getCpes = exports.getCpeDeviceShapesOutput = exports.getCpeDeviceShapes = exports.getCpeDeviceShapeOutput = exports.getCpeDeviceShape = exports.getConsoleHistoryDataOutput = exports.getConsoleHistoryData = exports.getConsoleHistoriesOutput = exports.getConsoleHistories = exports.getComputeImageCapabilitySchemasOutput = exports.getComputeImageCapabilitySchemas = exports.getComputeImageCapabilitySchemaOutput = exports.getComputeImageCapabilitySchema = exports.getComputeGpuMemoryFabricsOutput = exports.getComputeGpuMemoryFabrics = exports.getComputeGpuMemoryFabricOutput = exports.getComputeGpuMemoryFabric = exports.getComputeGpuMemoryClustersOutput = exports.getComputeGpuMemoryClusters = exports.getComputeGpuMemoryClusterInstancesOutput = exports.getComputeGpuMemoryClusterInstances = exports.getComputeGpuMemoryClusterOutput = exports.getComputeGpuMemoryCluster = exports.getComputeGlobalImageCapabilitySchemasVersionsOutput = exports.getComputeGlobalImageCapabilitySchemasVersions = exports.getComputeGlobalImageCapabilitySchemasVersionOutput = exports.getComputeGlobalImageCapabilitySchemasVersion = exports.getComputeGlobalImageCapabilitySchemasOutput = exports.getComputeGlobalImageCapabilitySchemas = exports.getComputeGlobalImageCapabilitySchemaOutput = exports.getComputeGlobalImageCapabilitySchema = exports.getComputeClustersOutput = exports.getComputeClusters = exports.getComputeClusterOutput = void 0;
|
|
8
|
+
exports.getInstanceCredentials = exports.getInstanceConsoleConnectionsOutput = exports.getInstanceConsoleConnections = exports.getInstanceConfigurationsOutput = exports.getInstanceConfigurations = exports.getInstanceConfigurationOutput = exports.getInstanceConfiguration = exports.getInstanceOutput = exports.getInstance = exports.getImagesOutput = exports.getImages = exports.getImageShapesOutput = exports.getImageShapes = exports.getImageShapeOutput = exports.getImageShape = exports.getImageOutput = exports.getImage = exports.getFastConnectProviderServicesOutput = exports.getFastConnectProviderServices = exports.getFastConnectProviderServiceKeyOutput = exports.getFastConnectProviderServiceKey = exports.getFastConnectProviderServiceOutput = exports.getFastConnectProviderService = exports.getDrgsOutput = exports.getDrgs = exports.getDrgRouteTablesOutput = exports.getDrgRouteTables = exports.getDrgRouteTableRouteRulesOutput = exports.getDrgRouteTableRouteRules = exports.getDrgRouteRuleOutput = exports.getDrgRouteRule = exports.getDrgRouteDistributionsOutput = exports.getDrgRouteDistributions = exports.getDrgRouteDistributionStatementsOutput = exports.getDrgRouteDistributionStatements = exports.getDrgRouteDistributionOutput = exports.getDrgRouteDistribution = exports.getDrgAttachmentsOutput = exports.getDrgAttachments = exports.getDhcpOptionsOutput = exports.getDhcpOptions = exports.getDedicatedVmHostsOutput = exports.getDedicatedVmHosts = exports.getDedicatedVmHostShapesOutput = exports.getDedicatedVmHostShapes = exports.getDedicatedVmHostInstancesOutput = exports.getDedicatedVmHostInstances = exports.getDedicatedVmHostInstanceShapesOutput = exports.getDedicatedVmHostInstanceShapes = exports.getDedicatedVmHostOutput = void 0;
|
|
9
|
+
exports.getLetterOfAuthority = exports.getIpv6sOutput = exports.getIpv6s = exports.getIpv6Output = exports.getIpv6 = exports.getIpsecStatusOutput = exports.getIpsecStatus = exports.getIpsecConnectionsOutput = exports.getIpsecConnections = exports.getIpsecConnectionTunnelsOutput = exports.getIpsecConnectionTunnels = exports.getIpsecConnectionTunnelRoutesOutput = exports.getIpsecConnectionTunnelRoutes = exports.getIpsecConnectionTunnelErrorOutput = exports.getIpsecConnectionTunnelError = exports.getIpsecConnectionTunnelOutput = exports.getIpsecConnectionTunnel = exports.getIpsecConfigOutput = exports.getIpsecConfig = exports.getIpsecAlgorithmOutput = exports.getIpsecAlgorithm = exports.getIpInventoryVcnOverlapsOutput = exports.getIpInventoryVcnOverlaps = exports.getIpInventorySubnetCidrOutput = exports.getIpInventorySubnetCidr = exports.getIpInventorySubnetOutput = exports.getIpInventorySubnet = exports.getInternetGatewaysOutput = exports.getInternetGateways = exports.getInstancesOutput = exports.getInstances = exports.getInstancePoolsOutput = exports.getInstancePools = exports.getInstancePoolLoadBalancerAttachmentOutput = exports.getInstancePoolLoadBalancerAttachment = exports.getInstancePoolInstancesOutput = exports.getInstancePoolInstances = exports.getInstancePoolOutput = exports.getInstancePool = exports.getInstanceMeasuredBootReportOutput = exports.getInstanceMeasuredBootReport = exports.getInstanceMaintenanceRebootOutput = exports.getInstanceMaintenanceReboot = exports.getInstanceMaintenanceEventsOutput = exports.getInstanceMaintenanceEvents = exports.getInstanceMaintenanceEventOutput = exports.getInstanceMaintenanceEvent = exports.getInstanceDevicesOutput = exports.getInstanceDevices = exports.getInstanceCredentialsOutput = void 0;
|
|
10
|
+
exports.getSubnets = exports.getSubnetOutput = exports.getSubnet = exports.getShapesOutput = exports.getShapes = exports.getShapeOutput = exports.getShape = exports.getServicesOutput = exports.getServices = exports.getServiceGatewaysOutput = exports.getServiceGateways = exports.getSecurityListsOutput = exports.getSecurityLists = exports.getRouteTablesOutput = exports.getRouteTables = exports.getRemotePeeringConnectionsOutput = exports.getRemotePeeringConnections = exports.getPublicIpsOutput = exports.getPublicIps = exports.getPublicIpPoolsOutput = exports.getPublicIpPools = exports.getPublicIpPoolOutput = exports.getPublicIpPool = exports.getPublicIpOutput = exports.getPublicIp = exports.getPrivateIpsOutput = exports.getPrivateIps = exports.getPrivateIpOutput = exports.getPrivateIp = exports.getPeerRegionForRemotePeeringsOutput = exports.getPeerRegionForRemotePeerings = exports.getNetworkSecurityGroupsOutput = exports.getNetworkSecurityGroups = exports.getNetworkSecurityGroupVnicsOutput = exports.getNetworkSecurityGroupVnics = exports.getNetworkSecurityGroupSecurityRulesOutput = exports.getNetworkSecurityGroupSecurityRules = exports.getNetworkSecurityGroupOutput = exports.getNetworkSecurityGroup = exports.getNatGatewaysOutput = exports.getNatGateways = exports.getNatGatewayOutput = exports.getNatGateway = exports.getLocalPeeringGatewaysOutput = exports.getLocalPeeringGateways = exports.getListingResourceVersionsOutput = exports.getListingResourceVersions = exports.getListingResourceVersionOutput = exports.getListingResourceVersion = exports.getLetterOfAuthorityOutput = void 0;
|
|
11
|
+
exports.getVtaps = exports.getVtapOutput = exports.getVtap = exports.getVolumesOutput = exports.getVolumes = exports.getVolumeGroupsOutput = exports.getVolumeGroups = exports.getVolumeGroupReplicasOutput = exports.getVolumeGroupReplicas = exports.getVolumeGroupReplicaOutput = exports.getVolumeGroupReplica = exports.getVolumeGroupBackupsOutput = exports.getVolumeGroupBackups = exports.getVolumeBackupsOutput = exports.getVolumeBackups = exports.getVolumeBackupPolicyAssignmentsOutput = exports.getVolumeBackupPolicyAssignments = exports.getVolumeBackupPoliciesOutput = exports.getVolumeBackupPolicies = exports.getVolumeAttachmentsOutput = exports.getVolumeAttachments = exports.getVolumeOutput = exports.getVolume = exports.getVnicAttachmentsOutput = exports.getVnicAttachments = exports.getVnicOutput = exports.getVnic = exports.getVlansOutput = exports.getVlans = exports.getVlanOutput = exports.getVlan = exports.getVirtualNetworksOutput = exports.getVirtualNetworks = exports.getVirtualCircuitsOutput = exports.getVirtualCircuits = exports.getVirtualCircuitPublicPrefixesOutput = exports.getVirtualCircuitPublicPrefixes = exports.getVirtualCircuitBandwidthShapesOutput = exports.getVirtualCircuitBandwidthShapes = exports.getVirtualCircuitAssociatedTunnelsOutput = exports.getVirtualCircuitAssociatedTunnels = exports.getVirtualCircuitOutput = exports.getVirtualCircuit = exports.getVcnsOutput = exports.getVcns = exports.getVcnOutput = exports.getVcn = exports.getTunnelSecurityAssociationsOutput = exports.getTunnelSecurityAssociations = exports.getSubnetsOutput = void 0;
|
|
12
|
+
exports.Vtap = exports.VolumeGroupBackup = exports.VolumeGroup = exports.VolumeBackupPolicyAssignment = exports.VolumeBackupPolicy = exports.VolumeBackup = exports.VolumeAttachment = exports.Volume = exports.VnicAttachment = exports.Vlan = exports.VirtualNetwork = exports.VirtualCircuit = exports.Vcn = exports.Subnet = exports.ShapeManagement = exports.ServiceGateway = exports.SecurityList = exports.RouteTableAttachment = exports.RouteTable = exports.RemotePeeringConnection = exports.PublicIpPoolCapacity = exports.PublicIpPool = exports.PublicIp = exports.PrivateIp = exports.NetworkSecurityGroupSecurityRule = exports.NetworkSecurityGroup = exports.NatGateway = exports.LocalPeeringGateway = exports.ListingResourceVersionAgreement = exports.Ipv6 = exports.IpsecConnectionTunnelManagement = exports.Ipsec = exports.InternetGateway = exports.InstancePoolInstance = exports.InstancePool = exports.InstanceMaintenanceEvent = exports.InstanceConsoleConnection = exports.InstanceConfiguration = exports.Instance = exports.Image = exports.getVtapsOutput = void 0;
|
|
13
13
|
const pulumi = require("@pulumi/pulumi");
|
|
14
14
|
const utilities = require("../utilities");
|
|
15
15
|
exports.AppCatalogListingResourceVersionAgreement = null;
|
|
@@ -34,6 +34,10 @@ exports.ComputeCapacityTopology = null;
|
|
|
34
34
|
utilities.lazyLoad(exports, ["ComputeCapacityTopology"], () => require("./computeCapacityTopology"));
|
|
35
35
|
exports.ComputeCluster = null;
|
|
36
36
|
utilities.lazyLoad(exports, ["ComputeCluster"], () => require("./computeCluster"));
|
|
37
|
+
exports.ComputeGpuMemoryCluster = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["ComputeGpuMemoryCluster"], () => require("./computeGpuMemoryCluster"));
|
|
39
|
+
exports.ComputeGpuMemoryFabric = null;
|
|
40
|
+
utilities.lazyLoad(exports, ["ComputeGpuMemoryFabric"], () => require("./computeGpuMemoryFabric"));
|
|
37
41
|
exports.ComputeImageCapabilitySchema = null;
|
|
38
42
|
utilities.lazyLoad(exports, ["ComputeImageCapabilitySchema"], () => require("./computeImageCapabilitySchema"));
|
|
39
43
|
exports.ConsoleHistory = null;
|
|
@@ -190,6 +194,21 @@ utilities.lazyLoad(exports, ["getComputeGlobalImageCapabilitySchemasVersion", "g
|
|
|
190
194
|
exports.getComputeGlobalImageCapabilitySchemasVersions = null;
|
|
191
195
|
exports.getComputeGlobalImageCapabilitySchemasVersionsOutput = null;
|
|
192
196
|
utilities.lazyLoad(exports, ["getComputeGlobalImageCapabilitySchemasVersions", "getComputeGlobalImageCapabilitySchemasVersionsOutput"], () => require("./getComputeGlobalImageCapabilitySchemasVersions"));
|
|
197
|
+
exports.getComputeGpuMemoryCluster = null;
|
|
198
|
+
exports.getComputeGpuMemoryClusterOutput = null;
|
|
199
|
+
utilities.lazyLoad(exports, ["getComputeGpuMemoryCluster", "getComputeGpuMemoryClusterOutput"], () => require("./getComputeGpuMemoryCluster"));
|
|
200
|
+
exports.getComputeGpuMemoryClusterInstances = null;
|
|
201
|
+
exports.getComputeGpuMemoryClusterInstancesOutput = null;
|
|
202
|
+
utilities.lazyLoad(exports, ["getComputeGpuMemoryClusterInstances", "getComputeGpuMemoryClusterInstancesOutput"], () => require("./getComputeGpuMemoryClusterInstances"));
|
|
203
|
+
exports.getComputeGpuMemoryClusters = null;
|
|
204
|
+
exports.getComputeGpuMemoryClustersOutput = null;
|
|
205
|
+
utilities.lazyLoad(exports, ["getComputeGpuMemoryClusters", "getComputeGpuMemoryClustersOutput"], () => require("./getComputeGpuMemoryClusters"));
|
|
206
|
+
exports.getComputeGpuMemoryFabric = null;
|
|
207
|
+
exports.getComputeGpuMemoryFabricOutput = null;
|
|
208
|
+
utilities.lazyLoad(exports, ["getComputeGpuMemoryFabric", "getComputeGpuMemoryFabricOutput"], () => require("./getComputeGpuMemoryFabric"));
|
|
209
|
+
exports.getComputeGpuMemoryFabrics = null;
|
|
210
|
+
exports.getComputeGpuMemoryFabricsOutput = null;
|
|
211
|
+
utilities.lazyLoad(exports, ["getComputeGpuMemoryFabrics", "getComputeGpuMemoryFabricsOutput"], () => require("./getComputeGpuMemoryFabrics"));
|
|
193
212
|
exports.getComputeImageCapabilitySchema = null;
|
|
194
213
|
exports.getComputeImageCapabilitySchemaOutput = null;
|
|
195
214
|
utilities.lazyLoad(exports, ["getComputeImageCapabilitySchema", "getComputeImageCapabilitySchemaOutput"], () => require("./getComputeImageCapabilitySchema"));
|
|
@@ -641,6 +660,10 @@ const _module = {
|
|
|
641
660
|
return new exports.ComputeCapacityTopology(name, undefined, { urn });
|
|
642
661
|
case "oci:Core/computeCluster:ComputeCluster":
|
|
643
662
|
return new exports.ComputeCluster(name, undefined, { urn });
|
|
663
|
+
case "oci:Core/computeGpuMemoryCluster:ComputeGpuMemoryCluster":
|
|
664
|
+
return new exports.ComputeGpuMemoryCluster(name, undefined, { urn });
|
|
665
|
+
case "oci:Core/computeGpuMemoryFabric:ComputeGpuMemoryFabric":
|
|
666
|
+
return new exports.ComputeGpuMemoryFabric(name, undefined, { urn });
|
|
644
667
|
case "oci:Core/computeImageCapabilitySchema:ComputeImageCapabilitySchema":
|
|
645
668
|
return new exports.ComputeImageCapabilitySchema(name, undefined, { urn });
|
|
646
669
|
case "oci:Core/consoleHistory:ConsoleHistory":
|
|
@@ -773,6 +796,8 @@ pulumi.runtime.registerResourceModule("oci", "Core/computeCapacityReport", _modu
|
|
|
773
796
|
pulumi.runtime.registerResourceModule("oci", "Core/computeCapacityReservation", _module);
|
|
774
797
|
pulumi.runtime.registerResourceModule("oci", "Core/computeCapacityTopology", _module);
|
|
775
798
|
pulumi.runtime.registerResourceModule("oci", "Core/computeCluster", _module);
|
|
799
|
+
pulumi.runtime.registerResourceModule("oci", "Core/computeGpuMemoryCluster", _module);
|
|
800
|
+
pulumi.runtime.registerResourceModule("oci", "Core/computeGpuMemoryFabric", _module);
|
|
776
801
|
pulumi.runtime.registerResourceModule("oci", "Core/computeImageCapabilitySchema", _module);
|
|
777
802
|
pulumi.runtime.registerResourceModule("oci", "Core/consoleHistory", _module);
|
|
778
803
|
pulumi.runtime.registerResourceModule("oci", "Core/cpe", _module);
|