ALIYUN::VPC::EIPSegment is used to apply for contiguous elastic IP addresses (EIPs).
Syntax
{
"Type": "ALIYUN::VPC::EIPSegment",
"Properties": {
"EipMask": Integer,
"ResourceGroupId": String,
"Netmode": String,
"Bandwidth": Integer,
"InternetChargeType": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
EipMask | Integer | Yes | No | The subnet mask length for the contiguous EIPs. | Valid values:
Note The actual number of requested EIPs may be less than the expected number because one, three, or four EIPs may be reserved. |
ResourceGroupId | String | No | No | The ID of the resource group. | None. |
Netmode | String | No | No | The network type of the contiguous EIPs. | Valid values:
Note Only users who are included in the whitelist can set Netmode to hybrid. To use this network type, contact your business manager. |
Bandwidth | Integer | No | No | The maximum bandwidth of the EIP. | Default value: 5. Unit: Mbit/s. |
InternetChargeType | String | No | No | The billing method of the contiguous EIPs. | Valid values:
Note When Netmode is set to hybrid, you can set InternetChangeType only to PayByBandwidth. |
Return values
Fn::GetAtt
EipSegmentInstanceId: the ID of the contiguous EIP group.
EipAddresses: the EIPs.