Application Load Balancer Args
Import
Load balancer can be imported using the id, e.g.
$ pulumi import alicloud:slb/applicationLoadBalancer:ApplicationLoadBalancer example lb-abc123456
Constructors
Functions
Properties
The specification of the Server Load Balancer instance. Default to empty string indicating it is "Shared-Performance" instance. Launching "Performance-guaranteed" instance, it must be specified. Valid values: slb.s1.small
, slb.s2.small
, slb.s2.medium
, slb.s3.small
, slb.s3.medium
, slb.s3.large
and slb.s4.large
. It will be ignored when instance_charge_type = "PayByCLCU"
.
The primary zone ID of the SLB instance. If not specified, the system will be randomly assigned. You can query the primary and standby zones in a region by calling the DescribeZone API.
The duration that you will buy the resource, in month. It is valid when PaymentType
is Subscription
. Default to 1. Valid values: 1-9, 12, 24, 36. This attribute is only used to create Subscription
instance or modify the PayAsYouGo
instance to Subscription
. Once effect, it will not be modified that means running pulumi up
will not affect the resource.