1. Registry
  2. Packages
  3. BiznetGIO
  4. API Docs
  5. gpuProducts
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
biznetgio logo
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren

    Using gpuProducts

    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 gpuProducts(args: GpuProductsArgs, opts?: InvokeOptions): Promise<GpuProductsResult>
    function gpuProductsOutput(args: GpuProductsOutputArgs, opts?: InvokeOutputOptions): Output<GpuProductsResult>
    def gpu_products(opts: Optional[InvokeOptions] = None) -> GpuProductsResult
    def gpu_products_output(opts: Optional[InvokeOutputOptions] = None) -> Output[GpuProductsResult]
    func GpuProducts(ctx *Context, args *GpuProductsArgs, opts ...InvokeOption) (*GpuProductsResult, error)
    func GpuProductsOutput(ctx *Context, args *GpuProductsOutputArgs, opts ...InvokeOption) GpuProductsResultOutput

    > Note: This function is named GpuProducts in the Go SDK.

    public static class GpuProducts 
    {
        public static Task<GpuProductsResult> InvokeAsync(GpuProductsArgs args, InvokeOptions? opts = null)
        public static Output<GpuProductsResult> Invoke(GpuProductsInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GpuProductsResult> Invoke(GpuProductsInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GpuProductsResult> gpuProducts(GpuProductsArgs args, InvokeOptions options)
    public static Output<GpuProductsResult> gpuProducts(GpuProductsArgs args, InvokeOptions options)
    public static Output<GpuProductsResult> gpuProducts(GpuProductsArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: biznetgio:gpuProducts
      arguments:
        # arguments dictionary
    data "biznetgio_gpu_products" "name" {
        # arguments
    }

    The following arguments are supported:

    gpuProducts Result

    The following output properties are available:

    Products List<GpuProduct>
    List of GPU products available for order.
    Products []GpuProduct
    List of GPU products available for order.
    products list(object)
    List of GPU products available for order.
    products List<GpuProduct>
    List of GPU products available for order.
    products GpuProduct[]
    List of GPU products available for order.
    products Sequence[GpuProduct]
    List of GPU products available for order.
    products List<Property Map>
    List of GPU products available for order.

    Supporting Types

    GpuFlavor

    FlavorId int
    Flavor id.
    Name string
    Flavor name.
    Raw string
    Raw JSON of the flavor response.
    FlavorId int
    Flavor id.
    Name string
    Flavor name.
    Raw string
    Raw JSON of the flavor response.
    flavor_id number
    Flavor id.
    name string
    Flavor name.
    raw string
    Raw JSON of the flavor response.
    flavorId Integer
    Flavor id.
    name String
    Flavor name.
    raw String
    Raw JSON of the flavor response.
    flavorId number
    Flavor id.
    name string
    Flavor name.
    raw string
    Raw JSON of the flavor response.
    flavor_id int
    Flavor id.
    name str
    Flavor name.
    raw str
    Raw JSON of the flavor response.
    flavorId Number
    Flavor id.
    name String
    Flavor name.
    raw String
    Raw JSON of the flavor response.

    GpuProduct

    CategoryName string
    Category of the product.
    Description string
    Product description.
    Flavors List<GpuFlavor>
    Available flavors for this product.
    Name string
    Product name.
    ProductId int
    Product id, use it as GpuInstance productId.
    Raw string
    Raw JSON of the product response.
    CategoryName string
    Category of the product.
    Description string
    Product description.
    Flavors []GpuFlavor
    Available flavors for this product.
    Name string
    Product name.
    ProductId int
    Product id, use it as GpuInstance productId.
    Raw string
    Raw JSON of the product response.
    category_name string
    Category of the product.
    description string
    Product description.
    flavors list(object)
    Available flavors for this product.
    name string
    Product name.
    product_id number
    Product id, use it as GpuInstance productId.
    raw string
    Raw JSON of the product response.
    categoryName String
    Category of the product.
    description String
    Product description.
    flavors List<GpuFlavor>
    Available flavors for this product.
    name String
    Product name.
    productId Integer
    Product id, use it as GpuInstance productId.
    raw String
    Raw JSON of the product response.
    categoryName string
    Category of the product.
    description string
    Product description.
    flavors GpuFlavor[]
    Available flavors for this product.
    name string
    Product name.
    productId number
    Product id, use it as GpuInstance productId.
    raw string
    Raw JSON of the product response.
    category_name str
    Category of the product.
    description str
    Product description.
    flavors Sequence[GpuFlavor]
    Available flavors for this product.
    name str
    Product name.
    product_id int
    Product id, use it as GpuInstance productId.
    raw str
    Raw JSON of the product response.
    categoryName String
    Category of the product.
    description String
    Product description.
    flavors List<Property Map>
    Available flavors for this product.
    name String
    Product name.
    productId Number
    Product id, use it as GpuInstance productId.
    raw String
    Raw JSON of the product response.

    Package Details

    Repository
    biznetgio github.com/shirasakaren/pulumi-biznetgio
    License
    Apache-2.0
    biznetgio logo
    Viewing docs for Pulumi BiznetGIO Provider v0.1.7
    published on Wednesday, Aug 19, 2026 by shirasakaren

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial