Anycast Eip Address Attachment Args
data class AnycastEipAddressAttachmentArgs(val anycastId: Output<String>? = null, val associationMode: Output<String>? = null, val bindInstanceId: Output<String>? = null, val bindInstanceRegionId: Output<String>? = null, val bindInstanceType: Output<String>? = null, val popLocations: Output<List<AnycastEipAddressAttachmentPopLocationArgs>>? = null, val privateIpAddress: Output<String>? = null) : ConvertibleToJava<AnycastEipAddressAttachmentArgs>
Provides a Eipanycast Anycast Eip Address Attachment resource. For information about Eipanycast Anycast Eip Address Attachment and how to use it, see What is Anycast Eip Address Attachment.
NOTE: Available since v1.113.0. NOTE: The following regions support currently while Slb instance support bound. eu-west-1-gb33-a01,cn-hongkong-am4-c04,ap-southeast-os30-a01,us-west-ot7-a01,ap-south-in73-a01,ap-southeast-my88-a01
Import
Eipanycast Anycast Eip Address Attachment can be imported using the id, e.g.
$ pulumi import alicloud:eipanycast/anycastEipAddressAttachment:AnycastEipAddressAttachment example <anycast_id>:<bind_instance_id>:<bind_instance_region_id>:<bind_instance_type>
Content copied to clipboard
Constructors
Link copied to clipboard
fun AnycastEipAddressAttachmentArgs(anycastId: Output<String>? = null, associationMode: Output<String>? = null, bindInstanceId: Output<String>? = null, bindInstanceRegionId: Output<String>? = null, bindInstanceType: Output<String>? = null, popLocations: Output<List<AnycastEipAddressAttachmentPopLocationArgs>>? = null, privateIpAddress: Output<String>? = null)