1. Packages
  2. Hpegl Provider
  3. API Docs
  4. getVmaasLoadBalancerMonitor
hpegl 0.4.19 published on Wednesday, Jul 23, 2025 by hpe

hpegl.getVmaasLoadBalancerMonitor

Start a Neo task
Explain and create a hpegl.getVmaasLoadBalancerMonitor resource
hpegl logo
hpegl 0.4.19 published on Wednesday, Jul 23, 2025 by hpe

    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>
    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]
    func LookupVmaasLoadBalancerMonitor(ctx *Context, args *LookupVmaasLoadBalancerMonitorArgs, opts ...InvokeOption) (*LookupVmaasLoadBalancerMonitorResult, error)
    func LookupVmaasLoadBalancerMonitorOutput(ctx *Context, args *LookupVmaasLoadBalancerMonitorOutputArgs, opts ...InvokeOption) LookupVmaasLoadBalancerMonitorResultOutput

    > 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)
    }
    public static CompletableFuture<GetVmaasLoadBalancerMonitorResult> getVmaasLoadBalancerMonitor(GetVmaasLoadBalancerMonitorArgs args, InvokeOptions options)
    public static Output<GetVmaasLoadBalancerMonitorResult> getVmaasLoadBalancerMonitor(GetVmaasLoadBalancerMonitorArgs args, InvokeOptions options)
    
    fn::invoke:
      function: hpegl:index/getVmaasLoadBalancerMonitor:getVmaasLoadBalancerMonitor
      arguments:
        # arguments dictionary

    The following arguments are supported:

    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 string
    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 str
    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 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.
    hpegl logo
    hpegl 0.4.19 published on Wednesday, Jul 23, 2025 by hpe
      Meet Neo: Your AI Platform Teammate