ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getIsLbListener
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
- Lb string
 - The load balancer identifier.
 - Listener
Id string - The listener identifier.
 - Id string
 - (String) The policy's unique identifier.
 
- Lb string
 - The load balancer identifier.
 - Listener
Id string - The listener identifier.
 - Id string
 - (String) The policy's unique identifier.
 
- lb String
 - The load balancer identifier.
 - listener
Id String - The listener identifier.
 - id String
 - (String) The policy's unique identifier.
 
- lb string
 - The load balancer identifier.
 - listener
Id 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.
 - listener
Id String - The listener identifier.
 - id String
 - (String) The policy's unique identifier.
 
getIsLbListener Result
The following output properties are available:
- Accept
Proxy boolProtocol  - (Boolean) If set to 
true, this listener will accept and forward PROXY protocol information. Supported by load balancers in theapplicationfamily (otherwise alwaysfalse). Additional restrictions:- If this listener hashttps_redirectspecified, itsaccept_proxy_protocolvalue must match theaccept_proxy_protocolvalue of thehttps_redirectlistener.- If this listener is the target of another listener'shttps_redirect, itsaccept_proxy_protocolvalue must match that listener'saccept_proxy_protocolvalue. - Certificate
Instances List<GetIs Lb Listener Certificate Instance>  - (List) The certificate instance used for SSL termination. It is applicable only to 
httpsprotocol. - Connection
Limit double - (Integer) The connection limit of the listener.
 - Created
At string - (String) The date and time that this listener was created.
 - Default
Pools List<GetIs Lb Listener Default Pool>  - (List) The default pool associated with the listener.
 - Href string
 - (String) The listener policy's canonical URL.
 - Https
Redirects List<GetIs Lb Listener Https Redirect>  - (List) If specified, the target listener that requests are redirected to.
 - Id string
 - (String) The policy's unique identifier.
 - Idle
