1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsLbListener
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getIsLbListener

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source for LoadBalancerListener.For more information, about load balancer listener, see working with listeners.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const example = ibm.getIsLbListener({
        listenerId: ibm_is_lb_listener.example.listener_id,
        lb: ibm_is_lb.example.id,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    example = ibm.get_is_lb_listener(listener_id=ibm_is_lb_listener["example"]["listener_id"],
        lb=ibm_is_lb["example"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.LookupIsLbListener(ctx, &ibm.LookupIsLbListenerArgs{
    			ListenerId: ibm_is_lb_listener.Example.Listener_id,
    			Lb:         ibm_is_lb.Example.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Ibm.GetIsLbListener.Invoke(new()
        {
            ListenerId = ibm_is_lb_listener.Example.Listener_id,
            Lb = ibm_is_lb.Example.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetIsLbListenerArgs;
    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) {
            final var example = IbmFunctions.getIsLbListener(GetIsLbListenerArgs.builder()
                .listenerId(ibm_is_lb_listener.example().listener_id())
                .lb(ibm_is_lb.example().id())
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: ibm:getIsLbListener
          arguments:
            listenerId: ${ibm_is_lb_listener.example.listener_id}
            lb: ${ibm_is_lb.example.id}
    

    Using getIsLbListener

    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 getIsLbListener(args: GetIsLbListenerArgs, opts?: InvokeOptions): Promise<GetIsLbListenerResult>
    function getIsLbListenerOutput(args: GetIsLbListenerOutputArgs, opts?: InvokeOptions): Output<GetIsLbListenerResult>
    def get_is_lb_listener(id: Optional[str] = None,
                           lb: Optional[str] = None,
                           listener_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetIsLbListenerResult
    def get_is_lb_listener_output(id: Optional[pulumi.Input[str]] = None,
                           lb: Optional[pulumi.Input[str]] = None,
                           listener_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetIsLbListenerResult]
    func LookupIsLbListener(ctx *Context, args *LookupIsLbListenerArgs, opts ...InvokeOption) (*LookupIsLbListenerResult, error)
    func LookupIsLbListenerOutput(ctx *Context, args *LookupIsLbListenerOutputArgs, opts ...InvokeOption) LookupIsLbListenerResultOutput

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

    public static class GetIsLbListener 
    {
        public static Task<GetIsLbListenerResult> InvokeAsync(GetIsLbListenerArgs args, InvokeOptions? opts = null)
        public static Output<GetIsLbListenerResult> Invoke(GetIsLbListenerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsLbListenerResult> getIsLbListener(GetIsLbListenerArgs args, InvokeOptions options)
    public static Output<GetIsLbListenerResult> getIsLbListener(GetIsLbListenerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsLbListener:getIsLbListener
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Lb string
    The load balancer identifier.
    ListenerId string
    The listener identifier.
    Id string
    (String) The policy's unique identifier.
    Lb string
    The load balancer identifier.
    ListenerId string
    The listener identifier.
    Id string
    (String) The policy's unique identifier.
    lb String
    The load balancer identifier.
    listenerId String
    The listener identifier.
    id String
    (String) The policy's unique identifier.
    lb string
    The load balancer identifier.
    listenerId string
    The listener identifier.
    id string
    (String) The policy's unique identifier.
    lb str
    The load balancer identifier.
    listener_id str
    The listener identifier.
    id str
    (String) The policy's unique identifier.
    lb String
    The load balancer identifier.
    listenerId String
    The listener identifier.
    id String
    (String) The policy's unique identifier.

    getIsLbListener Result

    The following output properties are available:

    AcceptProxyProtocol bool
    (Boolean) If set to true, this listener will accept and forward PROXY protocol information. Supported by load balancers in the application family (otherwise always false). Additional restrictions:- If this listener has https_redirect specified, its accept_proxy_protocol value must match the accept_proxy_protocol value of the https_redirect listener.- If this listener is the target of another listener's https_redirect, its accept_proxy_protocol value must match that listener's accept_proxy_protocol value.
    CertificateInstances List<GetIsLbListenerCertificateInstance>
    (List) The certificate instance used for SSL termination. It is applicable only to httpsprotocol.
    ConnectionLimit double
    (Integer) The connection limit of the listener.
    CreatedAt string
    (String) The date and time that this listener was created.
    DefaultPools List<GetIsLbListenerDefaultPool>
    (List) The default pool associated with the listener.
    Href string
    (String) The listener policy's canonical URL.
    HttpsRedirects List<GetIsLbListenerHttpsRedirect>
    (List) If specified, the target listener that requests are redirected to.
    Id string
    (String) The policy's unique identifier.
    IdleConnectionTimeout double
    (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the application family. Default value is 50.
    Lb string
    ListenerId string
    Policies List<GetIsLbListenerPolicy>
    (List) The policies for this listener. Nested scheme for policies:
    Port double
    (Integer) The listener port number, or the inclusive lower bound of the port range. Each listener in the load balancer must have a unique port and protocol combination.
    PortMax double
    (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    PortMin double
    (Integer) The inclusive lower bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    Protocol string
    (String) The listener protocol. Load balancers in the network family support tcp and udp. Load balancers in the application family support tcp, http, and https. Each listener in the load balancer must have a unique port and protocol combination.
    ProvisioningStatus string
    (String) The provisioning status of this listener.
    AcceptProxyProtocol bool
    (Boolean) If set to true, this listener will accept and forward PROXY protocol information. Supported by load balancers in the application family (otherwise always false). Additional restrictions:- If this listener has https_redirect specified, its accept_proxy_protocol value must match the accept_proxy_protocol value of the https_redirect listener.- If this listener is the target of another listener's https_redirect, its accept_proxy_protocol value must match that listener's accept_proxy_protocol value.
    CertificateInstances []GetIsLbListenerCertificateInstance
    (List) The certificate instance used for SSL termination. It is applicable only to httpsprotocol.
    ConnectionLimit float64
    (Integer) The connection limit of the listener.
    CreatedAt string
    (String) The date and time that this listener was created.
    DefaultPools []GetIsLbListenerDefaultPool
    (List) The default pool associated with the listener.
    Href string
    (String) The listener policy's canonical URL.
    HttpsRedirects []GetIsLbListenerHttpsRedirect
    (List) If specified, the target listener that requests are redirected to.
    Id string
    (String) The policy's unique identifier.
    IdleConnectionTimeout float64
    (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the application family. Default value is 50.
    Lb string
    ListenerId string
    Policies []GetIsLbListenerPolicyType
    (List) The policies for this listener. Nested scheme for policies:
    Port float64
    (Integer) The listener port number, or the inclusive lower bound of the port range. Each listener in the load balancer must have a unique port and protocol combination.
    PortMax float64
    (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    PortMin float64
    (Integer) The inclusive lower bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    Protocol string
    (String) The listener protocol. Load balancers in the network family support tcp and udp. Load balancers in the application family support tcp, http, and https. Each listener in the load balancer must have a unique port and protocol combination.
    ProvisioningStatus string
    (String) The provisioning status of this listener.
    acceptProxyProtocol Boolean
    (Boolean) If set to true, this listener will accept and forward PROXY protocol information. Supported by load balancers in the application family (otherwise always false). Additional restrictions:- If this listener has https_redirect specified, its accept_proxy_protocol value must match the accept_proxy_protocol value of the https_redirect listener.- If this listener is the target of another listener's https_redirect, its accept_proxy_protocol value must match that listener's accept_proxy_protocol value.
    certificateInstances List<GetIsLbListenerCertificateInstance>
    (List) The certificate instance used for SSL termination. It is applicable only to httpsprotocol.
    connectionLimit Double
    (Integer) The connection limit of the listener.
    createdAt String
    (String) The date and time that this listener was created.
    defaultPools List<GetIsLbListenerDefaultPool>
    (List) The default pool associated with the listener.
    href String
    (String) The listener policy's canonical URL.
    httpsRedirects List<GetIsLbListenerHttpsRedirect>
    (List) If specified, the target listener that requests are redirected to.
    id String
    (String) The policy's unique identifier.
    idleConnectionTimeout Double
    (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the application family. Default value is 50.
    lb String
    listenerId String
    policies List<GetIsLbListenerPolicy>
    (List) The policies for this listener. Nested scheme for policies:
    port Double
    (Integer) The listener port number, or the inclusive lower bound of the port range. Each listener in the load balancer must have a unique port and protocol combination.
    portMax Double
    (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    portMin Double
    (Integer) The inclusive lower bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    protocol String
    (String) The listener protocol. Load balancers in the network family support tcp and udp. Load balancers in the application family support tcp, http, and https. Each listener in the load balancer must have a unique port and protocol combination.
    provisioningStatus String
    (String) The provisioning status of this listener.
    acceptProxyProtocol boolean
    (Boolean) If set to true, this listener will accept and forward PROXY protocol information. Supported by load balancers in the application family (otherwise always false). Additional restrictions:- If this listener has https_redirect specified, its accept_proxy_protocol value must match the accept_proxy_protocol value of the https_redirect listener.- If this listener is the target of another listener's https_redirect, its accept_proxy_protocol value must match that listener's accept_proxy_protocol value.
    certificateInstances GetIsLbListenerCertificateInstance[]
    (List) The certificate instance used for SSL termination. It is applicable only to httpsprotocol.
    connectionLimit number
    (Integer) The connection limit of the listener.
    createdAt string
    (String) The date and time that this listener was created.
    defaultPools GetIsLbListenerDefaultPool[]
    (List) The default pool associated with the listener.
    href string
    (String) The listener policy's canonical URL.
    httpsRedirects GetIsLbListenerHttpsRedirect[]
    (List) If specified, the target listener that requests are redirected to.
    id string
    (String) The policy's unique identifier.
    idleConnectionTimeout number
    (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the application family. Default value is 50.
    lb string
    listenerId string
    policies GetIsLbListenerPolicy[]
    (List) The policies for this listener. Nested scheme for policies:
    port number
    (Integer) The listener port number, or the inclusive lower bound of the port range. Each listener in the load balancer must have a unique port and protocol combination.
    portMax number
    (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    portMin number
    (Integer) The inclusive lower bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    protocol string
    (String) The listener protocol. Load balancers in the network family support tcp and udp. Load balancers in the application family support tcp, http, and https. Each listener in the load balancer must have a unique port and protocol combination.
    provisioningStatus string
    (String) The provisioning status of this listener.
    accept_proxy_protocol bool
    (Boolean) If set to true, this listener will accept and forward PROXY protocol information. Supported by load balancers in the application family (otherwise always false). Additional restrictions:- If this listener has https_redirect specified, its accept_proxy_protocol value must match the accept_proxy_protocol value of the https_redirect listener.- If this listener is the target of another listener's https_redirect, its accept_proxy_protocol value must match that listener's accept_proxy_protocol value.
    certificate_instances Sequence[GetIsLbListenerCertificateInstance]
    (List) The certificate instance used for SSL termination. It is applicable only to httpsprotocol.
    connection_limit float
    (Integer) The connection limit of the listener.
    created_at str
    (String) The date and time that this listener was created.
    default_pools Sequence[GetIsLbListenerDefaultPool]
    (List) The default pool associated with the listener.
    href str
    (String) The listener policy's canonical URL.
    https_redirects Sequence[GetIsLbListenerHttpsRedirect]
    (List) If specified, the target listener that requests are redirected to.
    id str
    (String) The policy's unique identifier.
    idle_connection_timeout float
    (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the application family. Default value is 50.
    lb str
    listener_id str
    policies Sequence[GetIsLbListenerPolicy]
    (List) The policies for this listener. Nested scheme for policies:
    port float
    (Integer) The listener port number, or the inclusive lower bound of the port range. Each listener in the load balancer must have a unique port and protocol combination.
    port_max float
    (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    port_min float
    (Integer) The inclusive lower bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    protocol str
    (String) The listener protocol. Load balancers in the network family support tcp and udp. Load balancers in the application family support tcp, http, and https. Each listener in the load balancer must have a unique port and protocol combination.
    provisioning_status str
    (String) The provisioning status of this listener.
    acceptProxyProtocol Boolean
    (Boolean) If set to true, this listener will accept and forward PROXY protocol information. Supported by load balancers in the application family (otherwise always false). Additional restrictions:- If this listener has https_redirect specified, its accept_proxy_protocol value must match the accept_proxy_protocol value of the https_redirect listener.- If this listener is the target of another listener's https_redirect, its accept_proxy_protocol value must match that listener's accept_proxy_protocol value.
    certificateInstances List<Property Map>
    (List) The certificate instance used for SSL termination. It is applicable only to httpsprotocol.
    connectionLimit Number
    (Integer) The connection limit of the listener.
    createdAt String
    (String) The date and time that this listener was created.
    defaultPools List<Property Map>
    (List) The default pool associated with the listener.
    href String
    (String) The listener policy's canonical URL.
    httpsRedirects List<Property Map>
    (List) If specified, the target listener that requests are redirected to.
    id String
    (String) The policy's unique identifier.
    idleConnectionTimeout Number
    (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the application family. Default value is 50.
    lb String
    listenerId String
    policies List<Property Map>
    (List) The policies for this listener. Nested scheme for policies:
    port Number
    (Integer) The listener port number, or the inclusive lower bound of the port range. Each listener in the load balancer must have a unique port and protocol combination.
    portMax Number
    (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    portMin Number
    (Integer) The inclusive lower bound of the range of ports used by this listener.Only load balancers in the network family support more than one port per listener.
    protocol String
    (String) The listener protocol. Load balancers in the network family support tcp and udp. Load balancers in the application family support tcp, http, and https. Each listener in the load balancer must have a unique port and protocol combination.
    provisioningStatus String
    (String) The provisioning status of this listener.

    Supporting Types

    GetIsLbListenerCertificateInstance

    Crn string
    (String) The CRN for this certificate instance.
    Crn string
    (String) The CRN for this certificate instance.
    crn String
    (String) The CRN for this certificate instance.
    crn string
    (String) The CRN for this certificate instance.
    crn str
    (String) The CRN for this certificate instance.
    crn String
    (String) The CRN for this certificate instance.

    GetIsLbListenerDefaultPool

    Deleteds List<GetIsLbListenerDefaultPoolDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    Href string
    (String) The listener policy's canonical URL.
    Id string
    (String) The policy's unique identifier.
    Name string
    (String) The user-defined name for this load balancer pool.
    Deleteds []GetIsLbListenerDefaultPoolDeleted
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    Href string
    (String) The listener policy's canonical URL.
    Id string
    (String) The policy's unique identifier.
    Name string
    (String) The user-defined name for this load balancer pool.
    deleteds List<GetIsLbListenerDefaultPoolDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href String
    (String) The listener policy's canonical URL.
    id String
    (String) The policy's unique identifier.
    name String
    (String) The user-defined name for this load balancer pool.
    deleteds GetIsLbListenerDefaultPoolDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href string
    (String) The listener policy's canonical URL.
    id string
    (String) The policy's unique identifier.
    name string
    (String) The user-defined name for this load balancer pool.
    deleteds Sequence[GetIsLbListenerDefaultPoolDeleted]
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href str
    (String) The listener policy's canonical URL.
    id str
    (String) The policy's unique identifier.
    name str
    (String) The user-defined name for this load balancer pool.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href String
    (String) The listener policy's canonical URL.
    id String
    (String) The policy's unique identifier.
    name String
    (String) The user-defined name for this load balancer pool.

    GetIsLbListenerDefaultPoolDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsLbListenerHttpsRedirect

    HttpStatusCode double
    (Integer) The HTTP status code for this redirect.
    Listeners List<GetIsLbListenerHttpsRedirectListener>
    (List) Nested scheme for listener:
    Uri string
    (String) The redirect relative target URI.
    HttpStatusCode float64
    (Integer) The HTTP status code for this redirect.
    Listeners []GetIsLbListenerHttpsRedirectListener
    (List) Nested scheme for listener:
    Uri string
    (String) The redirect relative target URI.
    httpStatusCode Double
    (Integer) The HTTP status code for this redirect.
    listeners List<GetIsLbListenerHttpsRedirectListener>
    (List) Nested scheme for listener:
    uri String
    (String) The redirect relative target URI.
    httpStatusCode number
    (Integer) The HTTP status code for this redirect.
    listeners GetIsLbListenerHttpsRedirectListener[]
    (List) Nested scheme for listener:
    uri string
    (String) The redirect relative target URI.
    http_status_code float
    (Integer) The HTTP status code for this redirect.
    listeners Sequence[GetIsLbListenerHttpsRedirectListener]
    (List) Nested scheme for listener:
    uri str
    (String) The redirect relative target URI.
    httpStatusCode Number
    (Integer) The HTTP status code for this redirect.
    listeners List<Property Map>
    (List) Nested scheme for listener:
    uri String
    (String) The redirect relative target URI.

    GetIsLbListenerHttpsRedirectListener

    Deleteds List<GetIsLbListenerHttpsRedirectListenerDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    Href string
    (String) The listener policy's canonical URL.
    Id string
    (String) The policy's unique identifier.
    Deleteds []GetIsLbListenerHttpsRedirectListenerDeleted
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    Href string
    (String) The listener policy's canonical URL.
    Id string
    (String) The policy's unique identifier.
    deleteds List<GetIsLbListenerHttpsRedirectListenerDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href String
    (String) The listener policy's canonical URL.
    id String
    (String) The policy's unique identifier.
    deleteds GetIsLbListenerHttpsRedirectListenerDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href string
    (String) The listener policy's canonical URL.
    id string
    (String) The policy's unique identifier.
    deleteds Sequence[GetIsLbListenerHttpsRedirectListenerDeleted]
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href str
    (String) The listener policy's canonical URL.
    id str
    (String) The policy's unique identifier.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href String
    (String) The listener policy's canonical URL.
    id String
    (String) The policy's unique identifier.

    GetIsLbListenerHttpsRedirectListenerDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsLbListenerPolicy

    Deleteds List<GetIsLbListenerPolicyDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    Href string
    (String) The listener policy's canonical URL.
    Id string
    (String) The policy's unique identifier.
    Deleteds []GetIsLbListenerPolicyDeleted
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    Href string
    (String) The listener policy's canonical URL.
    Id string
    (String) The policy's unique identifier.
    deleteds List<GetIsLbListenerPolicyDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href String
    (String) The listener policy's canonical URL.
    id String
    (String) The policy's unique identifier.
    deleteds GetIsLbListenerPolicyDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href string
    (String) The listener policy's canonical URL.
    id string
    (String) The policy's unique identifier.
    deleteds Sequence[GetIsLbListenerPolicyDeleted]
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href str
    (String) The listener policy's canonical URL.
    id str
    (String) The policy's unique identifier.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
    href String
    (String) The listener policy's canonical URL.
    id String
    (String) The policy's unique identifier.

    GetIsLbListenerPolicyDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud