EIPSegmentProps
Properties for defining a EIPSegment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-eipsegment
Initializer
import com.aliyun.ros.cdk.vpc.EIPSegmentProps;
EIPSegmentProps.builder()
.eipMask(java.lang.Number)
.eipMask(IResolvable)
// .bandwidth(java.lang.Number)
// .bandwidth(IResolvable)
// .internetChargeType(java.lang.String)
// .internetChargeType(IResolvable)
// .netmode(java.lang.String)
// .netmode(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
eipMask |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property eipMask: The mask of the contiguous EIP group. |
bandwidth |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property bandwidth: The maximum bandwidth of the contiguous EIPs. |
internetChargeType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property internetChargeType: The metering method of the contiguous EIPs. |
netmode |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property netmode: The network type. |
resourceGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property resourceGroupId: The ID of the resource group to which the EIPs belong. |
eipMask
Required
public java.lang.Object getEipMask();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property eipMask: The mask of the contiguous EIP group.
Valid values: 28: 16 contiguous EIPs are allocated for one call. 27: 32 contiguous EIPs are allocated for one call. 26: 64 contiguous EIPs are allocated for one call. 25: 128 contiguous EIPs are allocated for one call. 24: 256 contiguous EIPs are allocated for one call. Note The actual number of assigned EIPs may be less than the expected number because one, three, or four EIPs may be reserved.
bandwidth
Optional
public java.lang.Object getBandwidth();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property bandwidth: The maximum bandwidth of the contiguous EIPs.
Unit: Mbit/s. Default value: 5.
internetChargeType
Optional
public java.lang.Object getInternetChargeType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property internetChargeType: The metering method of the contiguous EIPs.
Valid values: PayByBandwidth: Fees are charged based on bandwidth usage. This is the default value. PayByTraffic: Fees are charged based on data transfer. Note If the Netmode parameter is set to hybrid, InternetChargeType is set to PayByBandwidth.
netmode
Optional
public java.lang.Object getNetmode();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property netmode: The network type.
Valid values: public: the Internet. This is the default value. After contiguous EIPs are associated with cloud resources, the cloud resources can access the Internet by using the EIPs. hybrid: the hybrid cloud. After contiguous EIPs are associated with cloud resources, the cloud resources can access the hybrid cloud by using the EIPs. Note This network type is available only to users who are added to the whitelist. To use this network type, contact your customer manager.
resourceGroupId
Optional
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: The ID of the resource group to which the EIPs belong.