Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Retrieves the list of High Availability groups.
Using getHagroups
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 getHagroups(opts?: InvokeOptions): Promise<GetHagroupsResult>
function getHagroupsOutput(opts?: InvokeOptions): Output<GetHagroupsResult>def get_hagroups(opts: Optional[InvokeOptions] = None) -> GetHagroupsResult
def get_hagroups_output(opts: Optional[InvokeOptions] = None) -> Output[GetHagroupsResult]func GetHagroups(ctx *Context, opts ...InvokeOption) (*GetHagroupsResult, error)
func GetHagroupsOutput(ctx *Context, opts ...InvokeOption) GetHagroupsResultOutput> Note: This function is named GetHagroups in the Go SDK.
public static class GetHagroups
{
public static Task<GetHagroupsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetHagroupsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetHagroupsResult> getHagroups(InvokeOptions options)
public static Output<GetHagroupsResult> getHagroups(InvokeOptions options)
fn::invoke:
function: proxmoxve:index/getHagroups:getHagroups
arguments:
# arguments dictionarygetHagroups Result
The following output properties are available:
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.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
