hpegl 0.4.18 published on Friday, Apr 18, 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>
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]
func LookupVmaasLoadBalancerProfile(ctx *Context, args *LookupVmaasLoadBalancerProfileArgs, opts ...InvokeOption) (*LookupVmaasLoadBalancerProfileResult, error)
func LookupVmaasLoadBalancerProfileOutput(ctx *Context, args *LookupVmaasLoadBalancerProfileOutputArgs, opts ...InvokeOption) LookupVmaasLoadBalancerProfileResultOutput
> 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)
}
public static CompletableFuture<GetVmaasLoadBalancerProfileResult> getVmaasLoadBalancerProfile(GetVmaasLoadBalancerProfileArgs args, InvokeOptions options)
public static Output<GetVmaasLoadBalancerProfileResult> getVmaasLoadBalancerProfile(GetVmaasLoadBalancerProfileArgs args, InvokeOptions options)
fn::invoke:
function: hpegl:index/getVmaasLoadBalancerProfile:getVmaasLoadBalancerProfile
arguments:
# arguments dictionary
The following arguments are supported:
- Lb
Id 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.
- Lb
Id 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.
- lb
Id 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.
- lb
Id 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 string
- The ID of this resource.
- lb
Id 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 String
- The ID of this resource.
getVmaasLoadBalancerProfile Result
The following output properties are available:
- Id string
- The ID of this resource.
- Lb
Id 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.
- Lb
Id 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.
- lb
Id 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.
- lb
Id 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 String
- The ID of this resource.
- lb
Id 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.