Skip to content

RosEIPSegmentProps

Properties for defining a RosEIPSegment.

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

Initializer

import ros_cdk_vpc
ros_cdk_vpc.RosEIPSegmentProps(
  eip_mask: typing.Union[typing.Union[int, float], IResolvable],
  bandwidth: typing.Union[typing.Union[int, float], IResolvable] = None,
  internet_charge_type: typing.Union[str, IResolvable] = None,
  netmode: typing.Union[str, IResolvable] = None,
  resource_group_id: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
eip_mask typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.
bandwidth typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.
internet_charge_type typing.Union[str, ros_cdk_core.IResolvable] No description.
netmode typing.Union[str, ros_cdk_core.IResolvable] No description.
resource_group_id typing.Union[str, ros_cdk_core.IResolvable] No description.

eip_maskRequired

eip_mask: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

bandwidthOptional

bandwidth: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

internet_charge_typeOptional

internet_charge_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

netmodeOptional

netmode: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

resource_group_idOptional

resource_group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]