1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. alb
  5. LoadBalancer
Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi

alicloud.alb.LoadBalancer

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi

    Provides a Application Load Balancer (ALB) Load Balancer resource.

    Load Balancer Instance.

    For information about Application Load Balancer (ALB) Load Balancer and how to use it, see What is Load Balancer.

    NOTE: Available since v1.132.0.

    Create LoadBalancer Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LoadBalancer(name: string, args: LoadBalancerArgs, opts?: CustomResourceOptions);
    @overload
    def LoadBalancer(resource_name: str,
                     args: LoadBalancerArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def LoadBalancer(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     load_balancer_billing_config: Optional[LoadBalancerLoadBalancerBillingConfigArgs] = None,
                     zone_mappings: Optional[Sequence[LoadBalancerZoneMappingArgs]] = None,
                     vpc_id: Optional[str] = None,
                     address_type: Optional[str] = None,
                     load_balancer_edition: Optional[str] = None,
                     ipv6_address_type: Optional[str] = None,
                     deletion_protection_enabled: Optional[bool] = None,
                     dry_run: Optional[bool] = None,
                     access_log_config: Optional[LoadBalancerAccessLogConfigArgs] = None,
                     deletion_protection_config: Optional[LoadBalancerDeletionProtectionConfigArgs] = None,
                     bandwidth_package_id: Optional[str] = None,
                     load_balancer_name: Optional[str] = None,
                     modification_protection_config: Optional[LoadBalancerModificationProtectionConfigArgs] = None,
                     resource_group_id: Optional[str] = None,
                     tags: Optional[Mapping[str, str]] = None,
                     address_ip_version: Optional[str] = None,
                     address_allocated_mode: Optional[str] = None)
    func NewLoadBalancer(ctx *Context, name string, args LoadBalancerArgs, opts ...ResourceOption) (*LoadBalancer, error)
    public LoadBalancer(string name, LoadBalancerArgs args, CustomResourceOptions? opts = null)
    public LoadBalancer(String name, LoadBalancerArgs args)
    public LoadBalancer(String name, LoadBalancerArgs args, CustomResourceOptions options)
    
    type: alicloud:alb:LoadBalancer
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args LoadBalancerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args LoadBalancerArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args LoadBalancerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LoadBalancerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LoadBalancerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var loadBalancerResource = new AliCloud.Alb.LoadBalancer("loadBalancerResource", new()
    {
        LoadBalancerBillingConfig = new AliCloud.Alb.Inputs.LoadBalancerLoadBalancerBillingConfigArgs
        {
            PayType = "string",
        },
        ZoneMappings = new[]
        {
            new AliCloud.Alb.Inputs.LoadBalancerZoneMappingArgs
            {
                VswitchId = "string",
                ZoneId = "string",
                Address = "string",
                AllocationId = "string",
                EipType = "string",
                IntranetAddress = "string",
                Ipv6Address = "string",
                LoadBalancerAddresses = new[]
                {
                    new AliCloud.Alb.Inputs.LoadBalancerZoneMappingLoadBalancerAddressArgs
                    {
                        Address = "string",
                        AllocationId = "string",
                        EipType = "string",
                        IntranetAddress = "string",
                        IntranetAddressHcStatus = "string",
                        Ipv4LocalAddresses = new[]
                        {
                            "string",
                        },
                        Ipv6Address = "string",
                        Ipv6AddressHcStatus = "string",
                        Ipv6LocalAddresses = new[]
                        {
                            "string",
                        },
                    },
                },
            },
        },
        VpcId = "string",
        AddressType = "string",
        LoadBalancerEdition = "string",
        Ipv6AddressType = "string",
        DeletionProtectionEnabled = false,
        DryRun = false,
        AccessLogConfig = new AliCloud.Alb.Inputs.LoadBalancerAccessLogConfigArgs
        {
            LogProject = "string",
            LogStore = "string",
        },
        DeletionProtectionConfig = new AliCloud.Alb.Inputs.LoadBalancerDeletionProtectionConfigArgs
        {
            Enabled = false,
            EnabledTime = "string",
        },
        BandwidthPackageId = "string",
        LoadBalancerName = "string",
        ModificationProtectionConfig = new AliCloud.Alb.Inputs.LoadBalancerModificationProtectionConfigArgs
        {
            Reason = "string",
            Status = "string",
        },
        ResourceGroupId = "string",
        Tags = 
        {
            { "string", "string" },
        },
        AddressIpVersion = "string",
        AddressAllocatedMode = "string",
    });
    
    example, err := alb.NewLoadBalancer(ctx, "loadBalancerResource", &alb.LoadBalancerArgs{
    	LoadBalancerBillingConfig: &alb.LoadBalancerLoadBalancerBillingConfigArgs{
    		PayType: pulumi.String("string"),
    	},
    	ZoneMappings: alb.LoadBalancerZoneMappingArray{
    		&alb.LoadBalancerZoneMappingArgs{
    			VswitchId:       pulumi.String("string"),
    			ZoneId:          pulumi.String("string"),
    			Address:         pulumi.String("string"),
    			AllocationId:    pulumi.String("string"),
    			EipType:         pulumi.String("string"),
    			IntranetAddress: pulumi.String("string"),
    			Ipv6Address:     pulumi.String("string"),
    			LoadBalancerAddresses: alb.LoadBalancerZoneMappingLoadBalancerAddressArray{
    				&alb.LoadBalancerZoneMappingLoadBalancerAddressArgs{
    					Address:                 pulumi.String("string"),
    					AllocationId:            pulumi.String("string"),
    					EipType:                 pulumi.String("string"),
    					IntranetAddress:         pulumi.String("string"),
    					IntranetAddressHcStatus: pulumi.String("string"),
    					Ipv4LocalAddresses: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					Ipv6Address:         pulumi.String("string"),
    					Ipv6AddressHcStatus: pulumi.String("string"),
    					Ipv6LocalAddresses: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    				},
    			},
    		},
    	},
    	VpcId:                     pulumi.String("string"),
    	AddressType:               pulumi.String("string"),
    	LoadBalancerEdition:       pulumi.String("string"),
    	Ipv6AddressType:           pulumi.String("string"),
    	DeletionProtectionEnabled: pulumi.Bool(false),
    	DryRun:                    pulumi.Bool(false),
    	AccessLogConfig: &alb.LoadBalancerAccessLogConfigArgs{
    		LogProject: pulumi.String("string"),
    		LogStore:   pulumi.String("string"),
    	},
    	DeletionProtectionConfig: &alb.LoadBalancerDeletionProtectionConfigArgs{
    		Enabled:     pulumi.Bool(false),
    		EnabledTime: pulumi.String("string"),
    	},
    	BandwidthPackageId: pulumi.String("string"),
    	LoadBalancerName:   pulumi.String("string"),
    	ModificationProtectionConfig: &alb.LoadBalancerModificationProtectionConfigArgs{
    		Reason: pulumi.String("string"),
    		Status: pulumi.String("string"),
    	},
    	ResourceGroupId: pulumi.String("string"),
    	Tags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	AddressIpVersion:     pulumi.String("string"),
    	AddressAllocatedMode: pulumi.String("string"),
    })
    
    var loadBalancerResource = new LoadBalancer("loadBalancerResource", LoadBalancerArgs.builder()
        .loadBalancerBillingConfig(LoadBalancerLoadBalancerBillingConfigArgs.builder()
            .payType("string")
            .build())
        .zoneMappings(LoadBalancerZoneMappingArgs.builder()
            .vswitchId("string")
            .zoneId("string")
            .address("string")
            .allocationId("string")
            .eipType("string")
            .intranetAddress("string")
            .ipv6Address("string")
            .loadBalancerAddresses(LoadBalancerZoneMappingLoadBalancerAddressArgs.builder()
                .address("string")
                .allocationId("string")
                .eipType("string")
                .intranetAddress("string")
                .intranetAddressHcStatus("string")
                .ipv4LocalAddresses("string")
                .ipv6Address("string")
                .ipv6AddressHcStatus("string")
                .ipv6LocalAddresses("string")
                .build())
            .build())
        .vpcId("string")
        .addressType("string")
        .loadBalancerEdition("string")
        .ipv6AddressType("string")
        .deletionProtectionEnabled(false)
        .dryRun(false)
        .accessLogConfig(LoadBalancerAccessLogConfigArgs.builder()
            .logProject("string")
            .logStore("string")
            .build())
        .deletionProtectionConfig(LoadBalancerDeletionProtectionConfigArgs.builder()
            .enabled(false)
            .enabledTime("string")
            .build())
        .bandwidthPackageId("string")
        .loadBalancerName("string")
        .modificationProtectionConfig(LoadBalancerModificationProtectionConfigArgs.builder()
            .reason("string")
            .status("string")
            .build())
        .resourceGroupId("string")
        .tags(Map.of("string", "string"))
        .addressIpVersion("string")
        .addressAllocatedMode("string")
        .build());
    
    load_balancer_resource = alicloud.alb.LoadBalancer("loadBalancerResource",
        load_balancer_billing_config={
            "pay_type": "string",
        },
        zone_mappings=[{
            "vswitch_id": "string",
            "zone_id": "string",
            "address": "string",
            "allocation_id": "string",
            "eip_type": "string",
            "intranet_address": "string",
            "ipv6_address": "string",
            "load_balancer_addresses": [{
                "address": "string",
                "allocation_id": "string",
                "eip_type": "string",
                "intranet_address": "string",
                "intranet_address_hc_status": "string",
                "ipv4_local_addresses": ["string"],
                "ipv6_address": "string",
                "ipv6_address_hc_status": "string",
                "ipv6_local_addresses": ["string"],
            }],
        }],
        vpc_id="string",
        address_type="string",
        load_balancer_edition="string",
        ipv6_address_type="string",
        deletion_protection_enabled=False,
        dry_run=False,
        access_log_config={
            "log_project": "string",
            "log_store": "string",
        },
        deletion_protection_config={
            "enabled": False,
            "enabled_time": "string",
        },
        bandwidth_package_id="string",
        load_balancer_name="string",
        modification_protection_config={
            "reason": "string",
            "status": "string",
        },
        resource_group_id="string",
        tags={
            "string": "string",
        },
        address_ip_version="string",
        address_allocated_mode="string")
    
    const loadBalancerResource = new alicloud.alb.LoadBalancer("loadBalancerResource", {
        loadBalancerBillingConfig: {
            payType: "string",
        },
        zoneMappings: [{
            vswitchId: "string",
            zoneId: "string",
            address: "string",
            allocationId: "string",
            eipType: "string",
            intranetAddress: "string",
            ipv6Address: "string",
            loadBalancerAddresses: [{
                address: "string",
                allocationId: "string",
                eipType: "string",
                intranetAddress: "string",
                intranetAddressHcStatus: "string",
                ipv4LocalAddresses: ["string"],
                ipv6Address: "string",
                ipv6AddressHcStatus: "string",
                ipv6LocalAddresses: ["string"],
            }],
        }],
        vpcId: "string",
        addressType: "string",
        loadBalancerEdition: "string",
        ipv6AddressType: "string",
        deletionProtectionEnabled: false,
        dryRun: false,
        accessLogConfig: {
            logProject: "string",
            logStore: "string",
        },
        deletionProtectionConfig: {
            enabled: false,
            enabledTime: "string",
        },
        bandwidthPackageId: "string",
        loadBalancerName: "string",
        modificationProtectionConfig: {
            reason: "string",
            status: "string",
        },
        resourceGroupId: "string",
        tags: {
            string: "string",
        },
        addressIpVersion: "string",
        addressAllocatedMode: "string",
    });
    
    type: alicloud:alb:LoadBalancer
    properties:
        accessLogConfig:
            logProject: string
            logStore: string
        addressAllocatedMode: string
        addressIpVersion: string
        addressType: string
        bandwidthPackageId: string
        deletionProtectionConfig:
            enabled: false
            enabledTime: string
        deletionProtectionEnabled: false
        dryRun: false
        ipv6AddressType: string
        loadBalancerBillingConfig:
            payType: string
        loadBalancerEdition: string
        loadBalancerName: string
        modificationProtectionConfig:
            reason: string
            status: string
        resourceGroupId: string
        tags:
            string: string
        vpcId: string
        zoneMappings:
            - address: string
              allocationId: string
              eipType: string
              intranetAddress: string
              ipv6Address: string
              loadBalancerAddresses:
                - address: string
                  allocationId: string
                  eipType: string
                  intranetAddress: string
                  intranetAddressHcStatus: string
                  ipv4LocalAddresses:
                    - string
                  ipv6Address: string
                  ipv6AddressHcStatus: string
                  ipv6LocalAddresses:
                    - string
              vswitchId: string
              zoneId: string
    

    LoadBalancer Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The LoadBalancer resource accepts the following input properties:

    AddressType string
    The type of IP address that the SLB instance uses to provide services.
    LoadBalancerBillingConfig Pulumi.AliCloud.Alb.Inputs.LoadBalancerLoadBalancerBillingConfig
    The configuration of the billing method. See load_balancer_billing_config below.
    LoadBalancerEdition string
    The edition of the ALB instance.
    VpcId string
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    ZoneMappings List<Pulumi.AliCloud.Alb.Inputs.LoadBalancerZoneMapping>
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.
    AccessLogConfig Pulumi.AliCloud.Alb.Inputs.LoadBalancerAccessLogConfig
    The configuration of the access log. See access_log_config below.
    AddressAllocatedMode string
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    AddressIpVersion string
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    BandwidthPackageId string
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    DeletionProtectionConfig Pulumi.AliCloud.Alb.Inputs.LoadBalancerDeletionProtectionConfig
    The Protection Configuration See deletion_protection_config below.
    DeletionProtectionEnabled bool
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    DryRun bool
    Whether to PreCheck only this request, value:
    Ipv6AddressType string
    The address type of Ipv6
    LoadBalancerName string
    The name of the resource
    ModificationProtectionConfig Pulumi.AliCloud.Alb.Inputs.LoadBalancerModificationProtectionConfig
    Modify the Protection Configuration See modification_protection_config below.
    ResourceGroupId string
    The ID of the resource group
    Tags Dictionary<string, string>
    The tag of the resource
    AddressType string
    The type of IP address that the SLB instance uses to provide services.
    LoadBalancerBillingConfig LoadBalancerLoadBalancerBillingConfigArgs
    The configuration of the billing method. See load_balancer_billing_config below.
    LoadBalancerEdition string
    The edition of the ALB instance.
    VpcId string
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    ZoneMappings []LoadBalancerZoneMappingArgs
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.
    AccessLogConfig LoadBalancerAccessLogConfigArgs
    The configuration of the access log. See access_log_config below.
    AddressAllocatedMode string
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    AddressIpVersion string
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    BandwidthPackageId string
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    DeletionProtectionConfig LoadBalancerDeletionProtectionConfigArgs
    The Protection Configuration See deletion_protection_config below.
    DeletionProtectionEnabled bool
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    DryRun bool
    Whether to PreCheck only this request, value:
    Ipv6AddressType string
    The address type of Ipv6
    LoadBalancerName string
    The name of the resource
    ModificationProtectionConfig LoadBalancerModificationProtectionConfigArgs
    Modify the Protection Configuration See modification_protection_config below.
    ResourceGroupId string
    The ID of the resource group
    Tags map[string]string
    The tag of the resource
    addressType String
    The type of IP address that the SLB instance uses to provide services.
    loadBalancerBillingConfig LoadBalancerLoadBalancerBillingConfig
    The configuration of the billing method. See load_balancer_billing_config below.
    loadBalancerEdition String
    The edition of the ALB instance.
    vpcId String
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    zoneMappings List<LoadBalancerZoneMapping>
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.
    accessLogConfig LoadBalancerAccessLogConfig
    The configuration of the access log. See access_log_config below.
    addressAllocatedMode String
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    addressIpVersion String
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    bandwidthPackageId String
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    deletionProtectionConfig LoadBalancerDeletionProtectionConfig
    The Protection Configuration See deletion_protection_config below.
    deletionProtectionEnabled Boolean
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    dryRun Boolean
    Whether to PreCheck only this request, value:
    ipv6AddressType String
    The address type of Ipv6
    loadBalancerName String
    The name of the resource
    modificationProtectionConfig LoadBalancerModificationProtectionConfig
    Modify the Protection Configuration See modification_protection_config below.
    resourceGroupId String
    The ID of the resource group
    tags Map<String,String>
    The tag of the resource
    addressType string
    The type of IP address that the SLB instance uses to provide services.
    loadBalancerBillingConfig LoadBalancerLoadBalancerBillingConfig
    The configuration of the billing method. See load_balancer_billing_config below.
    loadBalancerEdition string
    The edition of the ALB instance.
    vpcId string
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    zoneMappings LoadBalancerZoneMapping[]
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.
    accessLogConfig LoadBalancerAccessLogConfig
    The configuration of the access log. See access_log_config below.
    addressAllocatedMode string
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    addressIpVersion string
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    bandwidthPackageId string
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    deletionProtectionConfig LoadBalancerDeletionProtectionConfig
    The Protection Configuration See deletion_protection_config below.
    deletionProtectionEnabled boolean
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    dryRun boolean
    Whether to PreCheck only this request, value:
    ipv6AddressType string
    The address type of Ipv6
    loadBalancerName string
    The name of the resource
    modificationProtectionConfig LoadBalancerModificationProtectionConfig
    Modify the Protection Configuration See modification_protection_config below.
    resourceGroupId string
    The ID of the resource group
    tags {[key: string]: string}
    The tag of the resource
    address_type str
    The type of IP address that the SLB instance uses to provide services.
    load_balancer_billing_config LoadBalancerLoadBalancerBillingConfigArgs
    The configuration of the billing method. See load_balancer_billing_config below.
    load_balancer_edition str
    The edition of the ALB instance.
    vpc_id str
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    zone_mappings Sequence[LoadBalancerZoneMappingArgs]
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.
    access_log_config LoadBalancerAccessLogConfigArgs
    The configuration of the access log. See access_log_config below.
    address_allocated_mode str
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    address_ip_version str
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    bandwidth_package_id str
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    deletion_protection_config LoadBalancerDeletionProtectionConfigArgs
    The Protection Configuration See deletion_protection_config below.
    deletion_protection_enabled bool
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    dry_run bool
    Whether to PreCheck only this request, value:
    ipv6_address_type str
    The address type of Ipv6
    load_balancer_name str
    The name of the resource
    modification_protection_config LoadBalancerModificationProtectionConfigArgs
    Modify the Protection Configuration See modification_protection_config below.
    resource_group_id str
    The ID of the resource group
    tags Mapping[str, str]
    The tag of the resource
    addressType String
    The type of IP address that the SLB instance uses to provide services.
    loadBalancerBillingConfig Property Map
    The configuration of the billing method. See load_balancer_billing_config below.
    loadBalancerEdition String
    The edition of the ALB instance.
    vpcId String
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    zoneMappings List<Property Map>
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.
    accessLogConfig Property Map
    The configuration of the access log. See access_log_config below.
    addressAllocatedMode String
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    addressIpVersion String
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    bandwidthPackageId String
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    deletionProtectionConfig Property Map
    The Protection Configuration See deletion_protection_config below.
    deletionProtectionEnabled Boolean
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    dryRun Boolean
    Whether to PreCheck only this request, value:
    ipv6AddressType String
    The address type of Ipv6
    loadBalancerName String
    The name of the resource
    modificationProtectionConfig Property Map
    Modify the Protection Configuration See modification_protection_config below.
    resourceGroupId String
    The ID of the resource group
    tags Map<String>
    The tag of the resource

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LoadBalancer resource produces the following output properties:

    CreateTime string
    The creation time of the resource
    DnsName string
    DNS Domain Name
    Id string
    The provider-assigned unique ID for this managed resource.
    RegionId string
    The region ID of the resource
    Status string
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
    CreateTime string
    The creation time of the resource
    DnsName string
    DNS Domain Name
    Id string
    The provider-assigned unique ID for this managed resource.
    RegionId string
    The region ID of the resource
    Status string
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
    createTime String
    The creation time of the resource
    dnsName String
    DNS Domain Name
    id String
    The provider-assigned unique ID for this managed resource.
    regionId String
    The region ID of the resource
    status String
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
    createTime string
    The creation time of the resource
    dnsName string
    DNS Domain Name
    id string
    The provider-assigned unique ID for this managed resource.
    regionId string
    The region ID of the resource
    status string
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
    create_time str
    The creation time of the resource
    dns_name str
    DNS Domain Name
    id str
    The provider-assigned unique ID for this managed resource.
    region_id str
    The region ID of the resource
    status str
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
    createTime String
    The creation time of the resource
    dnsName String
    DNS Domain Name
    id String
    The provider-assigned unique ID for this managed resource.
    regionId String
    The region ID of the resource
    status String
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).

    Look up Existing LoadBalancer Resource

    Get an existing LoadBalancer resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: LoadBalancerState, opts?: CustomResourceOptions): LoadBalancer
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_log_config: Optional[LoadBalancerAccessLogConfigArgs] = None,
            address_allocated_mode: Optional[str] = None,
            address_ip_version: Optional[str] = None,
            address_type: Optional[str] = None,
            bandwidth_package_id: Optional[str] = None,
            create_time: Optional[str] = None,
            deletion_protection_config: Optional[LoadBalancerDeletionProtectionConfigArgs] = None,
            deletion_protection_enabled: Optional[bool] = None,
            dns_name: Optional[str] = None,
            dry_run: Optional[bool] = None,
            ipv6_address_type: Optional[str] = None,
            load_balancer_billing_config: Optional[LoadBalancerLoadBalancerBillingConfigArgs] = None,
            load_balancer_edition: Optional[str] = None,
            load_balancer_name: Optional[str] = None,
            modification_protection_config: Optional[LoadBalancerModificationProtectionConfigArgs] = None,
            region_id: Optional[str] = None,
            resource_group_id: Optional[str] = None,
            status: Optional[str] = None,
            tags: Optional[Mapping[str, str]] = None,
            vpc_id: Optional[str] = None,
            zone_mappings: Optional[Sequence[LoadBalancerZoneMappingArgs]] = None) -> LoadBalancer
    func GetLoadBalancer(ctx *Context, name string, id IDInput, state *LoadBalancerState, opts ...ResourceOption) (*LoadBalancer, error)
    public static LoadBalancer Get(string name, Input<string> id, LoadBalancerState? state, CustomResourceOptions? opts = null)
    public static LoadBalancer get(String name, Output<String> id, LoadBalancerState state, CustomResourceOptions options)
    resources:  _:    type: alicloud:alb:LoadBalancer    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccessLogConfig Pulumi.AliCloud.Alb.Inputs.LoadBalancerAccessLogConfig
    The configuration of the access log. See access_log_config below.
    AddressAllocatedMode string
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    AddressIpVersion string
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    AddressType string
    The type of IP address that the SLB instance uses to provide services.
    BandwidthPackageId string
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    CreateTime string
    The creation time of the resource
    DeletionProtectionConfig Pulumi.AliCloud.Alb.Inputs.LoadBalancerDeletionProtectionConfig
    The Protection Configuration See deletion_protection_config below.
    DeletionProtectionEnabled bool
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    DnsName string
    DNS Domain Name
    DryRun bool
    Whether to PreCheck only this request, value:
    Ipv6AddressType string
    The address type of Ipv6
    LoadBalancerBillingConfig Pulumi.AliCloud.Alb.Inputs.LoadBalancerLoadBalancerBillingConfig
    The configuration of the billing method. See load_balancer_billing_config below.
    LoadBalancerEdition string
    The edition of the ALB instance.
    LoadBalancerName string
    The name of the resource
    ModificationProtectionConfig Pulumi.AliCloud.Alb.Inputs.LoadBalancerModificationProtectionConfig
    Modify the Protection Configuration See modification_protection_config below.
    RegionId string
    The region ID of the resource
    ResourceGroupId string
    The ID of the resource group
    Status string
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
    Tags Dictionary<string, string>
    The tag of the resource
    VpcId string
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    ZoneMappings List<Pulumi.AliCloud.Alb.Inputs.LoadBalancerZoneMapping>
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.
    AccessLogConfig LoadBalancerAccessLogConfigArgs
    The configuration of the access log. See access_log_config below.
    AddressAllocatedMode string
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    AddressIpVersion string
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    AddressType string
    The type of IP address that the SLB instance uses to provide services.
    BandwidthPackageId string
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    CreateTime string
    The creation time of the resource
    DeletionProtectionConfig LoadBalancerDeletionProtectionConfigArgs
    The Protection Configuration See deletion_protection_config below.
    DeletionProtectionEnabled bool
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    DnsName string
    DNS Domain Name
    DryRun bool
    Whether to PreCheck only this request, value:
    Ipv6AddressType string
    The address type of Ipv6
    LoadBalancerBillingConfig LoadBalancerLoadBalancerBillingConfigArgs
    The configuration of the billing method. See load_balancer_billing_config below.
    LoadBalancerEdition string
    The edition of the ALB instance.
    LoadBalancerName string
    The name of the resource
    ModificationProtectionConfig LoadBalancerModificationProtectionConfigArgs
    Modify the Protection Configuration See modification_protection_config below.
    RegionId string
    The region ID of the resource
    ResourceGroupId string
    The ID of the resource group
    Status string
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
    Tags map[string]string
    The tag of the resource
    VpcId string
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    ZoneMappings []LoadBalancerZoneMappingArgs
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.
    accessLogConfig LoadBalancerAccessLogConfig
    The configuration of the access log. See access_log_config below.
    addressAllocatedMode String
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    addressIpVersion String
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    addressType String
    The type of IP address that the SLB instance uses to provide services.
    bandwidthPackageId String
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    createTime String
    The creation time of the resource
    deletionProtectionConfig LoadBalancerDeletionProtectionConfig
    The Protection Configuration See deletion_protection_config below.
    deletionProtectionEnabled Boolean
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    dnsName String
    DNS Domain Name
    dryRun Boolean
    Whether to PreCheck only this request, value:
    ipv6AddressType String
    The address type of Ipv6
    loadBalancerBillingConfig LoadBalancerLoadBalancerBillingConfig
    The configuration of the billing method. See load_balancer_billing_config below.
    loadBalancerEdition String
    The edition of the ALB instance.
    loadBalancerName String
    The name of the resource
    modificationProtectionConfig LoadBalancerModificationProtectionConfig
    Modify the Protection Configuration See modification_protection_config below.
    regionId String
    The region ID of the resource
    resourceGroupId String
    The ID of the resource group
    status String
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
    tags Map<String,String>
    The tag of the resource
    vpcId String
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    zoneMappings List<LoadBalancerZoneMapping>
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.
    accessLogConfig LoadBalancerAccessLogConfig
    The configuration of the access log. See access_log_config below.
    addressAllocatedMode string
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    addressIpVersion string
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    addressType string
    The type of IP address that the SLB instance uses to provide services.
    bandwidthPackageId string
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    createTime string
    The creation time of the resource
    deletionProtectionConfig LoadBalancerDeletionProtectionConfig
    The Protection Configuration See deletion_protection_config below.
    deletionProtectionEnabled boolean
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    dnsName string
    DNS Domain Name
    dryRun boolean
    Whether to PreCheck only this request, value:
    ipv6AddressType string
    The address type of Ipv6
    loadBalancerBillingConfig LoadBalancerLoadBalancerBillingConfig
    The configuration of the billing method. See load_balancer_billing_config below.
    loadBalancerEdition string
    The edition of the ALB instance.
    loadBalancerName string
    The name of the resource
    modificationProtectionConfig LoadBalancerModificationProtectionConfig
    Modify the Protection Configuration See modification_protection_config below.
    regionId string
    The region ID of the resource
    resourceGroupId string
    The ID of the resource group
    status string
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
    tags {[key: string]: string}
    The tag of the resource
    vpcId string
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    zoneMappings LoadBalancerZoneMapping[]
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.
    access_log_config LoadBalancerAccessLogConfigArgs
    The configuration of the access log. See access_log_config below.
    address_allocated_mode str
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    address_ip_version str
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    address_type str
    The type of IP address that the SLB instance uses to provide services.
    bandwidth_package_id str
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    create_time str
    The creation time of the resource
    deletion_protection_config LoadBalancerDeletionProtectionConfigArgs
    The Protection Configuration See deletion_protection_config below.
    deletion_protection_enabled bool
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    dns_name str
    DNS Domain Name
    dry_run bool
    Whether to PreCheck only this request, value:
    ipv6_address_type str
    The address type of Ipv6
    load_balancer_billing_config LoadBalancerLoadBalancerBillingConfigArgs
    The configuration of the billing method. See load_balancer_billing_config below.
    load_balancer_edition str
    The edition of the ALB instance.
    load_balancer_name str
    The name of the resource
    modification_protection_config LoadBalancerModificationProtectionConfigArgs
    Modify the Protection Configuration See modification_protection_config below.
    region_id str
    The region ID of the resource
    resource_group_id str
    The ID of the resource group
    status str
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
    tags Mapping[str, str]
    The tag of the resource
    vpc_id str
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    zone_mappings Sequence[LoadBalancerZoneMappingArgs]
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.
    accessLogConfig Property Map
    The configuration of the access log. See access_log_config below.
    addressAllocatedMode String
    The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
    addressIpVersion String
    The protocol version. Value:

    • IPv4:IPv4 type.
    • DualStack: the dual-stack type.
    addressType String
    The type of IP address that the SLB instance uses to provide services.
    bandwidthPackageId String
    The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
    createTime String
    The creation time of the resource
    deletionProtectionConfig Property Map
    The Protection Configuration See deletion_protection_config below.
    deletionProtectionEnabled Boolean
    Specifies whether to enable deletion protection. Default value: false. Valid values:
    dnsName String
    DNS Domain Name
    dryRun Boolean
    Whether to PreCheck only this request, value:
    ipv6AddressType String
    The address type of Ipv6
    loadBalancerBillingConfig Property Map
    The configuration of the billing method. See load_balancer_billing_config below.
    loadBalancerEdition String
    The edition of the ALB instance.
    loadBalancerName String
    The name of the resource
    modificationProtectionConfig Property Map
    Modify the Protection Configuration See modification_protection_config below.
    regionId String
    The region ID of the resource
    resourceGroupId String
    The ID of the resource group
    status String
    Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
    tags Map<String>
    The tag of the resource
    vpcId String
    The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
    zoneMappings List<Property Map>
    The zones and vSwitches. You must specify at least two zones. See zone_mappings below.

    Supporting Types

    LoadBalancerAccessLogConfig, LoadBalancerAccessLogConfigArgs

    LogProject string
    The project to which the access log is shipped.
    LogStore string
    The Logstore to which the access log is shipped.
    LogProject string
    The project to which the access log is shipped.
    LogStore string
    The Logstore to which the access log is shipped.
    logProject String
    The project to which the access log is shipped.
    logStore String
    The Logstore to which the access log is shipped.
    logProject string
    The project to which the access log is shipped.
    logStore string
    The Logstore to which the access log is shipped.
    log_project str
    The project to which the access log is shipped.
    log_store str
    The Logstore to which the access log is shipped.
    logProject String
    The project to which the access log is shipped.
    logStore String
    The Logstore to which the access log is shipped.

    LoadBalancerDeletionProtectionConfig, LoadBalancerDeletionProtectionConfigArgs

    Enabled bool
    Remove the Protection Status
    EnabledTime string
    Deletion Protection Turn-on Time Use Greenwich Mean Time, in the Format of Yyyy-MM-ddTHH: mm: SSZ
    Enabled bool
    Remove the Protection Status
    EnabledTime string
    Deletion Protection Turn-on Time Use Greenwich Mean Time, in the Format of Yyyy-MM-ddTHH: mm: SSZ
    enabled Boolean
    Remove the Protection Status
    enabledTime String
    Deletion Protection Turn-on Time Use Greenwich Mean Time, in the Format of Yyyy-MM-ddTHH: mm: SSZ
    enabled boolean
    Remove the Protection Status
    enabledTime string
    Deletion Protection Turn-on Time Use Greenwich Mean Time, in the Format of Yyyy-MM-ddTHH: mm: SSZ
    enabled bool
    Remove the Protection Status
    enabled_time str
    Deletion Protection Turn-on Time Use Greenwich Mean Time, in the Format of Yyyy-MM-ddTHH: mm: SSZ
    enabled Boolean
    Remove the Protection Status
    enabledTime String
    Deletion Protection Turn-on Time Use Greenwich Mean Time, in the Format of Yyyy-MM-ddTHH: mm: SSZ

    LoadBalancerLoadBalancerBillingConfig, LoadBalancerLoadBalancerBillingConfigArgs

    PayType string
    Pay Type
    PayType string
    Pay Type
    payType String
    Pay Type
    payType string
    Pay Type
    pay_type str
    Pay Type
    payType String
    Pay Type

    LoadBalancerModificationProtectionConfig, LoadBalancerModificationProtectionConfigArgs

    Reason string
    Managed Instance
    Status string
    Load Balancing Modify the Protection Status
    Reason string
    Managed Instance
    Status string
    Load Balancing Modify the Protection Status
    reason String
    Managed Instance
    status String
    Load Balancing Modify the Protection Status
    reason string
    Managed Instance
    status string
    Load Balancing Modify the Protection Status
    reason str
    Managed Instance
    status str
    Load Balancing Modify the Protection Status
    reason String
    Managed Instance
    status String
    Load Balancing Modify the Protection Status

    LoadBalancerZoneMapping, LoadBalancerZoneMappingArgs

    VswitchId string
    The ID of the vSwitch that corresponds to the zone. Each zone can use only one vSwitch and subnet.
    ZoneId string
    The ID of the zone to which the SLB instance belongs.
    Address string
    An IP address of the IPv4 type.
    AllocationId string
    The ID of the EIP instance.
    EipType string
    The type of the EIP instance.
    IntranetAddress string
    IPv4 private network address.
    Ipv6Address string
    An IP address of the IPv6 type.
    LoadBalancerAddresses List<Pulumi.AliCloud.Alb.Inputs.LoadBalancerZoneMappingLoadBalancerAddress>
    The instance address.
    VswitchId string
    The ID of the vSwitch that corresponds to the zone. Each zone can use only one vSwitch and subnet.
    ZoneId string
    The ID of the zone to which the SLB instance belongs.
    Address string
    An IP address of the IPv4 type.
    AllocationId string
    The ID of the EIP instance.
    EipType string
    The type of the EIP instance.
    IntranetAddress string
    IPv4 private network address.
    Ipv6Address string
    An IP address of the IPv6 type.
    LoadBalancerAddresses []LoadBalancerZoneMappingLoadBalancerAddress
    The instance address.
    vswitchId String
    The ID of the vSwitch that corresponds to the zone. Each zone can use only one vSwitch and subnet.
    zoneId String
    The ID of the zone to which the SLB instance belongs.
    address String
    An IP address of the IPv4 type.
    allocationId String
    The ID of the EIP instance.
    eipType String
    The type of the EIP instance.
    intranetAddress String
    IPv4 private network address.
    ipv6Address String
    An IP address of the IPv6 type.
    loadBalancerAddresses List<LoadBalancerZoneMappingLoadBalancerAddress>
    The instance address.
    vswitchId string
    The ID of the vSwitch that corresponds to the zone. Each zone can use only one vSwitch and subnet.
    zoneId string
    The ID of the zone to which the SLB instance belongs.
    address string
    An IP address of the IPv4 type.
    allocationId string
    The ID of the EIP instance.
    eipType string
    The type of the EIP instance.
    intranetAddress string
    IPv4 private network address.
    ipv6Address string
    An IP address of the IPv6 type.
    loadBalancerAddresses LoadBalancerZoneMappingLoadBalancerAddress[]
    The instance address.
    vswitch_id str
    The ID of the vSwitch that corresponds to the zone. Each zone can use only one vSwitch and subnet.
    zone_id str
    The ID of the zone to which the SLB instance belongs.
    address str
    An IP address of the IPv4 type.
    allocation_id str
    The ID of the EIP instance.
    eip_type str
    The type of the EIP instance.
    intranet_address str
    IPv4 private network address.
    ipv6_address str
    An IP address of the IPv6 type.
    load_balancer_addresses Sequence[LoadBalancerZoneMappingLoadBalancerAddress]
    The instance address.
    vswitchId String
    The ID of the vSwitch that corresponds to the zone. Each zone can use only one vSwitch and subnet.
    zoneId String
    The ID of the zone to which the SLB instance belongs.
    address String
    An IP address of the IPv4 type.
    allocationId String
    The ID of the EIP instance.
    eipType String
    The type of the EIP instance.
    intranetAddress String
    IPv4 private network address.
    ipv6Address String
    An IP address of the IPv6 type.
    loadBalancerAddresses List<Property Map>
    The instance address.

    LoadBalancerZoneMappingLoadBalancerAddress, LoadBalancerZoneMappingLoadBalancerAddressArgs

    Address string
    An IP address of the IPv4 type.
    AllocationId string
    The elastic IP identifier.
    EipType string
    The type of the public EIP. Value:
    IntranetAddress string
    IPv4 private network address.
    IntranetAddressHcStatus string
    The private network IPv4 address detection status of the application-oriented load balancing instance.
    Ipv4LocalAddresses List<string>
    IPv4 Local address list. The list of addresses used by ALB to interact with the backend service.
    Ipv6Address string
    An IP address of the IPv6 type.
    Ipv6AddressHcStatus string
    The IPv6 address detection status of the application-based load balancing instance.
    Ipv6LocalAddresses List<string>
    IPv6 Local address list. The list of addresses used by ALB to interact with the backend service.
    Address string
    An IP address of the IPv4 type.
    AllocationId string
    The elastic IP identifier.
    EipType string
    The type of the public EIP. Value:
    IntranetAddress string
    IPv4 private network address.
    IntranetAddressHcStatus string
    The private network IPv4 address detection status of the application-oriented load balancing instance.
    Ipv4LocalAddresses []string
    IPv4 Local address list. The list of addresses used by ALB to interact with the backend service.
    Ipv6Address string
    An IP address of the IPv6 type.
    Ipv6AddressHcStatus string
    The IPv6 address detection status of the application-based load balancing instance.
    Ipv6LocalAddresses []string
    IPv6 Local address list. The list of addresses used by ALB to interact with the backend service.
    address String
    An IP address of the IPv4 type.
    allocationId String
    The elastic IP identifier.
    eipType String
    The type of the public EIP. Value:
    intranetAddress String
    IPv4 private network address.
    intranetAddressHcStatus String
    The private network IPv4 address detection status of the application-oriented load balancing instance.
    ipv4LocalAddresses List<String>
    IPv4 Local address list. The list of addresses used by ALB to interact with the backend service.
    ipv6Address String
    An IP address of the IPv6 type.
    ipv6AddressHcStatus String
    The IPv6 address detection status of the application-based load balancing instance.
    ipv6LocalAddresses List<String>
    IPv6 Local address list. The list of addresses used by ALB to interact with the backend service.
    address string
    An IP address of the IPv4 type.
    allocationId string
    The elastic IP identifier.
    eipType string
    The type of the public EIP. Value:
    intranetAddress string
    IPv4 private network address.
    intranetAddressHcStatus string
    The private network IPv4 address detection status of the application-oriented load balancing instance.
    ipv4LocalAddresses string[]
    IPv4 Local address list. The list of addresses used by ALB to interact with the backend service.
    ipv6Address string
    An IP address of the IPv6 type.
    ipv6AddressHcStatus string
    The IPv6 address detection status of the application-based load balancing instance.
    ipv6LocalAddresses string[]
    IPv6 Local address list. The list of addresses used by ALB to interact with the backend service.
    address str
    An IP address of the IPv4 type.
    allocation_id str
    The elastic IP identifier.
    eip_type str
    The type of the public EIP. Value:
    intranet_address str
    IPv4 private network address.
    intranet_address_hc_status str
    The private network IPv4 address detection status of the application-oriented load balancing instance.
    ipv4_local_addresses Sequence[str]
    IPv4 Local address list. The list of addresses used by ALB to interact with the backend service.
    ipv6_address str
    An IP address of the IPv6 type.
    ipv6_address_hc_status str
    The IPv6 address detection status of the application-based load balancing instance.
    ipv6_local_addresses Sequence[str]
    IPv6 Local address list. The list of addresses used by ALB to interact with the backend service.
    address String
    An IP address of the IPv4 type.
    allocationId String
    The elastic IP identifier.
    eipType String
    The type of the public EIP. Value:
    intranetAddress String
    IPv4 private network address.
    intranetAddressHcStatus String
    The private network IPv4 address detection status of the application-oriented load balancing instance.
    ipv4LocalAddresses List<String>
    IPv4 Local address list. The list of addresses used by ALB to interact with the backend service.
    ipv6Address String
    An IP address of the IPv6 type.
    ipv6AddressHcStatus String
    The IPv6 address detection status of the application-based load balancing instance.
    ipv6LocalAddresses List<String>
    IPv6 Local address list. The list of addresses used by ALB to interact with the backend service.

    Import

    Application Load Balancer (ALB) Load Balancer can be imported using the id, e.g.

    $ pulumi import alicloud:alb/loadBalancer:LoadBalancer example <id>
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    Alibaba Cloud pulumi/pulumi-alicloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the alicloud Terraform Provider.
    alicloud logo
    Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi