1. Packages
  2. Hpegl Provider
  3. API Docs
  4. getVmaasLoadBalancerProfile
hpegl 0.4.17 published on Monday, Apr 14, 2025 by hpe

hpegl.getVmaasLoadBalancerProfile

Explore with Pulumi AI

The hpegl.VmaasLoadBalancerProfile data source can be used to discover the ID of a hpegl vmaas network load balancer. This can then be used with resources or data sources

Using getVmaasLoadBalancerProfile

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 getVmaasLoadBalancerProfile(args: GetVmaasLoadBalancerProfileArgs, opts?: InvokeOptions): Promise<GetVmaasLoadBalancerProfileResult>
function getVmaasLoadBalancerProfileOutput(args: GetVmaasLoadBalancerProfileOutputArgs, opts?: InvokeOptions): Output<GetVmaasLoadBalancerProfileResult>
Copy
def get_vmaas_load_balancer_profile(id: Optional[str] = None,
                                    lb_id: Optional[float] = None,
                                    name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetVmaasLoadBalancerProfileResult
def get_vmaas_load_balancer_profile_output(id: Optional[pulumi.Input[str]] = None,
                                    lb_id: Optional[pulumi.Input[float]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetVmaasLoadBalancerProfileResult]
Copy
func LookupVmaasLoadBalancerProfile(ctx *Context, args *LookupVmaasLoadBalancerProfileArgs, opts ...InvokeOption) (*LookupVmaasLoadBalancerProfileResult, error)
func LookupVmaasLoadBalancerProfileOutput(ctx *Context, args *LookupVmaasLoadBalancerProfileOutputArgs, opts ...InvokeOption) LookupVmaasLoadBalancerProfileResultOutput
Copy

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

public static class GetVmaasLoadBalancerProfile 
{
    public static Task<GetVmaasLoadBalancerProfileResult> InvokeAsync(GetVmaasLoadBalancerProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetVmaasLoadBalancerProfileResult> Invoke(GetVmaasLoadBalancerProfileInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVmaasLoadBalancerProfileResult> getVmaasLoadBalancerProfile(GetVmaasLoadBalancerProfileArgs args, InvokeOptions options)
public static Output<GetVmaasLoadBalancerProfileResult> getVmaasLoadBalancerProfile(GetVmaasLoadBalancerProfileArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: hpegl:index/getVmaasLoadBalancerProfile:getVmaasLoadBalancerProfile
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

LbId This property is required. double
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
Name This property is required. string
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile with this name, a 'NOT FOUND' error will returned.
Id string
The ID of this resource.
LbId This property is required. float64
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
Name This property is required. string
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile with this name, a 'NOT FOUND' error will returned.
Id string
The ID of this resource.
lbId This property is required. Double
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
name This property is required. String
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile with this name, a 'NOT FOUND' error will returned.
id String
The ID of this resource.
lbId This property is required. number
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
name This property is required. string
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile with this name, a 'NOT FOUND' error will returned.
id string
The ID of this resource.
lb_id This property is required. float
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
name This property is required. str
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile with this name, a 'NOT FOUND' error will returned.
id str
The ID of this resource.
lbId This property is required. Number
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
name This property is required. String
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile with this name, a 'NOT FOUND' error will returned.
id String
The ID of this resource.

getVmaasLoadBalancerProfile Result

The following output properties are available:

Id string
The ID of this resource.
LbId double
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
Name string
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile with this name, a 'NOT FOUND' error will returned.
Id string
The ID of this resource.
LbId float64
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
Name string
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile with this name, a 'NOT FOUND' error will returned.
id String
The ID of this resource.
lbId Double
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
name String
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile with this name, a 'NOT FOUND' error will returned.
id string
The ID of this resource.
lbId number
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
name string
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile with this name, a 'NOT FOUND' error will returned.
id str
The ID of this resource.
lb_id float
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
name str
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile with this name, a 'NOT FOUND' error will returned.
id String
The ID of this resource.
lbId Number
Parent lb ID, lb_id can be obtained by using LB datasource/resource.
name String
Name of the LoadBalancer Profile as it appears on HPE GreenLake for private cloud dashboard. If there is no LoadBalancer Profile 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 hpegl Terraform Provider.