EipAssociation

Import

Elastic IP address association can be imported using the id, e.g.

$ pulumi import alicloud:ecs/eipAssociation:EipAssociation example eip-abc12345678:i-abc12355

Properties

Link copied to clipboard
val allocationId: Output<String>

The allocation EIP ID.

Link copied to clipboard
val force: Output<Boolean>?

When EIP is bound to a NAT gateway, and the NAT gateway adds a DNAT or SNAT entry, set it for true can unassociation any way. Default to false.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

The ID of the ECS or SLB instance or Nat Gateway or NetworkInterface or HaVip.

Link copied to clipboard
val instanceType: Output<String>

The type of cloud product that the eip instance to bind. Valid values: EcsInstance, SlbInstance, Nat, NetworkInterface and HaVip.

Link copied to clipboard

The private IP address in the network segment of the vswitch which has been assigned.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>