1. Registry
  2. Packages
  3. BiznetGIO
  4. API Docs
  5. baremetalRebuildOsList
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 baremetalRebuildOsList

    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 baremetalRebuildOsList(args: BaremetalRebuildOsListArgs, opts?: InvokeOptions): Promise<BaremetalRebuildOsListResult>
    function baremetalRebuildOsListOutput(args: BaremetalRebuildOsListOutputArgs, opts?: InvokeOutputOptions): Output<BaremetalRebuildOsListResult>
    def baremetal_rebuild_os_list(account_id: Optional[int] = None,
                                  opts: Optional[InvokeOptions] = None) -> BaremetalRebuildOsListResult
    def baremetal_rebuild_os_list_output(account_id: pulumi.Input[Optional[int]] = None,
                                  opts: Optional[InvokeOutputOptions] = None) -> Output[BaremetalRebuildOsListResult]
    func BaremetalRebuildOsList(ctx *Context, args *BaremetalRebuildOsListArgs, opts ...InvokeOption) (*BaremetalRebuildOsListResult, error)
    func BaremetalRebuildOsListOutput(ctx *Context, args *BaremetalRebuildOsListOutputArgs, opts ...InvokeOption) BaremetalRebuildOsListResultOutput

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

    public static class BaremetalRebuildOsList 
    {
        public static Task<BaremetalRebuildOsListResult> InvokeAsync(BaremetalRebuildOsListArgs args, InvokeOptions? opts = null)
        public static Output<BaremetalRebuildOsListResult> Invoke(BaremetalRebuildOsListInvokeArgs args, InvokeOptions? opts = null)
        public static Output<BaremetalRebuildOsListResult> Invoke(BaremetalRebuildOsListInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<BaremetalRebuildOsListResult> baremetalRebuildOsList(BaremetalRebuildOsListArgs args, InvokeOptions options)
    public static Output<BaremetalRebuildOsListResult> baremetalRebuildOsList(BaremetalRebuildOsListArgs args, InvokeOptions options)
    public static Output<BaremetalRebuildOsListResult> baremetalRebuildOsList(BaremetalRebuildOsListArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: biznetgio:baremetalRebuildOsList
      arguments:
        # arguments dictionary
    data "biznetgio_baremetal_rebuild_os_list" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountId int
    Account id of the baremetal to list rebuild OS options for.
    AccountId int
    Account id of the baremetal to list rebuild OS options for.
    account_id number
    Account id of the baremetal to list rebuild OS options for.
    accountId Integer
    Account id of the baremetal to list rebuild OS options for.
    accountId number
    Account id of the baremetal to list rebuild OS options for.
    account_id int
    Account id of the baremetal to list rebuild OS options for.
    accountId Number
    Account id of the baremetal to list rebuild OS options for.

    baremetalRebuildOsList Result

    The following output properties are available:

    Oss List<string>
    Valid OS values for the rebuildOs input of Baremetal, from GET /baremetals/{account_id}/rebuild/oss.
    Raw string
    Raw JSON of the full list response.
    Oss []string
    Valid OS values for the rebuildOs input of Baremetal, from GET /baremetals/{account_id}/rebuild/oss.
    Raw string
    Raw JSON of the full list response.
    oss list(string)
    Valid OS values for the rebuildOs input of Baremetal, from GET /baremetals/{account_id}/rebuild/oss.
    raw string
    Raw JSON of the full list response.
    oss List<String>
    Valid OS values for the rebuildOs input of Baremetal, from GET /baremetals/{account_id}/rebuild/oss.
    raw String
    Raw JSON of the full list response.
    oss string[]
    Valid OS values for the rebuildOs input of Baremetal, from GET /baremetals/{account_id}/rebuild/oss.
    raw string
    Raw JSON of the full list response.
    oss Sequence[str]
    Valid OS values for the rebuildOs input of Baremetal, from GET /baremetals/{account_id}/rebuild/oss.
    raw str
    Raw JSON of the full list response.
    oss List<String>
    Valid OS values for the rebuildOs input of Baremetal, from GET /baremetals/{account_id}/rebuild/oss.
    raw String
    Raw JSON of the full list 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