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

ibm.getIsLbs

Explore with Pulumi AI

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

    Retrieve information of an existing IBM VPC load balancers as a read-only data source. For more information, about VPC load balancer, see load balancers for VPC overview.

    Note: VPC infrastructure services are a regional specific based endpoint, by default targets to us-south. Please make sure to target right region in the provider block as shown in the provider.tf file, if VPC service is created in region other than us-south.

    provider.tf

    import * as pulumi from "@pulumi/pulumi";
    
    import pulumi
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    
    return await Deployment.RunAsync(() => 
    {
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    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) {
        }
    }
    
    {}
    

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const example = ibm.getIsLbs({});
    
    import pulumi
    import pulumi_ibm as ibm
    
    example = ibm.get_is_lbs()
    
    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.GetIsLbs(ctx, &ibm.GetIsLbsArgs{}, 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.GetIsLbs.Invoke();
    
    });
    
    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.GetIsLbsArgs;
    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.getIsLbs();
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: ibm:getIsLbs
          arguments: {}
    

    Using getIsLbs

    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 getIsLbs(args: GetIsLbsArgs, opts?: InvokeOptions): Promise<GetIsLbsResult>
    function getIsLbsOutput(args: GetIsLbsOutputArgs, opts?: InvokeOptions): Output<GetIsLbsResult>
    def get_is_lbs(id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetIsLbsResult
    def get_is_lbs_output(id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetIsLbsResult]
    func GetIsLbs(ctx *Context, args *GetIsLbsArgs, opts ...InvokeOption) (*GetIsLbsResult, error)
    func GetIsLbsOutput(ctx *Context, args *GetIsLbsOutputArgs, opts ...InvokeOption) GetIsLbsResultOutput

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

    public static class GetIsLbs 
    {
        public static Task<GetIsLbsResult> InvokeAsync(GetIsLbsArgs args, InvokeOptions? opts = null)
        public static Output<GetIsLbsResult> Invoke(GetIsLbsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsLbsResult> getIsLbs(GetIsLbsArgs args, InvokeOptions options)
    public static Output<GetIsLbsResult> getIsLbs(GetIsLbsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsLbs:getIsLbs
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    (String) The unique identifier for this load balancer pool.
    Id string
    (String) The unique identifier for this load balancer pool.
    id String
    (String) The unique identifier for this load balancer pool.
    id string
    (String) The unique identifier for this load balancer pool.
    id str
    (String) The unique identifier for this load balancer pool.
    id String
    (String) The unique identifier for this load balancer pool.

    getIsLbs Result

    The following output properties are available:

    Id string
    (String) The unique identifier for this load balancer pool.
    LoadBalancers List<GetIsLbsLoadBalancer>
    (List) The Collection of load balancers.
    Id string
    (String) The unique identifier for this load balancer pool.
    LoadBalancers []GetIsLbsLoadBalancer
    (List) The Collection of load balancers.
    id String
    (String) The unique identifier for this load balancer pool.
    loadBalancers List<GetIsLbsLoadBalancer>
    (List) The Collection of load balancers.
    id string
    (String) The unique identifier for this load balancer pool.
    loadBalancers GetIsLbsLoadBalancer[]
    (List) The Collection of load balancers.
    id str
    (String) The unique identifier for this load balancer pool.
    load_balancers Sequence[GetIsLbsLoadBalancer]
    (List) The Collection of load balancers.
    id String
    (String) The unique identifier for this load balancer pool.
    loadBalancers List<Property Map>
    (List) The Collection of load balancers.

    Supporting Types

    GetIsLbsLoadBalancer

    AccessMode string
    (String) The access mode for this load balancer. One of private, public, private_path.
    AccessTags List<string>
    (String) Access management tags associated for the load balancer.
    AttachedLoadBalancerPoolMembers List<GetIsLbsLoadBalancerAttachedLoadBalancerPoolMember>
    (List) The load balancer pool members attached to this load balancer. Nested scheme for members:
    Availability string
    (String) The availability of this load balancer
    CreatedAt string
    (String) The date and time this load balancer was created.
    Crn string
    (String) The CRN for the subnet.
    Dns List<GetIsLbsLoadBalancerDn>
    (List) The DNS configuration for this load balancer.
    FailsafePolicyActions List<string>
    (List) The supported failsafe_policy.action values for this load balancer's pools. Allowable list items are: fail, forward.
    Hostname string
    (String) The Fully qualified domain name assigned to this load balancer.
    Id string
    (String) The unique identifier for this load balancer pool.
    InstanceGroupsSupported bool
    (Boolean) Indicates whether this load balancer supports instance groups.
    Listeners List<GetIsLbsLoadBalancerListener>
    (List) The listeners of this load balancer.
    Name string
    (String) The user-defined or system-provided name for this reserved IP
    OperatingStatus string
    (String) The operating status of this load balancer.
    Pools List<GetIsLbsLoadBalancerPool>
    (List) The pools of this load balancer.
    PrivateIp List<GetIsLbsLoadBalancerPrivateIp>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    PrivateIps List<string>
    (String) The private IP addresses assigned to this load balancer. Same as private_ip.[].address
    Profile Dictionary<string, string>
    (List) The profile to use for this load balancer.
    ProvisioningStatus string
    (String) The provisioning status of this load balancer. Possible values are: active, create_pending, delete_pending, failed, maintenance_pending, update_pending-
    PublicIps List<string>
    (String) The public IP addresses assigned to this load balancer.
    ResourceControllerUrl string
    ResourceGroup string
    (String) The resource group id, where the load balancer is created.
    ResourceGroupName string
    ResourceName string
    RouteMode bool
    (Bool) Indicates whether route mode is enabled for this load balancer.
    SourceIpSessionPersistenceSupported bool
    (Boolean) Indicates whether this load balancer supports source IP session persistence.
    Status string
    (String) The status of the load balancers.
    Subnets List<GetIsLbsLoadBalancerSubnet>
    (List) The subnets this load balancer is part of.
    Tags List<string>
    (String) Tags associated with the load balancer.
    Type string
    (String) The type of the load balancer.
    UdpSupported bool
    (Bool) Indicates whether this load balancer supports UDP.
    AccessMode string
    (String) The access mode for this load balancer. One of private, public, private_path.
    AccessTags []string
    (String) Access management tags associated for the load balancer.
    AttachedLoadBalancerPoolMembers []GetIsLbsLoadBalancerAttachedLoadBalancerPoolMember
    (List) The load balancer pool members attached to this load balancer. Nested scheme for members:
    Availability string
    (String) The availability of this load balancer
    CreatedAt string
    (String) The date and time this load balancer was created.
    Crn string
    (String) The CRN for the subnet.
    Dns []GetIsLbsLoadBalancerDn
    (List) The DNS configuration for this load balancer.
    FailsafePolicyActions []string
    (List) The supported failsafe_policy.action values for this load balancer's pools. Allowable list items are: fail, forward.
    Hostname string
    (String) The Fully qualified domain name assigned to this load balancer.
    Id string
    (String) The unique identifier for this load balancer pool.
    InstanceGroupsSupported bool
    (Boolean) Indicates whether this load balancer supports instance groups.
    Listeners []GetIsLbsLoadBalancerListener
    (List) The listeners of this load balancer.
    Name string
    (String) The user-defined or system-provided name for this reserved IP
    OperatingStatus string
    (String) The operating status of this load balancer.
    Pools []GetIsLbsLoadBalancerPool
    (List) The pools of this load balancer.
    PrivateIp []GetIsLbsLoadBalancerPrivateIp
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    PrivateIps []string
    (String) The private IP addresses assigned to this load balancer. Same as private_ip.[].address
    Profile map[string]string
    (List) The profile to use for this load balancer.
    ProvisioningStatus string
    (String) The provisioning status of this load balancer. Possible values are: active, create_pending, delete_pending, failed, maintenance_pending, update_pending-
    PublicIps []string
    (String) The public IP addresses assigned to this load balancer.
    ResourceControllerUrl string
    ResourceGroup string
    (String) The resource group id, where the load balancer is created.
    ResourceGroupName string
    ResourceName string
    RouteMode bool
    (Bool) Indicates whether route mode is enabled for this load balancer.
    SourceIpSessionPersistenceSupported bool
    (Boolean) Indicates whether this load balancer supports source IP session persistence.
    Status string
    (String) The status of the load balancers.
    Subnets []GetIsLbsLoadBalancerSubnet
    (List) The subnets this load balancer is part of.
    Tags []string
    (String) Tags associated with the load balancer.
    Type string
    (String) The type of the load balancer.
    UdpSupported bool
    (Bool) Indicates whether this load balancer supports UDP.
    accessMode String
    (String) The access mode for this load balancer. One of private, public, private_path.
    accessTags List<String>
    (String) Access management tags associated for the load balancer.
    attachedLoadBalancerPoolMembers List<GetIsLbsLoadBalancerAttachedLoadBalancerPoolMember>
    (List) The load balancer pool members attached to this load balancer. Nested scheme for members:
    availability String
    (String) The availability of this load balancer
    createdAt String
    (String) The date and time this load balancer was created.
    crn String
    (String) The CRN for the subnet.
    dns List<GetIsLbsLoadBalancerDn>
    (List) The DNS configuration for this load balancer.
    failsafePolicyActions List<String>
    (List) The supported failsafe_policy.action values for this load balancer's pools. Allowable list items are: fail, forward.
    hostname String
    (String) The Fully qualified domain name assigned to this load balancer.
    id String
    (String) The unique identifier for this load balancer pool.
    instanceGroupsSupported Boolean
    (Boolean) Indicates whether this load balancer supports instance groups.
    listeners List<GetIsLbsLoadBalancerListener>
    (List) The listeners of this load balancer.
    name String
    (String) The user-defined or system-provided name for this reserved IP
    operatingStatus String
    (String) The operating status of this load balancer.
    pools List<GetIsLbsLoadBalancerPool>
    (List) The pools of this load balancer.
    privateIp List<GetIsLbsLoadBalancerPrivateIp>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    privateIps List<String>
    (String) The private IP addresses assigned to this load balancer. Same as private_ip.[].address
    profile Map<String,String>
    (List) The profile to use for this load balancer.
    provisioningStatus String
    (String) The provisioning status of this load balancer. Possible values are: active, create_pending, delete_pending, failed, maintenance_pending, update_pending-
    publicIps List<String>
    (String) The public IP addresses assigned to this load balancer.
    resourceControllerUrl String
    resourceGroup String
    (String) The resource group id, where the load balancer is created.
    resourceGroupName String
    resourceName String
    routeMode Boolean
    (Bool) Indicates whether route mode is enabled for this load balancer.
    sourceIpSessionPersistenceSupported Boolean
    (Boolean) Indicates whether this load balancer supports source IP session persistence.
    status String
    (String) The status of the load balancers.
    subnets List<GetIsLbsLoadBalancerSubnet>
    (List) The subnets this load balancer is part of.
    tags List<String>
    (String) Tags associated with the load balancer.
    type String
    (String) The type of the load balancer.
    udpSupported Boolean
    (Bool) Indicates whether this load balancer supports UDP.
    accessMode string
    (String) The access mode for this load balancer. One of private, public, private_path.
    accessTags string[]
    (String) Access management tags associated for the load balancer.
    attachedLoadBalancerPoolMembers GetIsLbsLoadBalancerAttachedLoadBalancerPoolMember[]
    (List) The load balancer pool members attached to this load balancer. Nested scheme for members:
    availability string
    (String) The availability of this load balancer
    createdAt string
    (String) The date and time this load balancer was created.
    crn string
    (String) The CRN for the subnet.
    dns GetIsLbsLoadBalancerDn[]
    (List) The DNS configuration for this load balancer.
    failsafePolicyActions string[]
    (List) The supported failsafe_policy.action values for this load balancer's pools. Allowable list items are: fail, forward.
    hostname string
    (String) The Fully qualified domain name assigned to this load balancer.
    id string
    (String) The unique identifier for this load balancer pool.
    instanceGroupsSupported boolean
    (Boolean) Indicates whether this load balancer supports instance groups.
    listeners GetIsLbsLoadBalancerListener[]
    (List) The listeners of this load balancer.
    name string
    (String) The user-defined or system-provided name for this reserved IP
    operatingStatus string
    (String) The operating status of this load balancer.
    pools GetIsLbsLoadBalancerPool[]
    (List) The pools of this load balancer.
    privateIp GetIsLbsLoadBalancerPrivateIp[]
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    privateIps string[]
    (String) The private IP addresses assigned to this load balancer. Same as private_ip.[].address
    profile {[key: string]: string}
    (List) The profile to use for this load balancer.
    provisioningStatus string
    (String) The provisioning status of this load balancer. Possible values are: active, create_pending, delete_pending, failed, maintenance_pending, update_pending-
    publicIps string[]
    (String) The public IP addresses assigned to this load balancer.
    resourceControllerUrl string
    resourceGroup string
    (String) The resource group id, where the load balancer is created.
    resourceGroupName string
    resourceName string
    routeMode boolean
    (Bool) Indicates whether route mode is enabled for this load balancer.
    sourceIpSessionPersistenceSupported boolean
    (Boolean) Indicates whether this load balancer supports source IP session persistence.
    status string
    (String) The status of the load balancers.
    subnets GetIsLbsLoadBalancerSubnet[]
    (List) The subnets this load balancer is part of.
    tags string[]
    (String) Tags associated with the load balancer.
    type string
    (String) The type of the load balancer.
    udpSupported boolean
    (Bool) Indicates whether this load balancer supports UDP.
    access_mode str
    (String) The access mode for this load balancer. One of private, public, private_path.
    access_tags Sequence[str]
    (String) Access management tags associated for the load balancer.
    attached_load_balancer_pool_members Sequence[GetIsLbsLoadBalancerAttachedLoadBalancerPoolMember]
    (List) The load balancer pool members attached to this load balancer. Nested scheme for members:
    availability str
    (String) The availability of this load balancer
    created_at str
    (String) The date and time this load balancer was created.
    crn str
    (String) The CRN for the subnet.
    dns Sequence[GetIsLbsLoadBalancerDn]
    (List) The DNS configuration for this load balancer.
    failsafe_policy_actions Sequence[str]
    (List) The supported failsafe_policy.action values for this load balancer's pools. Allowable list items are: fail, forward.
    hostname str
    (String) The Fully qualified domain name assigned to this load balancer.
    id str
    (String) The unique identifier for this load balancer pool.
    instance_groups_supported bool
    (Boolean) Indicates whether this load balancer supports instance groups.
    listeners Sequence[GetIsLbsLoadBalancerListener]
    (List) The listeners of this load balancer.
    name str
    (String) The user-defined or system-provided name for this reserved IP
    operating_status str
    (String) The operating status of this load balancer.
    pools Sequence[GetIsLbsLoadBalancerPool]
    (List) The pools of this load balancer.
    private_ip Sequence[GetIsLbsLoadBalancerPrivateIp]
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    private_ips Sequence[str]
    (String) The private IP addresses assigned to this load balancer. Same as private_ip.[].address
    profile Mapping[str, str]
    (List) The profile to use for this load balancer.
    provisioning_status str
    (String) The provisioning status of this load balancer. Possible values are: active, create_pending, delete_pending, failed, maintenance_pending, update_pending-
    public_ips Sequence[str]
    (String) The public IP addresses assigned to this load balancer.
    resource_controller_url str
    resource_group str
    (String) The resource group id, where the load balancer is created.
    resource_group_name str
    resource_name str
    route_mode bool
    (Bool) Indicates whether route mode is enabled for this load balancer.
    source_ip_session_persistence_supported bool
    (Boolean) Indicates whether this load balancer supports source IP session persistence.
    status str
    (String) The status of the load balancers.
    subnets Sequence[GetIsLbsLoadBalancerSubnet]
    (List) The subnets this load balancer is part of.
    tags Sequence[str]
    (String) Tags associated with the load balancer.
    type str
    (String) The type of the load balancer.
    udp_supported bool
    (Bool) Indicates whether this load balancer supports UDP.
    accessMode String
    (String) The access mode for this load balancer. One of private, public, private_path.
    accessTags List<String>
    (String) Access management tags associated for the load balancer.
    attachedLoadBalancerPoolMembers List<Property Map>
    (List) The load balancer pool members attached to this load balancer. Nested scheme for members:
    availability String
    (String) The availability of this load balancer
    createdAt String
    (String) The date and time this load balancer was created.
    crn String
    (String) The CRN for the subnet.
    dns List<Property Map>
    (List) The DNS configuration for this load balancer.
    failsafePolicyActions List<String>
    (List) The supported failsafe_policy.action values for this load balancer's pools. Allowable list items are: fail, forward.
    hostname String
    (String) The Fully qualified domain name assigned to this load balancer.
    id String
    (String) The unique identifier for this load balancer pool.
    instanceGroupsSupported Boolean
    (Boolean) Indicates whether this load balancer supports instance groups.
    listeners List<Property Map>
    (List) The listeners of this load balancer.
    name String
    (String) The user-defined or system-provided name for this reserved IP
    operatingStatus String
    (String) The operating status of this load balancer.
    pools List<Property Map>
    (List) The pools of this load balancer.
    privateIp List<Property Map>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    privateIps List<String>
    (String) The private IP addresses assigned to this load balancer. Same as private_ip.[].address
    profile Map<String>
    (List) The profile to use for this load balancer.
    provisioningStatus String
    (String) The provisioning status of this load balancer. Possible values are: active, create_pending, delete_pending, failed, maintenance_pending, update_pending-
    publicIps List<String>
    (String) The public IP addresses assigned to this load balancer.
    resourceControllerUrl String
    resourceGroup String
    (String) The resource group id, where the load balancer is created.
    resourceGroupName String
    resourceName String
    routeMode Boolean
    (Bool) Indicates whether route mode is enabled for this load balancer.
    sourceIpSessionPersistenceSupported Boolean
    (Boolean) Indicates whether this load balancer supports source IP session persistence.
    status String
    (String) The status of the load balancers.
    subnets List<Property Map>
    (List) The subnets this load balancer is part of.
    tags List<String>
    (String) Tags associated with the load balancer.
    type String
    (String) The type of the load balancer.
    udpSupported Boolean
    (Bool) Indicates whether this load balancer supports UDP.

    GetIsLbsLoadBalancerAttachedLoadBalancerPoolMember

    Deleteds List<GetIsLbsLoadBalancerAttachedLoadBalancerPoolMemberDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this reserved IP
    Id string
    (String) The unique identifier for this load balancer pool.
    Deleteds []GetIsLbsLoadBalancerAttachedLoadBalancerPoolMemberDeleted
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this reserved IP
    Id string
    (String) The unique identifier for this load balancer pool.
    deleteds List<GetIsLbsLoadBalancerAttachedLoadBalancerPoolMemberDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this reserved IP
    id String
    (String) The unique identifier for this load balancer pool.
    deleteds GetIsLbsLoadBalancerAttachedLoadBalancerPoolMemberDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested scheme for deleted:
    href string
    (String) The URL for this reserved IP
    id string
    (String) The unique identifier for this load balancer pool.
    deleteds Sequence[GetIsLbsLoadBalancerAttachedLoadBalancerPoolMemberDeleted]
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested scheme for deleted:
    href str
    (String) The URL for this reserved IP
    id str
    (String) The unique identifier 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 URL for this reserved IP
    id String
    (String) The unique identifier for this load balancer pool.

    GetIsLbsLoadBalancerAttachedLoadBalancerPoolMemberDeleted

    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.

    GetIsLbsLoadBalancerDn

    InstanceCrn string
    (String) The CRN of the DNS instance associated with the DNS zone
    ZoneId string
    (String) The unique identifier of the DNS zone.
    InstanceCrn string
    (String) The CRN of the DNS instance associated with the DNS zone
    ZoneId string
    (String) The unique identifier of the DNS zone.
    instanceCrn String
    (String) The CRN of the DNS instance associated with the DNS zone
    zoneId String
    (String) The unique identifier of the DNS zone.
    instanceCrn string
    (String) The CRN of the DNS instance associated with the DNS zone
    zoneId string
    (String) The unique identifier of the DNS zone.
    instance_crn str
    (String) The CRN of the DNS instance associated with the DNS zone
    zone_id str
    (String) The unique identifier of the DNS zone.
    instanceCrn String
    (String) The CRN of the DNS instance associated with the DNS zone
    zoneId String
    (String) The unique identifier of the DNS zone.

    GetIsLbsLoadBalancerListener

    Href string
    (String) The URL for this reserved IP
    Id string
    (String) The unique identifier for this load balancer pool.
    Href string
    (String) The URL for this reserved IP
    Id string
    (String) The unique identifier for this load balancer pool.
    href String
    (String) The URL for this reserved IP
    id String
    (String) The unique identifier for this load balancer pool.
    href string
    (String) The URL for this reserved IP
    id string
    (String) The unique identifier for this load balancer pool.
    href str
    (String) The URL for this reserved IP
    id str
    (String) The unique identifier for this load balancer pool.
    href String
    (String) The URL for this reserved IP
    id String
    (String) The unique identifier for this load balancer pool.

    GetIsLbsLoadBalancerPool

    Href string
    (String) The URL for this reserved IP
    Id string
    (String) The unique identifier for this load balancer pool.
    Name string
    (String) The user-defined or system-provided name for this reserved IP
    Href string
    (String) The URL for this reserved IP
    Id string
    (String) The unique identifier for this load balancer pool.
    Name string
    (String) The user-defined or system-provided name for this reserved IP
    href String
    (String) The URL for this reserved IP
    id String
    (String) The unique identifier for this load balancer pool.
    name String
    (String) The user-defined or system-provided name for this reserved IP
    href string
    (String) The URL for this reserved IP
    id string
    (String) The unique identifier for this load balancer pool.
    name string
    (String) The user-defined or system-provided name for this reserved IP
    href str
    (String) The URL for this reserved IP
    id str
    (String) The unique identifier for this load balancer pool.
    name str
    (String) The user-defined or system-provided name for this reserved IP
    href String
    (String) The URL for this reserved IP
    id String
    (String) The unique identifier for this load balancer pool.
    name String
    (String) The user-defined or system-provided name for this reserved IP

    GetIsLbsLoadBalancerPrivateIp

    Address string
    (String) The IP address. If the address has not yet been selected, the value will be 0.0.0.0. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Href string
    (String) The URL for this reserved IP
    Name string
    (String) The user-defined or system-provided name for this reserved IP
    ReservedIp string
    (String) The unique identifier for this reserved IP
    ResourceType string
    (String) The resource type.
    Address string
    (String) The IP address. If the address has not yet been selected, the value will be 0.0.0.0. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Href string
    (String) The URL for this reserved IP
    Name string
    (String) The user-defined or system-provided name for this reserved IP
    ReservedIp string
    (String) The unique identifier for this reserved IP
    ResourceType string
    (String) The resource type.
    address String
    (String) The IP address. If the address has not yet been selected, the value will be 0.0.0.0. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href String
    (String) The URL for this reserved IP
    name String
    (String) The user-defined or system-provided name for this reserved IP
    reservedIp String
    (String) The unique identifier for this reserved IP
    resourceType String
    (String) The resource type.
    address string
    (String) The IP address. If the address has not yet been selected, the value will be 0.0.0.0. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href string
    (String) The URL for this reserved IP
    name string
    (String) The user-defined or system-provided name for this reserved IP
    reservedIp string
    (String) The unique identifier for this reserved IP
    resourceType string
    (String) The resource type.
    address str
    (String) The IP address. If the address has not yet been selected, the value will be 0.0.0.0. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href str
    (String) The URL for this reserved IP
    name str
    (String) The user-defined or system-provided name for this reserved IP
    reserved_ip str
    (String) The unique identifier for this reserved IP
    resource_type str
    (String) The resource type.
    address String
    (String) The IP address. If the address has not yet been selected, the value will be 0.0.0.0. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href String
    (String) The URL for this reserved IP
    name String
    (String) The user-defined or system-provided name for this reserved IP
    reservedIp String
    (String) The unique identifier for this reserved IP
    resourceType String
    (String) The resource type.

    GetIsLbsLoadBalancerSubnet

    Crn string
    (String) The CRN for the subnet.
    Href string
    (String) The URL for this reserved IP
    Id string
    (String) The unique identifier for this load balancer pool.
    Name string
    (String) The user-defined or system-provided name for this reserved IP
    Crn string
    (String) The CRN for the subnet.
    Href string
    (String) The URL for this reserved IP
    Id string
    (String) The unique identifier for this load balancer pool.
    Name string
    (String) The user-defined or system-provided name for this reserved IP
    crn String
    (String) The CRN for the subnet.
    href String
    (String) The URL for this reserved IP
    id String
    (String) The unique identifier for this load balancer pool.
    name String
    (String) The user-defined or system-provided name for this reserved IP
    crn string
    (String) The CRN for the subnet.
    href string
    (String) The URL for this reserved IP
    id string
    (String) The unique identifier for this load balancer pool.
    name string
    (String) The user-defined or system-provided name for this reserved IP
    crn str
    (String) The CRN for the subnet.
    href str
    (String) The URL for this reserved IP
    id str
    (String) The unique identifier for this load balancer pool.
    name str
    (String) The user-defined or system-provided name for this reserved IP
    crn String
    (String) The CRN for the subnet.
    href String
    (String) The URL for this reserved IP
    id String
    (String) The unique identifier for this load balancer pool.
    name String
    (String) The user-defined or system-provided name for this reserved IP

    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