RosIpv6InternetBandwidthProps
Properties for defining a RosIpv6InternetBandwidth.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipv6internetbandwidth
Initializer
import com.aliyun.ros.cdk.vpc.RosIpv6InternetBandwidthProps;
RosIpv6InternetBandwidthProps.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 |
No description. |
ipv6AddressId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
ipv6GatewayId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
internetChargeType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
bandwidthRequired
public java.lang.Object getBandwidth();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
ipv6AddressIdRequired
public java.lang.Object getIpv6AddressId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
ipv6GatewayIdRequired
public java.lang.Object getIpv6GatewayId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
internetChargeTypeOptional
public java.lang.Object getInternetChargeType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable