CenBandwidthLimitProps
Properties for defining a CenBandwidthLimit
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenbandwidthlimit
Initializer
import { CenBandwidthLimitProps } from '@alicloud/ros-cdk-cen'
const cenBandwidthLimitProps: CenBandwidthLimitProps = { ... }
Properties
Name | Type | Description |
---|---|---|
bandwidthLimit |
number | @alicloud/ros-cdk-core.IResolvable |
Property bandwidthLimit: The bandwidth configured for the interconnected regions communication. |
cenId |
string | @alicloud/ros-cdk-core.IResolvable |
Property cenId: The ID of the CEN instance. |
localRegionId |
string | @alicloud/ros-cdk-core.IResolvable |
Property localRegionId: The ID of the local region. |
oppositeRegionId |
string | @alicloud/ros-cdk-core.IResolvable |
Property oppositeRegionId: The ID of the other interconnected region. |
bandwidthType |
string | @alicloud/ros-cdk-core.IResolvable |
Property bandwidthType: Bandwidth allocation mode. |
bandwidthLimit
Required
public readonly bandwidthLimit: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property bandwidthLimit: The bandwidth configured for the interconnected regions communication.
Minimal value: 1
cenId
Required
public readonly cenId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property cenId: The ID of the CEN instance.
localRegionId
Required
public readonly localRegionId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property localRegionId: The ID of the local region.
oppositeRegionId
Required
public readonly oppositeRegionId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property oppositeRegionId: The ID of the other interconnected region.
bandwidthType
Optional
public readonly bandwidthType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property bandwidthType: Bandwidth allocation mode.
Value: BandwidthPackage: Allocates bandwidth from the bandwidth package.