Load Balancer Zone Shifted Attachment Args
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>
Content copied to clipboard