Skip to content

RosEIPSegmentProps

Properties for defining a RosEIPSegment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-eipsegment

Initializer

import com.aliyun.ros.cdk.vpc.RosEIPSegmentProps;
RosEIPSegmentProps.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 No description.
bandwidth java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
internetChargeType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
netmode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

eipMaskRequired

public java.lang.Object getEipMask();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

bandwidthOptional

public java.lang.Object getBandwidth();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

internetChargeTypeOptional

public java.lang.Object getInternetChargeType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

netmodeOptional

public java.lang.Object getNetmode();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

resourceGroupIdOptional

public java.lang.Object getResourceGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable