Eip

Deprecated

This resource has been deprecated in favour of the EipAddress resource

Import

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

$ pulumi import alicloud:ecs/eip:Eip example eip-abc12345678

Properties

Link copied to clipboard
val activityId: Output<String>?
Link copied to clipboard
val addressName: Output<String>

The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.

Link copied to clipboard
val autoPay: Output<Boolean>?
Link copied to clipboard
val bandwidth: Output<String>

Maximum bandwidth to the elastic public network, measured in Mbps (Mega bit per second). If this value is not specified, then automatically sets it to 5 Mbps.

Link copied to clipboard

Whether enable the deletion protection or not. Default value: false.

Link copied to clipboard
val description: Output<String>?

Description of the EIP instance, This description can have a string of 2 to 256 characters, It cannot begin with http:// or https://. Default value is null.

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

(It has been deprecated from version 1.126.0 and using new attribute payment_type instead) Elastic IP instance charge type. Valid values are "PrePaid" and "PostPaid". Default to "PostPaid".

Link copied to clipboard

Internet charge type of the EIP, Valid values are PayByBandwidth, PayByTraffic. Default to PayByBandwidth. NOTE: From version 1.7.1 to 1.125.0, it defaults to PayByTraffic. It is only "PayByBandwidth" when instance_charge_type is PrePaid.

Link copied to clipboard
val ipAddress: Output<String>

The elastic ip address

Link copied to clipboard
val isp: Output<String>

The line type of the Elastic IP instance. Default to BGP. Other type of the isp need to open a whitelist.

Link copied to clipboard
val name: Output<String>

It has been deprecated from version 1.126.0 and using new attribute address_name instead.

Link copied to clipboard
val netmode: Output<String>?
Link copied to clipboard
val paymentType: Output<String>

The billing method of the EIP. Valid values: Subscription and PayAsYouGo. Default value is PayAsYouGo.

Link copied to clipboard
val period: Output<Int>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceGroupId: Output<String>

The Id of resource group which the eip belongs.

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

The EIP current status.

Link copied to clipboard
val tags: Output<Map<String, Any>>?

A mapping of tags to assign to the resource.

Link copied to clipboard
val urn: Output<String>