Connection doubleTimeout  - (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the 
applicationfamily. Default value is50. - Lb string
 - Listener
Id string - Policies
List<Get
Is Lb Listener Policy>  - (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 
portandprotocolcombination. - Port
Max double - (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the 
networkfamily support more than one port per listener. - Port
Min double - (Integer) The inclusive lower bound of the range of ports used by this listener.Only load balancers in the 
networkfamily support more than one port per listener. - Protocol string
 - (String) The listener protocol. Load balancers in the 
networkfamily supporttcpandudp. Load balancers in theapplicationfamily supporttcp,http, andhttps. Each listener in the load balancer must have a uniqueportandprotocolcombination. - Provisioning
Status string - (String) The provisioning status of this listener.
 
- Accept
Proxy boolProtocol  - (Boolean) If set to 
true, this listener will accept and forward PROXY protocol information. Supported by load balancers in theapplicationfamily (otherwise alwaysfalse). Additional restrictions:- If this listener hashttps_redirectspecified, itsaccept_proxy_protocolvalue must match theaccept_proxy_protocolvalue of thehttps_redirectlistener.- If this listener is the target of another listener'shttps_redirect, itsaccept_proxy_protocolvalue must match that listener'saccept_proxy_protocolvalue. - Certificate
Instances []GetIs Lb Listener Certificate Instance  - (List) The certificate instance used for SSL termination. It is applicable only to 
httpsprotocol. - Connection
Limit float64 - (Integer) The connection limit of the listener.
 - Created
At string - (String) The date and time that this listener was created.
 - Default
Pools []GetIs Lb Listener Default Pool  - (List) The default pool associated with the listener.
 - Href string
 - (String) The listener policy's canonical URL.
 - Https
Redirects []GetIs Lb Listener Https Redirect  - (List) If specified, the target listener that requests are redirected to.
 - Id string
 - (String) The policy's unique identifier.
 - Idle
Connection float64Timeout  - (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the 
applicationfamily. Default value is50. - Lb string
 - Listener
Id string - Policies
[]Get
Is Lb Listener Policy Type  - (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 
portandprotocolcombination. - Port
Max float64 - (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the 
networkfamily support more than one port per listener. - Port
Min float64 - (Integer) The inclusive lower bound of the range of ports used by this listener.Only load balancers in the 
networkfamily support more than one port per listener. - Protocol string
 - (String) The listener protocol. Load balancers in the 
networkfamily supporttcpandudp. Load balancers in theapplicationfamily supporttcp,http, andhttps. Each listener in the load balancer must have a uniqueportandprotocolcombination. - Provisioning
Status string - (String) The provisioning status of this listener.
 
- accept
Proxy BooleanProtocol  - (Boolean) If set to 
true, this listener will accept and forward PROXY protocol information. Supported by load balancers in theapplicationfamily (otherwise alwaysfalse). Additional restrictions:- If this listener hashttps_redirectspecified, itsaccept_proxy_protocolvalue must match theaccept_proxy_protocolvalue of thehttps_redirectlistener.- If this listener is the target of another listener'shttps_redirect, itsaccept_proxy_protocolvalue must match that listener'saccept_proxy_protocolvalue. - certificate
Instances List<GetIs Lb Listener Certificate Instance>  - (List) The certificate instance used for SSL termination. It is applicable only to 
httpsprotocol. - connection
Limit Double - (Integer) The connection limit of the listener.
 - created
At String - (String) The date and time that this listener was created.
 - default
Pools List<GetIs Lb Listener Default Pool>  - (List) The default pool associated with the listener.
 - href String
 - (String) The listener policy's canonical URL.
 - https
Redirects List<GetIs Lb Listener Https Redirect>  - (List) If specified, the target listener that requests are redirected to.
 - id String
 - (String) The policy's unique identifier.
 - idle
Connection DoubleTimeout  - (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the 
applicationfamily. Default value is50. - lb String
 - listener
Id String - policies
List<Get
Is Lb Listener Policy>  - (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 
portandprotocolcombination. - port
Max Double - (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the 
networkfamily support more than one port per listener. - port
Min Double - (Integer) The inclusive lower bound of the range of ports used by this listener.Only load balancers in the 
networkfamily support more than one port per listener. - protocol String
 - (String) The listener protocol. Load balancers in the 
networkfamily supporttcpandudp. Load balancers in theapplicationfamily supporttcp,http, andhttps. Each listener in the load balancer must have a uniqueportandprotocolcombination. - provisioning
Status String - (String) The provisioning status of this listener.
 
- accept
Proxy booleanProtocol  - (Boolean) If set to 
true, this listener will accept and forward PROXY protocol information. Supported by load balancers in theapplicationfamily (otherwise alwaysfalse). Additional restrictions:- If this listener hashttps_redirectspecified, itsaccept_proxy_protocolvalue must match theaccept_proxy_protocolvalue of thehttps_redirectlistener.- If this listener is the target of another listener'shttps_redirect, itsaccept_proxy_protocolvalue must match that listener'saccept_proxy_protocolvalue. - certificate
Instances GetIs Lb Listener Certificate Instance[]  - (List) The certificate instance used for SSL termination. It is applicable only to 
httpsprotocol. - connection
Limit number - (Integer) The connection limit of the listener.
 - created
At string - (String) The date and time that this listener was created.
 - default
Pools GetIs Lb Listener Default Pool[]  - (List) The default pool associated with the listener.
 - href string
 - (String) The listener policy's canonical URL.
 - https
Redirects GetIs Lb Listener Https Redirect[]  - (List) If specified, the target listener that requests are redirected to.
 - id string
 - (String) The policy's unique identifier.
 - idle
Connection numberTimeout  - (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the 
applicationfamily. Default value is50. - lb string
 - listener
Id string - policies
Get
Is Lb Listener Policy[]  - (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 
portandprotocolcombination. - port
Max number - (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the 
networkfamily support more than one port per listener. - port
Min number - (Integer) The inclusive lower bound of the range of ports used by this listener.Only load balancers in the 
networkfamily support more than one port per listener. - protocol string
 - (String) The listener protocol. Load balancers in the 
networkfamily supporttcpandudp. Load balancers in theapplicationfamily supporttcp,http, andhttps. Each listener in the load balancer must have a uniqueportandprotocolcombination. - provisioning
Status string - (String) The provisioning status of this listener.
 
- accept_
proxy_ boolprotocol  - (Boolean) If set to 
true, this listener will accept and forward PROXY protocol information. Supported by load balancers in theapplicationfamily (otherwise alwaysfalse). Additional restrictions:- If this listener hashttps_redirectspecified, itsaccept_proxy_protocolvalue must match theaccept_proxy_protocolvalue of thehttps_redirectlistener.- If this listener is the target of another listener'shttps_redirect, itsaccept_proxy_protocolvalue must match that listener'saccept_proxy_protocolvalue. - certificate_
instances Sequence[GetIs Lb Listener Certificate Instance]  - (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[GetIs Lb Listener Default Pool]  - (List) The default pool associated with the listener.
 - href str
 - (String) The listener policy's canonical URL.
 - https_
redirects Sequence[GetIs Lb Listener Https Redirect]  - (List) If specified, the target listener that requests are redirected to.
 - id str
 - (String) The policy's unique identifier.
 - idle_
connection_ floattimeout  - (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the 
applicationfamily. Default value is50. - lb str
 - listener_
id str - policies
Sequence[Get
Is Lb Listener Policy]  - (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 
portandprotocolcombination. - port_
max float - (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the 
networkfamily 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 
networkfamily support more than one port per listener. - protocol str
 - (String) The listener protocol. Load balancers in the 
networkfamily supporttcpandudp. Load balancers in theapplicationfamily supporttcp,http, andhttps. Each listener in the load balancer must have a uniqueportandprotocolcombination. - provisioning_
status str - (String) The provisioning status of this listener.
 
- accept
Proxy BooleanProtocol  - (Boolean) If set to 
true, this listener will accept and forward PROXY protocol information. Supported by load balancers in theapplicationfamily (otherwise alwaysfalse). Additional restrictions:- If this listener hashttps_redirectspecified, itsaccept_proxy_protocolvalue must match theaccept_proxy_protocolvalue of thehttps_redirectlistener.- If this listener is the target of another listener'shttps_redirect, itsaccept_proxy_protocolvalue must match that listener'saccept_proxy_protocolvalue. - certificate
Instances List<Property Map> - (List) The certificate instance used for SSL termination. It is applicable only to 
httpsprotocol. - connection
Limit Number - (Integer) The connection limit of the listener.
 - created
At String - (String) The date and time that this listener was created.
 - default
Pools List<Property Map> - (List) The default pool associated with the listener.
 - href String
 - (String) The listener policy's canonical URL.
 - https
Redirects List<Property Map> - (List) If specified, the target listener that requests are redirected to.
 - id String
 - (String) The policy's unique identifier.
 - idle
Connection NumberTimeout  - (Integer) The idle connection timeout of the listener in seconds. This property will be present for load balancers in the 
applicationfamily. Default value is50. - lb String
 - listener
Id 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 
portandprotocolcombination. - port
Max Number - (Integer) The inclusive upper bound of the range of ports used by this listener.Only load balancers in the 
networkfamily support more than one port per listener. - port
Min Number - (Integer) The inclusive lower bound of the range of ports used by this listener.Only load balancers in the 
networkfamily support more than one port per listener. - protocol String
 - (String) The listener protocol. Load balancers in the 
networkfamily supporttcpandudp. Load balancers in theapplicationfamily supporttcp,http, andhttps. Each listener in the load balancer must have a uniqueportandprotocolcombination. - provisioning
Status 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<Get
Is Lb Listener Default Pool Deleted>  - (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
[]Get
Is Lb Listener Default Pool Deleted  - (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<Get
Is Lb Listener Default Pool Deleted>  - (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
Get
Is Lb Listener Default Pool Deleted[]  - (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[Get
Is Lb Listener Default Pool Deleted]  - (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      
- More
Info string - (String) Link to documentation about deleted resources.
 
- More
Info string - (String) Link to documentation about deleted resources.
 
- more
Info String - (String) Link to documentation about deleted resources.
 
- more
Info string - (String) Link to documentation about deleted resources.
 
- more_
info str - (String) Link to documentation about deleted resources.
 
- more
Info String - (String) Link to documentation about deleted resources.
 
GetIsLbListenerHttpsRedirect     
- Http
Status doubleCode  - (Integer) The HTTP status code for this redirect.
 - Listeners
List<Get
Is Lb Listener Https Redirect Listener>  - (List)
Nested scheme for 
listener: - Uri string
 - (String) The redirect relative target URI.
 
- Http
Status float64Code  - (Integer) The HTTP status code for this redirect.
 - Listeners
[]Get
Is Lb Listener Https Redirect Listener  - (List)
Nested scheme for 
listener: - Uri string
 - (String) The redirect relative target URI.
 
- http
Status DoubleCode  - (Integer) The HTTP status code for this redirect.
 - listeners
List<Get
Is Lb Listener Https Redirect Listener>  - (List)
Nested scheme for 
listener: - uri String
 - (String) The redirect relative target URI.
 
- http
Status numberCode  - (Integer) The HTTP status code for this redirect.
 - listeners
Get
Is Lb Listener Https Redirect Listener[]  - (List)
Nested scheme for 
listener: - uri string
 - (String) The redirect relative target URI.
 
- http_
status_ floatcode  - (Integer) The HTTP status code for this redirect.
 - listeners
Sequence[Get
Is Lb Listener Https Redirect Listener]  - (List)
Nested scheme for 
listener: - uri str
 - (String) The redirect relative target URI.
 
- http
Status NumberCode  - (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<Get
Is Lb Listener Https Redirect Listener Deleted>  - (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
[]Get
Is Lb Listener Https Redirect Listener Deleted  - (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<Get
Is Lb Listener Https Redirect Listener Deleted>  - (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
Get
Is Lb Listener Https Redirect Listener Deleted[]  - (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[Get
Is Lb Listener Https Redirect Listener Deleted]  - (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       
- More
Info string - (String) Link to documentation about deleted resources.
 
- More
Info string - (String) Link to documentation about deleted resources.
 
- more
Info String - (String) Link to documentation about deleted resources.
 
- more
Info string - (String) Link to documentation about deleted resources.
 
- more_
info str - (String) Link to documentation about deleted resources.
 
- more
Info String - (String) Link to documentation about deleted resources.
 
GetIsLbListenerPolicy    
- Deleteds
List<Get
Is Lb Listener Policy Deleted>  - (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
[]Get
Is Lb Listener Policy Deleted  - (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<Get
Is Lb Listener Policy Deleted>  - (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
Get
Is Lb Listener Policy Deleted[]  - (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[Get
Is Lb Listener Policy Deleted]  - (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     
- More
Info string - (String) Link to documentation about deleted resources.
 
- More
Info string - (String) Link to documentation about deleted resources.
 
- more
Info String - (String) Link to documentation about deleted resources.
 
- more
Info string - (String) Link to documentation about deleted resources.
 
- more_
info str - (String) Link to documentation about deleted resources.
 
- more
Info 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 
ibmTerraform Provider.