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 baremetalProducts
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 baremetalProducts(args: BaremetalProductsArgs, opts?: InvokeOptions): Promise<BaremetalProductsResult>
function baremetalProductsOutput(args: BaremetalProductsOutputArgs, opts?: InvokeOutputOptions): Output<BaremetalProductsResult>def baremetal_products(opts: Optional[InvokeOptions] = None) -> BaremetalProductsResult
def baremetal_products_output(opts: Optional[InvokeOutputOptions] = None) -> Output[BaremetalProductsResult]func BaremetalProducts(ctx *Context, args *BaremetalProductsArgs, opts ...InvokeOption) (*BaremetalProductsResult, error)
func BaremetalProductsOutput(ctx *Context, args *BaremetalProductsOutputArgs, opts ...InvokeOption) BaremetalProductsResultOutput> Note: This function is named BaremetalProducts in the Go SDK.
public static class BaremetalProducts
{
public static Task<BaremetalProductsResult> InvokeAsync(BaremetalProductsArgs args, InvokeOptions? opts = null)
public static Output<BaremetalProductsResult> Invoke(BaremetalProductsInvokeArgs args, InvokeOptions? opts = null)
public static Output<BaremetalProductsResult> Invoke(BaremetalProductsInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<BaremetalProductsResult> baremetalProducts(BaremetalProductsArgs args, InvokeOptions options)
public static Output<BaremetalProductsResult> baremetalProducts(BaremetalProductsArgs args, InvokeOptions options)
public static Output<BaremetalProductsResult> baremetalProducts(BaremetalProductsArgs args, InvokeOutputOptions options)
fn::invoke:
function: biznetgio:baremetalProducts
arguments:
# arguments dictionarydata "biznetgio_baremetal_products" "name" {
# arguments
}The following arguments are supported:
baremetalProducts Result
The following output properties are available:
- Products
List<Baremetal
Product> - Available baremetal products from
GET /baremetals/products. - Raw string
- Raw JSON of the full list response.
- Products
[]Baremetal
Product - Available baremetal products from
GET /baremetals/products. - Raw string
- Raw JSON of the full list response.
- products list(object)
- Available baremetal products from
GET /baremetals/products. - raw string
- Raw JSON of the full list response.
- products
List<Baremetal
Product> - Available baremetal products from
GET /baremetals/products. - raw String
- Raw JSON of the full list response.
- products
Baremetal
Product[] - Available baremetal products from
GET /baremetals/products. - raw string
- Raw JSON of the full list response.
- products
Sequence[Baremetal
Product] - Available baremetal products from
GET /baremetals/products. - raw str
- Raw JSON of the full list response.
- products List<Property Map>
- Available baremetal products from
GET /baremetals/products. - raw String
- Raw JSON of the full list response.
Supporting Types
BaremetalProduct
- Description string
- Product description, when present.
- Name string
- Product name (alias of name/product_name/label).
- Product
Id int - Product id, for the
productIdinput of Baremetal. - Raw string
- Raw JSON of the product item, for anything not modeled yet.
- Description string
- Product description, when present.
- Name string
- Product name (alias of name/product_name/label).
- Product
Id int - Product id, for the
productIdinput of Baremetal. - Raw string
- Raw JSON of the product item, for anything not modeled yet.
- description string
- Product description, when present.
- name string
- Product name (alias of name/product_name/label).
- product_
id number - Product id, for the
productIdinput of Baremetal. - raw string
- Raw JSON of the product item, for anything not modeled yet.
- description String
- Product description, when present.
- name String
- Product name (alias of name/product_name/label).
- product
Id Integer - Product id, for the
productIdinput of Baremetal. - raw String
- Raw JSON of the product item, for anything not modeled yet.
- description string
- Product description, when present.
- name string
- Product name (alias of name/product_name/label).
- product
Id number - Product id, for the
productIdinput of Baremetal. - raw string
- Raw JSON of the product item, for anything not modeled yet.
- description str
- Product description, when present.
- name str
- Product name (alias of name/product_name/label).
- product_
id int - Product id, for the
productIdinput of Baremetal. - raw str
- Raw JSON of the product item, for anything not modeled yet.
- description String
- Product description, when present.
- name String
- Product name (alias of name/product_name/label).
- product
Id Number - Product id, for the
productIdinput of Baremetal. - raw String
- Raw JSON of the product item, for anything not modeled yet.
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