Skip to content

CenBandwidthLimitProps

Properties for defining a CenBandwidthLimit.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenbandwidthlimit

Initializer

import com.aliyun.ros.cdk.cen.CenBandwidthLimitProps;
CenBandwidthLimitProps.builder()
    .bandwidthLimit(java.lang.Number)
    .bandwidthLimit(IResolvable)
    .cenId(java.lang.String)
    .cenId(IResolvable)
    .localRegionId(java.lang.String)
    .localRegionId(IResolvable)
    .oppositeRegionId(java.lang.String)
    .oppositeRegionId(IResolvable)
//  .bandwidthType(java.lang.String)
//  .bandwidthType(IResolvable)
    .build();

Properties

Name Type Description
bandwidthLimit java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property bandwidthLimit: The bandwidth configured for the interconnected regions communication.
cenId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property cenId: The ID of the CEN instance.
localRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property localRegionId: The ID of the local region.
oppositeRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property oppositeRegionId: The ID of the other interconnected region.
bandwidthType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property bandwidthType: Bandwidth allocation mode.

bandwidthLimitRequired

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

Property bandwidthLimit: The bandwidth configured for the interconnected regions communication.

Minimal value: 1


cenIdRequired

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

Property cenId: The ID of the CEN instance.


localRegionIdRequired

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

Property localRegionId: The ID of the local region.


oppositeRegionIdRequired

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

Property oppositeRegionId: The ID of the other interconnected region.


bandwidthTypeOptional

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

Property bandwidthType: Bandwidth allocation mode.

Value: BandwidthPackage: Allocates bandwidth from the bandwidth package.