Load Balancer Args
data class LoadBalancerArgs(val accessLogConfig: Output<LoadBalancerAccessLogConfigArgs>? = null, val addressAllocatedMode: Output<String>? = null, val addressIpVersion: Output<String>? = null, val addressType: Output<String>? = null, val bandwidthPackageId: Output<String>? = null, val deletionProtectionEnabled: Output<Boolean>? = null, val dryRun: Output<Boolean>? = null, val ipv6AddressType: Output<String>? = null, val loadBalancerBillingConfig: Output<LoadBalancerLoadBalancerBillingConfigArgs>? = null, val loadBalancerEdition: Output<String>? = null, val loadBalancerName: Output<String>? = null, val modificationProtectionConfig: Output<LoadBalancerModificationProtectionConfigArgs>? = null, val resourceGroupId: Output<String>? = null, val tags: Output<Map<String, Any>>? = null, val vpcId: Output<String>? = null, val zoneMappings: Output<List<LoadBalancerZoneMappingArgs>>? = null) : ConvertibleToJava<LoadBalancerArgs>
Provides a ALB Load Balancer resource. For information about ALB Load Balancer and how to use it, see What is Load Balancer.
NOTE: Available since v1.132.0.
Import
Alb Load Balancer can be imported using the id, e.g.
$ pulumi import alicloud:alb/loadBalancer:LoadBalancer example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun LoadBalancerArgs(accessLogConfig: Output<LoadBalancerAccessLogConfigArgs>? = null, addressAllocatedMode: Output<String>? = null, addressIpVersion: Output<String>? = null, addressType: Output<String>? = null, bandwidthPackageId: Output<String>? = null, deletionProtectionEnabled: Output<Boolean>? = null, dryRun: Output<Boolean>? = null, ipv6AddressType: Output<String>? = null, loadBalancerBillingConfig: Output<LoadBalancerLoadBalancerBillingConfigArgs>? = null, loadBalancerEdition: Output<String>? = null, loadBalancerName: Output<String>? = null, modificationProtectionConfig: Output<LoadBalancerModificationProtectionConfigArgs>? = null, resourceGroupId: Output<String>? = null, tags: Output<Map<String, Any>>? = null, vpcId: Output<String>? = null, zoneMappings: Output<List<LoadBalancerZoneMappingArgs>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Whether to PreCheck only this request, value:true: sends a check request and does not create a resource. Check items include whether required parameters are filled in, request format, and business restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code DryRunOperation is returned.false (default): Sends a normal request, returns the HTTP_2xx status code after the check, and directly performs the operation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard