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

hpegl.getVmaasLoadBalancerMonitor

Explore with Pulumi AI

The hpegl.VmaasLoadBalancerMonitor 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 that require a hpegl_vmaas_load_balancer_monitor, such as the hpegl.VmaasLoadBalancerMonitor resource.

Using getVmaasLoadBalancerMonitor

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 getVmaasLoadBalancerMonitor(args: GetVmaasLoadBalancerMonitorArgs, opts?: InvokeOptions): Promise<GetVmaasLoadBalancerMonitorResult>
function getVmaasLoadBalancerMonitorOutput(args: GetVmaasLoadBalancerMonitorOutputArgs, opts?: InvokeOptions): Output<GetVmaasLoadBalancerMonitorResult>
Copy
def get_vmaas_load_balancer_monitor(id: Optional[str] = None,
                                    lb_id: Optional[float] = None,
                                    name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetVmaasLoadBalancerMonitorResult
def get_vmaas_load_balancer_monitor_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[GetVmaasLoadBalancerMonitorResult]
Copy
func LookupVmaasLoadBalancerMonitor(ctx *Context, args *LookupVmaasLoadBalancerMonitorArgs, opts ...InvokeOption) (*LookupVmaasLoadBalancerMonitorResult, error)
func LookupVmaasLoadBalancerMonitorOutput(ctx *Context, args *LookupVmaasLoadBalancerMonitorOutputArgs, opts ...InvokeOption) LookupVmaasLoadBalancerMonitorResultOutput
Copy

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

public static class GetVmaasLoadBalancerMonitor 
{
    public static Task<GetVmaasLoadBalancerMonitorResult> InvokeAsync(GetVmaasLoadBalancerMonitorArgs args, InvokeOptions? opts = null)
    public static Output<GetVmaasLoadBalancerMonitorResult> Invoke(GetVmaasLoadBalancerMonitorInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVmaasLoadBalancerMonitorResult> getVmaasLoadBalancerMonitor(GetVmaasLoadBalancerMonitorArgs args, InvokeOptions options)
public static Output<GetVmaasLoadBalancerMonitorResult> getVmaasLoadBalancerMonitor(GetVmaasLoadBalancerMonitorArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: hpegl:index/getVmaasLoadBalancerMonitor:getVmaasLoadBalancerMonitor
  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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor 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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor 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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor 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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor 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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor 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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor with this name, a 'NOT FOUND' error will returned.
id String
The ID of this resource.

getVmaasLoadBalancerMonitor 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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor 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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor 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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor 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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor 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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor 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 Monitor as it appears on HPE GreenLake for private cloud dashboard. If there is no Monitor 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.