BandwidthPackageProps
Properties for defining a BandwidthPackage.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-bandwidthpackage
Initializer
import com.aliyun.ros.cdk.ga.BandwidthPackageProps;
BandwidthPackageProps.builder()
.bandwidth(java.lang.Number)
.bandwidth(IResolvable)
.type(java.lang.String)
.type(IResolvable)
// .autoPay(java.lang.Boolean)
// .autoPay(IResolvable)
// .autoUseCoupon(java.lang.String)
// .autoUseCoupon(IResolvable)
// .bandwidthType(java.lang.String)
// .bandwidthType(IResolvable)
// .billingType(java.lang.String)
// .billingType(IResolvable)
// .cbnGeographicRegionIdA(java.lang.String)
// .cbnGeographicRegionIdA(IResolvable)
// .cbnGeographicRegionIdB(java.lang.String)
// .cbnGeographicRegionIdB(IResolvable)
// .chargeType(java.lang.String)
// .chargeType(IResolvable)
// .duration(java.lang.String)
// .duration(IResolvable)
// .pricingCycle(java.lang.String)
// .pricingCycle(IResolvable)
// .ratio(java.lang.String)
// .ratio(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
bandwidth |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property bandwidth: The bandwidth provided by the bandwidth plan. |
type |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property type: The type of the bandwidth plan. |
autoPay |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property autoPay: Specifies whether to enable automatic payment. |
autoUseCoupon |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property autoUseCoupon: The AutoUseCoupon of the bandwidth. |
bandwidthType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property bandwidthType: the bandwidth BandwidthType of the bandwidth. |
billingType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property billingType: The BillingType of the bandwidth. |
cbnGeographicRegionIdA |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property cbnGeographicRegionIdA: The CbnGeographicRegionIdA of the bandwidth. |
cbnGeographicRegionIdB |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property cbnGeographicRegionIdB: The CbnGeographicRegionIdB of the bandwidth. |
chargeType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property chargeType: The ChargeType of the bandwidth. |
duration |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property duration:. |
pricingCycle |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property pricingCycle:. |
ratio |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ratio: The Ratio of the bandwidth. |
bandwidthRequired
public java.lang.Object getBandwidth();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property bandwidth: The bandwidth provided by the bandwidth plan.
typeRequired
public java.lang.Object getType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property type: The type of the bandwidth plan.
autoPayOptional
public java.lang.Object getAutoPay();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property autoPay: Specifies whether to enable automatic payment.
autoUseCouponOptional
public java.lang.Object getAutoUseCoupon();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property autoUseCoupon: The AutoUseCoupon of the bandwidth.
bandwidthTypeOptional
public java.lang.Object getBandwidthType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property bandwidthType: the bandwidth BandwidthType of the bandwidth.
billingTypeOptional
public java.lang.Object getBillingType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property billingType: The BillingType of the bandwidth.
cbnGeographicRegionIdAOptional
public java.lang.Object getCbnGeographicRegionIdA();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property cbnGeographicRegionIdA: The CbnGeographicRegionIdA of the bandwidth.
cbnGeographicRegionIdBOptional
public java.lang.Object getCbnGeographicRegionIdB();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property cbnGeographicRegionIdB: The CbnGeographicRegionIdB of the bandwidth.
chargeTypeOptional
public java.lang.Object getChargeType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property chargeType: The ChargeType of the bandwidth.
durationOptional
public java.lang.Object getDuration();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property duration:.
pricingCycleOptional
public java.lang.Object getPricingCycle();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property pricingCycle:.
ratioOptional
public java.lang.Object getRatio();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ratio: The Ratio of the bandwidth.