Ipv6InternetBandwidthProps
Properties for defining a Ipv6InternetBandwidth
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipv6internetbandwidth
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.Ipv6InternetBandwidthProps {
Bandwidth: interface{},
Ipv6AddressId: interface{},
Ipv6GatewayId: interface{},
InternetChargeType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Bandwidth |
interface{} |
Property bandwidth: Public IPv6 address of bandwidth, unit: Mbps, range: 1-5000. |
Ipv6AddressId |
interface{} |
Property ipv6AddressId: ID of IPv6 address. |
Ipv6GatewayId |
interface{} |
Property ipv6GatewayId: ID of IPv6 gateway. |
InternetChargeType |
interface{} |
Property internetChargeType: IPv6 public network bandwidth billing, value: - PayByTraffic: by using the traffic accounting. |
Bandwidth
Required
Bandwidth interface{}
- Type: interface{}
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.
Ipv6AddressId
Required
Ipv6AddressId interface{}
- Type: interface{}
Property ipv6AddressId: ID of IPv6 address.
Ipv6GatewayId
Required
Ipv6GatewayId interface{}
- Type: interface{}
Property ipv6GatewayId: ID of IPv6 gateway.
InternetChargeType
Optional
InternetChargeType interface{}
- Type: interface{}
Property internetChargeType: IPv6 public network bandwidth billing, value: - PayByTraffic: by using the traffic accounting.
- PayByBandwidth (default): Bandwidth billing.