LoadBalancerZoneShiftedAttachmentArgs

data class LoadBalancerZoneShiftedAttachmentArgs(val loadBalancerId: Output<String>? = null, val vswitchId: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<LoadBalancerZoneShiftedAttachmentArgs>

Provides a Application Load Balancer (ALB) Load Balancer Zone Shifted Attachment resource. Application load balancer start-stop zone. For information about Application Load Balancer (ALB) Load Balancer Zone Shifted Attachment and how to use it, see What is Load Balancer Zone Shifted Attachment.

NOTE: Available since v1.242.0.

Import

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

$ pulumi import alicloud:alb/loadBalancerZoneShiftedAttachment:LoadBalancerZoneShiftedAttachment example <load_balancer_id>:<vswitch_id>:<zone_id>

Constructors

Link copied to clipboard
constructor(loadBalancerId: Output<String>? = null, vswitchId: Output<String>? = null, zoneId: Output<String>? = null)

Properties

Link copied to clipboard
val loadBalancerId: Output<String>? = null

The ID of the load balancing instance.

Link copied to clipboard
val vswitchId: Output<String>? = null

The VSwitch corresponding to the zone. By default, each zone uses one VSwitch and one subnet.

Link copied to clipboard
val zoneId: Output<String>? = null

The ID of the zone.

Functions

Link copied to clipboard
open override fun toJava(): LoadBalancerZoneShiftedAttachmentArgs