Skip to content

Ipv6InternetBandwidthProps

Properties for defining a Ipv6InternetBandwidth.

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

Initializer

import { Ipv6InternetBandwidthProps } from '@alicloud/ros-cdk-vpc'
const ipv6InternetBandwidthProps: Ipv6InternetBandwidthProps = { ... }

Properties

Name Type Description
bandwidth number | @alicloud/ros-cdk-core.IResolvable Property bandwidth: Public IPv6 address of bandwidth, unit: Mbps, range: 1-5000.
ipv6AddressId string | @alicloud/ros-cdk-core.IResolvable Property ipv6AddressId: ID of IPv6 address.
ipv6GatewayId string | @alicloud/ros-cdk-core.IResolvable Property ipv6GatewayId: ID of IPv6 gateway.
internetChargeType string | @alicloud/ros-cdk-core.IResolvable Property internetChargeType: IPv6 public network bandwidth billing, value: - PayByTraffic: by using the traffic accounting.

bandwidthRequired

public readonly bandwidth: number | IResolvable;
  • Type: number | @alicloud/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.


ipv6AddressIdRequired

public readonly ipv6AddressId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property ipv6AddressId: ID of IPv6 address.


ipv6GatewayIdRequired

public readonly ipv6GatewayId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property ipv6GatewayId: ID of IPv6 gateway.


internetChargeTypeOptional

public readonly internetChargeType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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

PayByBandwidth (default): Bandwidth billing.