Skip to content

Ipv6InternetBandwidthProps

Properties for defining a Ipv6InternetBandwidth.

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

Initializer

import com.aliyun.ros.cdk.vpc.Ipv6InternetBandwidthProps;
Ipv6InternetBandwidthProps.builder()
    .bandwidth(java.lang.Number)
    .bandwidth(IResolvable)
    .ipv6AddressId(java.lang.String)
    .ipv6AddressId(IResolvable)
    .ipv6GatewayId(java.lang.String)
    .ipv6GatewayId(IResolvable)
//  .internetChargeType(java.lang.String)
//  .internetChargeType(IResolvable)
    .build();

Properties

Name Type Description
bandwidth java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property bandwidth: Public IPv6 address of bandwidth, unit: Mbps, range: 1-5000.
ipv6AddressId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property ipv6AddressId: ID of IPv6 address.
ipv6GatewayId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property ipv6GatewayId: ID of IPv6 gateway.
internetChargeType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property internetChargeType: IPv6 public network bandwidth billing, value: - PayByTraffic: by using the traffic accounting.

bandwidthRequired

public java.lang.Object getBandwidth();
  • Type: java.lang.Number OR com.aliyun.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 java.lang.Object getIpv6AddressId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property ipv6AddressId: ID of IPv6 address.


ipv6GatewayIdRequired

public java.lang.Object getIpv6GatewayId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property ipv6GatewayId: ID of IPv6 gateway.


internetChargeTypeOptional

public java.lang.Object getInternetChargeType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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

  • PayByBandwidth (default): Bandwidth billing.