Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
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 dictionarydata "biznetgio_gpu_products" "name" {
# arguments
}The following arguments are supported:
gpuProducts Result
The following output properties are available:
- Products
List<Gpu
Product> - List of GPU products available for order.
- Products
[]Gpu
Product - List of GPU products available for order.
- products list(object)
- List of GPU products available for order.
- products
List<Gpu
Product> - List of GPU products available for order.
- products
Gpu
Product[] - List of GPU products available for order.
- products
Sequence[Gpu
Product] - List of GPU products available for order.
- products List<Property Map>
- List of GPU products available for order.
Supporting Types
GpuFlavor
GpuProduct
- Category
Name string - Category of the product.
- Description string
- Product description.
- Flavors
List<Gpu
Flavor> - Available flavors for this product.
- Name string
- Product name.
- Product
Id 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
[]Gpu
Flavor - Available flavors for this product.
- Name string
- Product name.
- Product
Id 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.
- category
Name String - Category of the product.
- description String
- Product description.
- flavors
List<Gpu
Flavor> - Available flavors for this product.
- name String
- Product name.
- product
Id Integer - 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
Gpu
Flavor[] - 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.
- category_
name str - Category of the product.
- description str
- Product description.
- flavors
Sequence[Gpu
Flavor] - 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.
- category
Name String - Category of the product.
- description String
- Product description.
- flavors List<Property Map>
- 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.
Package Details
- Repository
- biznetgio github.com/shirasakaren/pulumi-biznetgio
- License
- Apache-2.0
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren