Skip to content

RosIpv6InternetBandwidthProps

Properties for defining a RosIpv6InternetBandwidth.

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

Initializer

import ros_cdk_vpc
ros_cdk_vpc.RosIpv6InternetBandwidthProps(
  bandwidth: typing.Union[typing.Union[int, float], IResolvable],
  ipv6_address_id: typing.Union[str, IResolvable],
  ipv6_gateway_id: typing.Union[str, IResolvable],
  internet_charge_type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
bandwidth typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.
ipv6_address_id typing.Union[str, ros_cdk_core.IResolvable] No description.
ipv6_gateway_id typing.Union[str, ros_cdk_core.IResolvable] No description.
internet_charge_type typing.Union[str, ros_cdk_core.IResolvable] No description.

bandwidthRequired

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

ipv6_address_idRequired

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

ipv6_gateway_idRequired

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

internet_charge_typeOptional

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