Description
Creates an elastic network interface (ENI) and an elastic IP address (EIP), and attaches them to an Elastic Compute Service (ECS) instance.
Syntax
Action: ACS::ECS::CreateNetworkInterfaceAndEipAndAttachToInstance
Properties:
regionId: String
instanceId: String
internetChargeType: String
bandwidth: Number
Attributes
|
Attribute |
Description |
Type |
Required |
Default value |
Limit |
|
regionId |
Region ID. |
String |
No |
{{ ACS::RegionId }} |
|
|
instanceId |
ECS instance ID. |
String |
Yes |
||
|
internetChargeType |
EIP network billing method. |
String |
No |
PayByBandwidth |
|
|
bandwidth |
Maximum EIP bandwidth. |
Number |
No |
5 |
Output
|
Output item |
Description |
Type |
|
networkInterfaceIdAndAllocationId |
String |
References
ACS::ECS::CreateNetworkInterfaceAndEipAndAttachToInstance on GitHub.