import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; /** * This resource provides the Compute Gpu Memory Fabric resource in Oracle Cloud Infrastructure Core service. * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/iaas/latest/ComputeGpuMemoryFabric * * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/ * * Customer can update displayName, tags and desired firmware bundle, recycle level for * compute GPU memory fabric record * * ## Import * * ComputeGpuMemoryFabrics can be imported using the `id`, e.g. * * ```sh * $ pulumi import oci:Core/computeGpuMemoryFabric:ComputeGpuMemoryFabric test_compute_gpu_memory_fabric "id" * ``` */ export declare class ComputeGpuMemoryFabric extends pulumi.CustomResource { /** * Get an existing ComputeGpuMemoryFabric resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: ComputeGpuMemoryFabricState, opts?: pulumi.CustomResourceOptions): ComputeGpuMemoryFabric; /** * Returns true if the given object is an instance of ComputeGpuMemoryFabric. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is ComputeGpuMemoryFabric; /** * Additional data that can be exposed to the customer. Right now it will include the switch tray ids. */ readonly additionalData: pulumi.Output<{ [key: string]: string; }>; /** * The total number of available bare metal hosts located in this compute GPU memory fabric. */ readonly availableHostCount: pulumi.Output; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root compartment. */ readonly compartmentId: pulumi.Output; /** * List of GPU memory cluster OCIDs within this GPU memory fabric. */ readonly computeGpuMemoryClusters: pulumi.Output; /** * The OCID of the compute GPU memory fabric. */ readonly computeGpuMemoryFabricId: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island */ readonly computeHpcIslandId: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Local Block */ readonly computeLocalBlockId: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block */ readonly computeNetworkBlockId: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for current firmware bundle */ readonly currentFirmwareBundleId: pulumi.Output; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}` */ readonly definedTags: pulumi.Output<{ [key: string]: string; }>; /** * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. */ readonly displayName: pulumi.Output; /** * The health state of the GPU memory fabric */ readonly fabricHealth: pulumi.Output; /** * The reason for updating firmware bundle version of the GPU memory fabric. */ readonly firmwareUpdateReason: pulumi.Output; /** * The state of Memory Fabric Firmware update */ readonly firmwareUpdateState: pulumi.Output; /** * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` */ readonly freeformTags: pulumi.Output<{ [key: string]: string; }>; /** * The total number of healthy bare metal hosts located in this compute GPU memory fabric. */ readonly healthyHostCount: pulumi.Output; /** * The host platform identifier used for bundle queries */ readonly hostPlatformName: pulumi.Output; /** * (Updatable) The preference object specified by customer. Contains customerDesiredFirmwareBundleId, fabricRecycleLevel. */ readonly memoryFabricPreferences: pulumi.Output; /** * The lifecycle state of the GPU memory fabric */ readonly state: pulumi.Output; /** * The switch platform identifier used for bundle queries */ readonly switchPlatformName: pulumi.Output; /** * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}` */ readonly systemTags: pulumi.Output<{ [key: string]: string; }>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for targeted firmware bundle */ readonly targetFirmwareBundleId: pulumi.Output; /** * 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` */ readonly timeCreated: pulumi.Output; /** * The total number of bare metal hosts located in this compute GPU memory fabric. */ readonly totalHostCount: pulumi.Output; /** * Create a ComputeGpuMemoryFabric resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: ComputeGpuMemoryFabricArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering ComputeGpuMemoryFabric resources. */ export interface ComputeGpuMemoryFabricState { /** * Additional data that can be exposed to the customer. Right now it will include the switch tray ids. */ additionalData?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The total number of available bare metal hosts located in this compute GPU memory fabric. */ availableHostCount?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root compartment. */ compartmentId?: pulumi.Input; /** * List of GPU memory cluster OCIDs within this GPU memory fabric. */ computeGpuMemoryClusters?: pulumi.Input[] | undefined>; /** * The OCID of the compute GPU memory fabric. */ computeGpuMemoryFabricId?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island */ computeHpcIslandId?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Local Block */ computeLocalBlockId?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block */ computeNetworkBlockId?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for current firmware bundle */ currentFirmwareBundleId?: pulumi.Input; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. */ displayName?: pulumi.Input; /** * The health state of the GPU memory fabric */ fabricHealth?: pulumi.Input; /** * The reason for updating firmware bundle version of the GPU memory fabric. */ firmwareUpdateReason?: pulumi.Input; /** * The state of Memory Fabric Firmware update */ firmwareUpdateState?: pulumi.Input; /** * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The total number of healthy bare metal hosts located in this compute GPU memory fabric. */ healthyHostCount?: pulumi.Input; /** * The host platform identifier used for bundle queries */ hostPlatformName?: pulumi.Input; /** * (Updatable) The preference object specified by customer. Contains customerDesiredFirmwareBundleId, fabricRecycleLevel. */ memoryFabricPreferences?: pulumi.Input; /** * The lifecycle state of the GPU memory fabric */ state?: pulumi.Input; /** * The switch platform identifier used for bundle queries */ switchPlatformName?: pulumi.Input; /** * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}` */ systemTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for targeted firmware bundle */ targetFirmwareBundleId?: pulumi.Input; /** * 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` */ timeCreated?: pulumi.Input; /** * The total number of bare metal hosts located in this compute GPU memory fabric. */ totalHostCount?: pulumi.Input; } /** * The set of arguments for constructing a ComputeGpuMemoryFabric resource. */ export interface ComputeGpuMemoryFabricArgs { /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root compartment. */ compartmentId?: pulumi.Input; /** * The OCID of the compute GPU memory fabric. */ computeGpuMemoryFabricId: pulumi.Input; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. */ displayName?: pulumi.Input; /** * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) The preference object specified by customer. Contains customerDesiredFirmwareBundleId, fabricRecycleLevel. */ memoryFabricPreferences?: pulumi.Input; } //# sourceMappingURL=computeGpuMemoryFabric.d.ts.map