1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsLbListener
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,
});
Copy
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"])
Copy
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
	})
}
Copy
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,
    });

});
Copy
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());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: ibm:getIsLbListener
      arguments:
        listenerId: ${ibm_is_lb_listener.example.listener_id}
        lb: ${ibm_is_lb.example.id}
Copy

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>
Copy
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]
Copy
func LookupIsLbListener(ctx *Context, args *LookupIsLbListenerArgs, opts ...InvokeOption) (*LookupIsLbListenerResult, error)
func LookupIsLbListenerOutput(ctx *Context, args *LookupIsLbListenerOutputArgs, opts ...InvokeOption) LookupIsLbListenerResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetIsLbListenerResult> getIsLbListener(GetIsLbListenerArgs args, InvokeOptions options)
public static Output<GetIsLbListenerResult> getIsLbListener(GetIsLbListenerArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getIsLbListener:getIsLbListener
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Lb This property is required. string
The load balancer identifier.
ListenerId This property is required. string
The listener identifier.
Id string
(String) The policy's unique identifier.
Lb This property is required. string
The load balancer identifier.
ListenerId This property is required. string
The listener identifier.
Id string
(String) The policy's unique identifier.
lb This property is required. String
The load balancer identifier.
listenerId This property is required. String
The listener identifier.
id String
(String) The policy's unique identifier.
lb This property is required. string
The load balancer identifier.
listenerId This property is required. string
The listener identifier.
id string
(String) The policy's unique identifier.
lb This property is required. str
The load balancer identifier.
listener_id This property is required. str
The listener identifier.
id str
(String) The policy's unique identifier.
lb This property is required. String
The load balancer identifier.
listenerId This property is required. 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 This property is required. string
(String) The CRN for this certificate instance.
Crn This property is required. string
(String) The CRN for this certificate instance.
crn This property is required. String
(String) The CRN for this certificate instance.
crn This property is required. string
(String) The CRN for this certificate instance.
crn This property is required. str
(String) The CRN for this certificate instance.
crn This property is required. String
(String) The CRN for this certificate instance.

GetIsLbListenerDefaultPool

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

GetIsLbListenerDefaultPoolDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
more_info This property is required. str
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsLbListenerHttpsRedirect

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

GetIsLbListenerHttpsRedirectListener

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

GetIsLbListenerHttpsRedirectListenerDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
more_info This property is required. str
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsLbListenerPolicy

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

GetIsLbListenerPolicyDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
more_info This property is required. str
(String) Link to documentation about deleted resources.
moreInfo This property is required. 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.