Skip to content

Ipv6InternetBandwidthProps

Properties for defining a Ipv6InternetBandwidth.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new Ipv6InternetBandwidthProps {
    object Bandwidth,
    object Ipv6AddressId,
    object Ipv6GatewayId,
    object InternetChargeType = null
};

Properties

Name Type Description
Bandwidth object Property bandwidth: Public IPv6 address of bandwidth, unit: Mbps, range: 1-5000.
Ipv6AddressId object Property ipv6AddressId: ID of IPv6 address.
Ipv6GatewayId object Property ipv6GatewayId: ID of IPv6 gateway.
InternetChargeType object Property internetChargeType: IPv6 public network bandwidth billing, value: - PayByTraffic: by using the traffic accounting.

BandwidthRequired

public object Bandwidth { get; set; }
  • Type: object

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 object Ipv6AddressId { get; set; }
  • Type: object

Property ipv6AddressId: ID of IPv6 address.


Ipv6GatewayIdRequired

public object Ipv6GatewayId { get; set; }
  • Type: object

Property ipv6GatewayId: ID of IPv6 gateway.


InternetChargeTypeOptional

public object InternetChargeType { get; set; }
  • Type: object

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

  • PayByBandwidth (default): Bandwidth billing.