Skip to content

Ipv6InternetBandwidthProps

Properties for defining a Ipv6InternetBandwidth.

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

Initializer

import ros_cdk_vpc
ros_cdk_vpc.Ipv6InternetBandwidthProps(
  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] Property bandwidth: Public IPv6 address of bandwidth, unit: Mbps, range: 1-5000.
ipv6_address_id typing.Union[str, ros_cdk_core.IResolvable] Property ipv6AddressId: ID of IPv6 address.
ipv6_gateway_id typing.Union[str, ros_cdk_core.IResolvable] Property ipv6GatewayId: ID of IPv6 gateway.
internet_charge_type typing.Union[str, ros_cdk_core.IResolvable] Property internetChargeType: IPv6 public network bandwidth billing, value: - PayByTraffic: by using the traffic accounting.

bandwidthRequired

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

Property bandwidth: Public IPv6 address of bandwidth, unit: Mbps, range: 1-5000.

When InternetChargeType is PayByBandwidth, the bandwidth of the public network is the IPv6 address 1-5000. When InternetChargeType is PayByTraffic, public network bandwidth IPv6 addresses while IPv6 gateway restricted specifications. Small (default free version), the public network bandwidth range 1-500. Medium (Enterprise Edition), the public network bandwidth range from 1 to 1000. Large (Enterprise Edition), the public network bandwidth range 1-2000.


ipv6_address_idRequired

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

Property ipv6AddressId: ID of IPv6 address.


ipv6_gateway_idRequired

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

Property ipv6GatewayId: ID of IPv6 gateway.


internet_charge_typeOptional

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

Property internetChargeType: IPv6 public network bandwidth billing, value: - PayByTraffic: by using the traffic accounting.

  • PayByBandwidth (default): Bandwidth billing.