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

ibm.getIsLbListeners

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 LoadBalancerListenerCollection. 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.getIsLbListeners({
        lb: ibm_is_lb.example.id,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    example = ibm.get_is_lb_listeners(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.GetIsLbListeners(ctx, &ibm.GetIsLbListenersArgs{
    			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.GetIsLbListeners.Invoke(new()
        {
            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.GetIsLbListenersArgs;
    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.getIsLbListeners(GetIsLbListenersArgs.builder()
                .lb(ibm_is_lb.example().id())
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: ibm:getIsLbListeners
          arguments:
            lb: ${ibm_is_lb.example.id}
    

    Using getIsLbListeners

    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 getIsLbListeners(args: GetIsLbListenersArgs, opts?: InvokeOptions): Promise<GetIsLbListenersResult>
    function getIsLbListenersOutput(args: GetIsLbListenersOutputArgs, opts?: InvokeOptions): Output<GetIsLbListenersResult>
    def get_is_lb_listeners(id: Optional[str] = None,
                            lb: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetIsLbListenersResult
    def get_is_lb_listeners_output(id: Optional[pulumi.Input[str]] = None,
                            lb: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetIsLbListenersResult]
    func GetIsLbListeners(ctx *Context, args *GetIsLbListenersArgs, opts ...InvokeOption) (*GetIsLbListenersResult, error)
    func GetIsLbListenersOutput(ctx *Context, args *GetIsLbListenersOutputArgs, opts ...InvokeOption) GetIsLbListenersResultOutput

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

    public static class GetIsLbListeners 
    {
        public static Task<GetIsLbListenersResult> InvokeAsync(GetIsLbListenersArgs args, InvokeOptions? opts = null)
        public static Output<GetIsLbListenersResult> Invoke(GetIsLbListenersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsLbListenersResult> getIsLbListeners(GetIsLbListenersArgs args, InvokeOptions options)
    public static Output<GetIsLbListenersResult> getIsLbListeners(GetIsLbListenersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsLbListeners:getIsLbListeners
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getIsLbListeners Result

    The following output properties are available:

    Id string
    (String) The policy's unique identifier.
    Lb string
    Listeners List<GetIsLbListenersListener>
    (List) Collection of listeners. Nested scheme for listeners:
    Id string
    (String) The policy's unique identifier.
    Lb string
    Listeners []GetIsLbListenersListener
    (List) Collection of listeners. Nested scheme for listeners:
    id String
    (String) The policy's unique identifier.
    lb String
    listeners List<GetIsLbListenersListener>
    (List) Collection of listeners. Nested scheme for listeners:
    id string
    (String) The policy's unique identifier.
    lb string
    listeners GetIsLbListenersListener[]
    (List) Collection of listeners. Nested scheme for listeners:
    id str
    (String) The policy's unique identifier.
    lb str
    listeners Sequence[GetIsLbListenersListener]
    (List) Collection of listeners. Nested scheme for listeners:
    id String
    (String) The policy's unique identifier.
    lb String
    listeners List<Property Map>
    (List) Collection of listeners. Nested scheme for listeners:

    Supporting Types

    GetIsLbListenersListener

    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<GetIsLbListenersListenerCertificateInstance>
    (List) The certificate instance used for SSL termination. It is applicable only to httpsprotocol. Nested scheme for certificate_instance:
    ConnectionLimit double
    (Integer) The connection limit of the listener.
    CreatedAt string
    (String) The date and time that this listener was created.
    DefaultPools List<GetIsLbListenersListenerDefaultPool>
    (List) The default pool associated with the listener. Nested scheme for default_pool:
    Href string
    (String) The listener policy's canonical URL.
    HttpsRedirects List<GetIsLbListenersListenerHttpsRedirect>
    (List) If specified, the target listener that requests are redirected to. Nested scheme for https_redirect:
    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.
    Policies List<GetIsLbListenersListenerPolicy>
    (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 []GetIsLbListenersListenerCertificateInstance
    (List) The certificate instance used for SSL termination. It is applicable only to httpsprotocol. Nested scheme for certificate_instance:
    ConnectionLimit float64
    (Integer) The connection limit of the listener.
    CreatedAt string
    (String) The date and time that this listener was created.
    DefaultPools []GetIsLbListenersListenerDefaultPool
    (List) The default pool associated with the listener. Nested scheme for default_pool:
    Href string
    (String) The listener policy's canonical URL.
    HttpsRedirects []GetIsLbListenersListenerHttpsRedirect
    (List) If specified, the target listener that requests are redirected to. Nested scheme for https_redirect:
    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.
    Policies []GetIsLbListenersListenerPolicy
    (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<GetIsLbListenersListenerCertificateInstance>
    (List) The certificate instance used for SSL termination. It is applicable only to httpsprotocol. Nested scheme for certificate_instance:
    connectionLimit Double
    (Integer) The connection limit of the listener.
    createdAt String
    (String) The date and time that this listener was created.
    defaultPools List<GetIsLbListenersListenerDefaultPool>
    (List) The default pool associated with the listener. Nested scheme for default_pool:
    href String
    (String) The listener policy's canonical URL.
    httpsRedirects List<GetIsLbListenersListenerHttpsRedirect>
    (List) If specified, the target listener that requests are redirected to. Nested scheme for https_redirect:
    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.
    policies List<GetIsLbListenersListenerPolicy>
    (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 GetIsLbListenersListenerCertificateInstance[]
    (List) The certificate instance used for SSL termination. It is applicable only to httpsprotocol. Nested scheme for certificate_instance:
    connectionLimit number
    (Integer) The connection limit of the listener.
    createdAt string
    (String) The date and time that this listener was created.
    defaultPools GetIsLbListenersListenerDefaultPool[]
    (List) The default pool associated with the listener. Nested scheme for default_pool:
    href string
    (String) The listener policy's canonical URL.
    httpsRedirects GetIsLbListenersListenerHttpsRedirect[]
    (List) If specified, the target listener that requests are redirected to. Nested scheme for https_redirect:
    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.
    policies GetIsLbListenersListenerPolicy[]
    (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[GetIsLbListenersListenerCertificateInstance]
    (List) The certificate instance used for SSL termination. It is applicable only to httpsprotocol. Nested scheme for certificate_instance:
    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[GetIsLbListenersListenerDefaultPool]
    (List) The default pool associated with the listener. Nested scheme for default_pool:
    href str
    (String) The listener policy's canonical URL.
    https_redirects Sequence[GetIsLbListenersListenerHttpsRedirect]
    (List) If specified, the target listener that requests are redirected to. Nested scheme for https_redirect:
    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.
    policies Sequence[GetIsLbListenersListenerPolicy]
    (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. Nested scheme for certificate_instance:
    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. Nested scheme for default_pool:
    href String
    (String) The listener policy's canonical URL.
    httpsRedirects List<Property Map>
    (List) If specified, the target listener that requests are redirected to. Nested scheme for https_redirect:
    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.
    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.

    GetIsLbListenersListenerCertificateInstance

    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.

    GetIsLbListenersListenerDefaultPool

    Deleteds List<GetIsLbListenersListenerDefaultPoolDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome 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 []GetIsLbListenersListenerDefaultPoolDeleted
    (List) If present, this property indicates the referenced resource has been deleted and providessome 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<GetIsLbListenersListenerDefaultPoolDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome 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 GetIsLbListenersListenerDefaultPoolDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted and providessome 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[GetIsLbListenersListenerDefaultPoolDeleted]
    (List) If present, this property indicates the referenced resource has been deleted and providessome 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 providessome 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.

    GetIsLbListenersListenerDefaultPoolDeleted

    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.

    GetIsLbListenersListenerHttpsRedirect

    HttpStatusCode double
    (Integer) The HTTP status code for this redirect.
    Listeners List<GetIsLbListenersListenerHttpsRedirectListener>
    (List) Nested scheme for listener:
    Uri string
    (String) The redirect relative target URI.
    HttpStatusCode float64
    (Integer) The HTTP status code for this redirect.
    Listeners []GetIsLbListenersListenerHttpsRedirectListener
    (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<GetIsLbListenersListenerHttpsRedirectListener>
    (List) Nested scheme for listener:
    uri String
    (String) The redirect relative target URI.
    httpStatusCode number
    (Integer) The HTTP status code for this redirect.
    listeners GetIsLbListenersListenerHttpsRedirectListener[]
    (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[GetIsLbListenersListenerHttpsRedirectListener]
    (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.

    GetIsLbListenersListenerHttpsRedirectListener

    Deleteds List<GetIsLbListenersListenerHttpsRedirectListenerDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The listener policy's canonical URL.
    Id string
    (String) The policy's unique identifier.
    Deleteds []GetIsLbListenersListenerHttpsRedirectListenerDeleted
    (List) If present, this property indicates the referenced resource has been deleted and providessome 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<GetIsLbListenersListenerHttpsRedirectListenerDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The listener policy's canonical URL.
    id String
    (String) The policy's unique identifier.
    deleteds GetIsLbListenersListenerHttpsRedirectListenerDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted and providessome 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[GetIsLbListenersListenerHttpsRedirectListenerDeleted]
    (List) If present, this property indicates the referenced resource has been deleted and providessome 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 providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The listener policy's canonical URL.
    id String
    (String) The policy's unique identifier.

    GetIsLbListenersListenerHttpsRedirectListenerDeleted

    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.

    GetIsLbListenersListenerPolicy

    Deleteds List<GetIsLbListenersListenerPolicyDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The listener policy's canonical URL.
    Id string
    (String) The policy's unique identifier.
    Deleteds []GetIsLbListenersListenerPolicyDeleted
    (List) If present, this property indicates the referenced resource has been deleted and providessome 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<GetIsLbListenersListenerPolicyDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The listener policy's canonical URL.
    id String
    (String) The policy's unique identifier.
    deleteds GetIsLbListenersListenerPolicyDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted and providessome 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[GetIsLbListenersListenerPolicyDeleted]
    (List) If present, this property indicates the referenced resource has been deleted and providessome 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 providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The listener policy's canonical URL.
    id String
    (String) The policy's unique identifier.

    GetIsLbListenersListenerPolicyDeleted

    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