BasicIpSetProps
Properties for defining a BasicIpSet
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicipset
Initializer
import com.aliyun.ros.cdk.ga.BasicIpSetProps;
BasicIpSetProps.builder()
.acceleratorId(java.lang.String)
.acceleratorId(IResolvable)
// .accelerateRegionId(java.lang.String)
// .accelerateRegionId(IResolvable)
// .bandwidth(java.lang.Number)
// .bandwidth(IResolvable)
// .ispType(java.lang.String)
// .ispType(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
acceleratorId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property acceleratorId: The ID of the basic GA instance. |
accelerateRegionId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property accelerateRegionId: The ID of the acceleration region. |
bandwidth |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property bandwidth: The bandwidth that you want to allocate to the acceleration region. |
ispType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ispType: The line type of the elastic IP address (EIP) in the acceleration region. |
acceleratorId
Required
public java.lang.Object getAcceleratorId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property acceleratorId: The ID of the basic GA instance.
accelerateRegionId
Optional
public java.lang.Object getAccelerateRegionId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property accelerateRegionId: The ID of the acceleration region.
bandwidth
Optional
public java.lang.Object getBandwidth();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
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 java.lang.Object getIspType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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