Viewing docs for hpegl 0.4.20
published on Monday, Mar 2, 2026 by hpe
published on Monday, Mar 2, 2026 by hpe
Viewing docs for hpegl 0.4.20
published on Monday, Mar 2, 2026 by hpe
published on Monday, Mar 2, 2026 by hpe
The hpegl.getVmaasLbPoolMemberGroup data source can be used to discover the ID of a hpegl vmaas network load balancer. This can then be used for the data sources
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as hpegl from "@pulumi/hpegl";
// (C) Copyright 2021 Hewlett Packard Enterprise Development LP
const tfPoolGroup = hpegl.getVmaasLbPoolMemberGroup({
name: "Application-Group",
});
import pulumi
import pulumi_hpegl as hpegl
# (C) Copyright 2021 Hewlett Packard Enterprise Development LP
tf_pool_group = hpegl.get_vmaas_lb_pool_member_group(name="Application-Group")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/hpegl/hpegl"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// (C) Copyright 2021 Hewlett Packard Enterprise Development LP
_, err := hpegl.GetVmaasLbPoolMemberGroup(ctx, &hpegl.GetVmaasLbPoolMemberGroupArgs{
Name: "Application-Group",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Hpegl = Pulumi.Hpegl;
return await Deployment.RunAsync(() =>
{
// (C) Copyright 2021 Hewlett Packard Enterprise Development LP
var tfPoolGroup = Hpegl.GetVmaasLbPoolMemberGroup.Invoke(new()
{
Name = "Application-Group",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.hpegl.HpeglFunctions;
import com.pulumi.hpegl.inputs.GetVmaasLbPoolMemberGroupArgs;
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) {
// (C) Copyright 2021 Hewlett Packard Enterprise Development LP
final var tfPoolGroup = HpeglFunctions.getVmaasLbPoolMemberGroup(GetVmaasLbPoolMemberGroupArgs.builder()
.name("Application-Group")
.build());
}
}
variables:
# (C) Copyright 2021 Hewlett Packard Enterprise Development LP
tfPoolGroup:
fn::invoke:
function: hpegl:getVmaasLbPoolMemberGroup
arguments:
name: Application-Group
Using getVmaasLbPoolMemberGroup
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 getVmaasLbPoolMemberGroup(args: GetVmaasLbPoolMemberGroupArgs, opts?: InvokeOptions): Promise<GetVmaasLbPoolMemberGroupResult>
function getVmaasLbPoolMemberGroupOutput(args: GetVmaasLbPoolMemberGroupOutputArgs, opts?: InvokeOptions): Output<GetVmaasLbPoolMemberGroupResult>def get_vmaas_lb_pool_member_group(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVmaasLbPoolMemberGroupResult
def get_vmaas_lb_pool_member_group_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVmaasLbPoolMemberGroupResult]func GetVmaasLbPoolMemberGroup(ctx *Context, args *GetVmaasLbPoolMemberGroupArgs, opts ...InvokeOption) (*GetVmaasLbPoolMemberGroupResult, error)
func GetVmaasLbPoolMemberGroupOutput(ctx *Context, args *GetVmaasLbPoolMemberGroupOutputArgs, opts ...InvokeOption) GetVmaasLbPoolMemberGroupResultOutput> Note: This function is named GetVmaasLbPoolMemberGroup in the Go SDK.
public static class GetVmaasLbPoolMemberGroup
{
public static Task<GetVmaasLbPoolMemberGroupResult> InvokeAsync(GetVmaasLbPoolMemberGroupArgs args, InvokeOptions? opts = null)
public static Output<GetVmaasLbPoolMemberGroupResult> Invoke(GetVmaasLbPoolMemberGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVmaasLbPoolMemberGroupResult> getVmaasLbPoolMemberGroup(GetVmaasLbPoolMemberGroupArgs args, InvokeOptions options)
public static Output<GetVmaasLbPoolMemberGroupResult> getVmaasLbPoolMemberGroup(GetVmaasLbPoolMemberGroupArgs args, InvokeOptions options)
fn::invoke:
function: hpegl:index/getVmaasLbPoolMemberGroup:getVmaasLbPoolMemberGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
- Name string
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
- name String
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
- name string
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
- name str
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
- name String
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
getVmaasLbPoolMemberGroup Result
The following output properties are available:
- External
Id string - external_id is the path for the pool member group
- Id double
- id can be obtained by using LB datasource/resource.
- Name string
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
- External
Id string - external_id is the path for the pool member group
- Id float64
- id can be obtained by using LB datasource/resource.
- Name string
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
- external
Id String - external_id is the path for the pool member group
- id Double
- id can be obtained by using LB datasource/resource.
- name String
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
- external
Id string - external_id is the path for the pool member group
- id number
- id can be obtained by using LB datasource/resource.
- name string
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
- external_
id str - external_id is the path for the pool member group
- id float
- id can be obtained by using LB datasource/resource.
- name str
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
- external
Id String - external_id is the path for the pool member group
- id Number
- id can be obtained by using LB datasource/resource.
- name String
- Name of the MemberGroup as it appears on HPE GreenLake for private cloud dashboard. If there is no MemberGroup with this name, a 'NOT FOUND' error will returned.
Package Details
- Repository
- hpegl hpe/terraform-provider-hpegl
- License
- Notes
- This Pulumi package is based on the
hpeglTerraform Provider.
Viewing docs for hpegl 0.4.20
published on Monday, Mar 2, 2026 by hpe
published on Monday, Mar 2, 2026 by hpe
