Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.1.0
published on Sunday, Apr 26, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 26, 2026 by Daniel Muehlbachler-Pietrzykowski
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.1.0
published on Sunday, Apr 26, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 26, 2026 by Daniel Muehlbachler-Pietrzykowski
Retrieves information about a specific resource pool.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as proxmoxve from "@muhlba91/pulumi-proxmoxve";
const operationsPool = proxmoxve.getPoolLegacy({
poolId: "operations",
});
import pulumi
import pulumi_proxmoxve as proxmoxve
operations_pool = proxmoxve.get_pool_legacy(pool_id="operations")
package main
import (
"github.com/muhlba91/pulumi-proxmoxve/sdk/v8/go/proxmoxve"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := proxmoxve.GetPoolLegacy(ctx, &proxmoxve.LookupPoolLegacyArgs{
PoolId: "operations",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using ProxmoxVE = Pulumi.ProxmoxVE;
return await Deployment.RunAsync(() =>
{
var operationsPool = ProxmoxVE.Index.GetPoolLegacy.Invoke(new()
{
PoolId = "operations",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.proxmoxve.ProxmoxveFunctions;
import com.pulumi.proxmoxve.inputs.GetPoolLegacyArgs;
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 operationsPool = ProxmoxveFunctions.getPoolLegacy(GetPoolLegacyArgs.builder()
.poolId("operations")
.build());
}
}
variables:
operationsPool:
fn::invoke:
function: proxmoxve:getPoolLegacy
arguments:
poolId: operations
Example coming soon!
Using getPoolLegacy
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 getPoolLegacy(args: GetPoolLegacyArgs, opts?: InvokeOptions): Promise<GetPoolLegacyResult>
function getPoolLegacyOutput(args: GetPoolLegacyOutputArgs, opts?: InvokeOptions): Output<GetPoolLegacyResult>def get_pool_legacy(pool_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPoolLegacyResult
def get_pool_legacy_output(pool_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPoolLegacyResult]func LookupPoolLegacy(ctx *Context, args *LookupPoolLegacyArgs, opts ...InvokeOption) (*LookupPoolLegacyResult, error)
func LookupPoolLegacyOutput(ctx *Context, args *LookupPoolLegacyOutputArgs, opts ...InvokeOption) LookupPoolLegacyResultOutput> Note: This function is named LookupPoolLegacy in the Go SDK.
public static class GetPoolLegacy
{
public static Task<GetPoolLegacyResult> InvokeAsync(GetPoolLegacyArgs args, InvokeOptions? opts = null)
public static Output<GetPoolLegacyResult> Invoke(GetPoolLegacyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPoolLegacyResult> getPoolLegacy(GetPoolLegacyArgs args, InvokeOptions options)
public static Output<GetPoolLegacyResult> getPoolLegacy(GetPoolLegacyArgs args, InvokeOptions options)
fn::invoke:
function: proxmoxve:index/getPoolLegacy:getPoolLegacy
arguments:
# arguments dictionarydata "proxmoxve_getpoollegacy" "name" {
# arguments
}The following arguments are supported:
- Pool
Id string - The pool identifier.
- Pool
Id string - The pool identifier.
- pool_
id string - The pool identifier.
- pool
Id String - The pool identifier.
- pool
Id string - The pool identifier.
- pool_
id str - The pool identifier.
- pool
Id String - The pool identifier.
getPoolLegacy Result
The following output properties are available:
- Comment string
- The pool comment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Members
List<Pulumi.
Proxmox VE. Outputs. Get Pool Legacy Member> - The pool members.
- Pool
Id string
- Comment string
- The pool comment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Members
[]Get
Pool Legacy Member - The pool members.
- Pool
Id string
- comment string
- The pool comment.
- id string
- The provider-assigned unique ID for this managed resource.
- members list(object)
- The pool members.
- pool_
id string
- comment String
- The pool comment.
- id String
- The provider-assigned unique ID for this managed resource.
- members
List<Get
Pool Legacy Member> - The pool members.
- pool
Id String
- comment string
- The pool comment.
- id string
- The provider-assigned unique ID for this managed resource.
- members
Get
Pool Legacy Member[] - The pool members.
- pool
Id string
- comment str
- The pool comment.
- id str
- The provider-assigned unique ID for this managed resource.
- members
Sequence[Get
Pool Legacy Member] - The pool members.
- pool_
id str
- comment String
- The pool comment.
- id String
- The provider-assigned unique ID for this managed resource.
- members List<Property Map>
- The pool members.
- pool
Id String
Supporting Types
GetPoolLegacyMember
- Datastore
Id string - The datastore identifier.
- Id string
- The member identifier.
- Node
Name string - The node name.
- Type string
- The member type.
- Vm
Id int - The virtual machine identifier.
- Datastore
Id string - The datastore identifier.
- Id string
- The member identifier.
- Node
Name string - The node name.
- Type string
- The member type.
- Vm
Id int - The virtual machine identifier.
- datastore_
id string - The datastore identifier.
- id string
- The member identifier.
- node_
name string - The node name.
- type string
- The member type.
- vm_
id number - The virtual machine identifier.
- datastore
Id String - The datastore identifier.
- id String
- The member identifier.
- node
Name String - The node name.
- type String
- The member type.
- vm
Id Integer - The virtual machine identifier.
- datastore
Id string - The datastore identifier.
- id string
- The member identifier.
- node
Name string - The node name.
- type string
- The member type.
- vm
Id number - The virtual machine identifier.
- datastore_
id str - The datastore identifier.
- id str
- The member identifier.
- node_
name str - The node name.
- type str
- The member type.
- vm_
id int - The virtual machine identifier.
- datastore
Id String - The datastore identifier.
- id String
- The member identifier.
- node
Name String - The node name.
- type String
- The member type.
- vm
Id Number - The virtual machine identifier.
Package Details
- Repository
- proxmoxve muhlba91/pulumi-proxmoxve
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
proxmoxTerraform Provider.
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.1.0
published on Sunday, Apr 26, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 26, 2026 by Daniel Muehlbachler-Pietrzykowski
