EIPProProps
Properties for defining a EIPPro
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-eippro
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new EIPProProps {
object AutoPay = null,
object Bandwidth = null,
object DeletionProtection = null,
object Description = null,
object InstanceChargeType = null,
object InstanceId = null,
object InternetChargeType = null,
object IpAddress = null,
object Isp = null,
object Name = null,
object Netmode = null,
object Period = null,
object PricingCycle = null,
object PublicIpAddressPoolId = null,
object ResourceGroupId = null,
object SecurityProtectionTypes = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
AutoPay |
object |
Property autoPay: Automatic Payment. |
Bandwidth |
object |
Property bandwidth: Bandwidth for the output network. |
DeletionProtection |
object |
Property deletionProtection: Whether to enable deletion protection. |
Description |
object |
Property description: Optional. |
InstanceChargeType |
object |
Property instanceChargeType: The resource charge type. |
InstanceId |
object |
Property instanceId: The ID of the requested EIP. |
InternetChargeType |
object |
Property internetChargeType: The network charge type. |
IpAddress |
object |
Property ipAddress: The IP address of the requested EIP. |
Isp |
object |
Property isp: The line type. |
Name |
object |
Property name: The name of the EIP. |
Netmode |
object |
Property netmode: The network type. |
Period |
object |
Property period: Prepaid time period. |
PricingCycle |
object |
Property pricingCycle: Price cycle of the resource. |
PublicIpAddressPoolId |
object |
Property publicIpAddressPoolId: The ID of the IP address pool. |
ResourceGroupId |
object |
Property resourceGroupId: Resource group id. |
SecurityProtectionTypes |
object |
Property securityProtectionTypes: The edition of Anti-DDoS. |
Tags |
TagsProperty[] |
Property tags: Tags to attach to eip. |
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
Property autoPay: Automatic Payment.
Default is true.
Bandwidth
Optional
public object Bandwidth { get; set; }
- Type: object
Property bandwidth: Bandwidth for the output network.
Default is 5MB.
DeletionProtection
Optional
public object DeletionProtection { get; set; }
- Type: object
Property deletionProtection: Whether to enable deletion protection.
Default to False.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Optional.
The description of the EIP. The description must be 2 to 256 characters in length. It must start with a letter. It cannot start with http:// or https://.
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
Property instanceChargeType: The resource charge type.
Default value is Postpaid
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of the requested EIP.
InternetChargeType
Optional
public object InternetChargeType { get; set; }
- Type: object
Property internetChargeType: The network charge type.
Support 'PayByBandwidth' and 'PayByTraffic' only. Default is PayByBandwidth. PayByTraffic will charge by hour, PayByBandwidth will charge by day.
IpAddress
Optional
public object IpAddress { get; set; }
- Type: object
Property ipAddress: The IP address of the requested EIP.
Isp
Optional
public object Isp { get; set; }
- Type: object
Property isp: The line type.
You can set this parameter only when you create a pay-as-you-go EIP. Valid values: BGP: BGP (Multi-ISP) lines. Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China. BGP_PRO: BGP (Multi-ISP) Pro lines. BGP (Multi-ISP) Pro lines optimize data transmission to China and improve connection quality for international services. Compared with traditional BGP (Multi-ISP) lines, BGP (Multi-ISP) Pro lines can be used to establish direct connections without using international ISP services. Therefore, BGP (Multi-ISP) Pro lines reduce network latency.
Name
Optional
public object Name { get; set; }
- Type: object
Property name: The name of the EIP.
The name must be 2 to 128 characters in length. It must start with a letter. It can contain numbers, periods (.), underscores (_), and hyphens (-). It cannot start with http:// or https://
Netmode
Optional
public object Netmode { get; set; }
- Type: object
Property netmode: The network type.
Valid value: public (public network).
Period
Optional
public object Period { get; set; }
- Type: object
Property period: Prepaid time period.
While choose by pay by month, it could be from 1 to 9 or 12, 24, 36. While choose pay by year, it could be from 1 to 3.
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object
Property pricingCycle: Price cycle of the resource.
This property has no default value. If ChargeType is specified as Postpaid, this value will be ignore.
PublicIpAddressPoolId
Optional
public object PublicIpAddressPoolId { get; set; }
- Type: object
Property publicIpAddressPoolId: The ID of the IP address pool.
The EIP is allocated from the IP address pool.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: Resource group id.
SecurityProtectionTypes
Optional
public object SecurityProtectionTypes { get; set; }
- Type: object
Property securityProtectionTypes: The edition of Anti-DDoS.
If you do not set this parameter, Anti-DDoS Origin Basic is used. If you set the value to AntiDDoS_Enhanced, Anti-DDoS Pro/Premium is used.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags to attach to eip.
Max support 20 tags to add during create eip. Each tag with two properties Key and Value, and Key is required.