BasicIpSetProps
Properties for defining a BasicIpSet
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicipset
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new BasicIpSetProps {
object AcceleratorId,
object AccelerateRegionId = null,
object Bandwidth = null,
object IspType = null
};
Properties
Name | Type | Description |
---|---|---|
AcceleratorId |
object |
Property acceleratorId: The ID of the basic GA instance. |
AccelerateRegionId |
object |
Property accelerateRegionId: The ID of the acceleration region. |
Bandwidth |
object |
Property bandwidth: The bandwidth that you want to allocate to the acceleration region. |
IspType |
object |
Property ispType: The line type of the elastic IP address (EIP) in the acceleration region. |
AcceleratorId
Required
public object AcceleratorId { get; set; }
- Type: object
Property acceleratorId: The ID of the basic GA instance.
AccelerateRegionId
Optional
public object AccelerateRegionId { get; set; }
- Type: object
Property accelerateRegionId: The ID of the acceleration region.
Bandwidth
Optional
public object Bandwidth { get; set; }
- Type: object
Property bandwidth: The bandwidth that you want to allocate to the acceleration region.
Unit: Mbit/s.You must allocate at least 2 Mbit/s of bandwidth to the acceleration region.
IspType
Optional
public object IspType { get; set; }
- Type: object
Property ispType: The line type of the elastic IP address (EIP) in the acceleration region.
Valid values: BGP (default): BGP (Multi-ISP) lines. BGP_PRO: BGP (Multi-ISP) Pro lines. Valid values if you are allowed to use single-ISP bandwidth: ChinaTelecom ChinaUnicom ChinaMobile ChinaTelecom_L2 ChinaUnicom_L2 ChinaMobile_L2