outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale
outscale.getFlexibleGpuCatalog
Explore with Pulumi AI
Provides information about the flexible GPU catalog.
For more information on this resource, see the User Guide.
For more information on this resource actions, see the API documentation.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as outscale from "@pulumi/outscale";
const flexibleGpuCatalog01 = outscale.getFlexibleGpuCatalog({});
import pulumi
import pulumi_outscale as outscale
flexible_gpu_catalog01 = outscale.get_flexible_gpu_catalog()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/outscale/outscale"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := outscale.GetFlexibleGpuCatalog(ctx, &outscale.GetFlexibleGpuCatalogArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Outscale = Pulumi.Outscale;
return await Deployment.RunAsync(() =>
{
var flexibleGpuCatalog01 = Outscale.GetFlexibleGpuCatalog.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.outscale.OutscaleFunctions;
import com.pulumi.outscale.inputs.GetFlexibleGpuCatalogArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var flexibleGpuCatalog01 = OutscaleFunctions.getFlexibleGpuCatalog();
}
}
variables:
flexibleGpuCatalog01:
fn::invoke:
function: outscale:getFlexibleGpuCatalog
arguments: {}
Using getFlexibleGpuCatalog
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFlexibleGpuCatalog(args: GetFlexibleGpuCatalogArgs, opts?: InvokeOptions): Promise<GetFlexibleGpuCatalogResult>
function getFlexibleGpuCatalogOutput(args: GetFlexibleGpuCatalogOutputArgs, opts?: InvokeOptions): Output<GetFlexibleGpuCatalogResult>
def get_flexible_gpu_catalog(filters: Optional[Sequence[GetFlexibleGpuCatalogFilter]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFlexibleGpuCatalogResult
def get_flexible_gpu_catalog_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetFlexibleGpuCatalogFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFlexibleGpuCatalogResult]
func GetFlexibleGpuCatalog(ctx *Context, args *GetFlexibleGpuCatalogArgs, opts ...InvokeOption) (*GetFlexibleGpuCatalogResult, error)
func GetFlexibleGpuCatalogOutput(ctx *Context, args *GetFlexibleGpuCatalogOutputArgs, opts ...InvokeOption) GetFlexibleGpuCatalogResultOutput
> Note: This function is named GetFlexibleGpuCatalog
in the Go SDK.
public static class GetFlexibleGpuCatalog
{
public static Task<GetFlexibleGpuCatalogResult> InvokeAsync(GetFlexibleGpuCatalogArgs args, InvokeOptions? opts = null)
public static Output<GetFlexibleGpuCatalogResult> Invoke(GetFlexibleGpuCatalogInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFlexibleGpuCatalogResult> getFlexibleGpuCatalog(GetFlexibleGpuCatalogArgs args, InvokeOptions options)
public static Output<GetFlexibleGpuCatalogResult> getFlexibleGpuCatalog(GetFlexibleGpuCatalogArgs args, InvokeOptions options)
fn::invoke:
function: outscale:index/getFlexibleGpuCatalog:getFlexibleGpuCatalog
arguments:
# arguments dictionary
The following arguments are supported:
- filters List<Property Map>
- id String
getFlexibleGpuCatalog Result
The following output properties are available:
- Flexible
Gpu List<GetCatalogs Flexible Gpu Catalog Flexible Gpu Catalog> - Information about one or more fGPUs available in the public catalog.
- Id string
- Request
Id string - Filters
List<Get
Flexible Gpu Catalog Filter>
- Flexible
Gpu []GetCatalogs Flexible Gpu Catalog Flexible Gpu Catalog - Information about one or more fGPUs available in the public catalog.
- Id string
- Request
Id string - Filters
[]Get
Flexible Gpu Catalog Filter
- flexible
Gpu List<GetCatalogs Flexible Gpu Catalog Flexible Gpu Catalog> - Information about one or more fGPUs available in the public catalog.
- id String
- request
Id String - filters
List<Get
Flexible Gpu Catalog Filter>
- flexible
Gpu GetCatalogs Flexible Gpu Catalog Flexible Gpu Catalog[] - Information about one or more fGPUs available in the public catalog.
- id string
- request
Id string - filters
Get
Flexible Gpu Catalog Filter[]
- flexible_
gpu_ Sequence[Getcatalogs Flexible Gpu Catalog Flexible Gpu Catalog] - Information about one or more fGPUs available in the public catalog.
- id str
- request_
id str - filters
Sequence[Get
Flexible Gpu Catalog Filter]
- flexible
Gpu List<Property Map>Catalogs - Information about one or more fGPUs available in the public catalog.
- id String
- request
Id String - filters List<Property Map>
Supporting Types
GetFlexibleGpuCatalogFilter
GetFlexibleGpuCatalogFlexibleGpuCatalog
- Generations List<string>
- The processor generations that the fGPUs are compatible with.
- Max
Cpu double - The maximum number of VM vCores that the fGPU is compatible with.
- Max
Ram double - The maximum amount of VM memory that the fGPU is compatible with.
- Model
Name string - The model of fGPU.
- VRam double
- The amount of video RAM (VRAM) of the fGPU.
- Generations []string
- The processor generations that the fGPUs are compatible with.
- Max
Cpu float64 - The maximum number of VM vCores that the fGPU is compatible with.
- Max
Ram float64 - The maximum amount of VM memory that the fGPU is compatible with.
- Model
Name string - The model of fGPU.
- VRam float64
- The amount of video RAM (VRAM) of the fGPU.
- generations List<String>
- The processor generations that the fGPUs are compatible with.
- max
Cpu Double - The maximum number of VM vCores that the fGPU is compatible with.
- max
Ram Double - The maximum amount of VM memory that the fGPU is compatible with.
- model
Name String - The model of fGPU.
- v
Ram Double - The amount of video RAM (VRAM) of the fGPU.
- generations string[]
- The processor generations that the fGPUs are compatible with.
- max
Cpu number - The maximum number of VM vCores that the fGPU is compatible with.
- max
Ram number - The maximum amount of VM memory that the fGPU is compatible with.
- model
Name string - The model of fGPU.
- v
Ram number - The amount of video RAM (VRAM) of the fGPU.
- generations Sequence[str]
- The processor generations that the fGPUs are compatible with.
- max_
cpu float - The maximum number of VM vCores that the fGPU is compatible with.
- max_
ram float - The maximum amount of VM memory that the fGPU is compatible with.
- model_
name str - The model of fGPU.
- v_
ram float - The amount of video RAM (VRAM) of the fGPU.
- generations List<String>
- The processor generations that the fGPUs are compatible with.
- max
Cpu Number - The maximum number of VM vCores that the fGPU is compatible with.
- max
Ram Number - The maximum amount of VM memory that the fGPU is compatible with.
- model
Name String - The model of fGPU.
- v
Ram Number - The amount of video RAM (VRAM) of the fGPU.
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.