Skip to content

CenBandwidthLimitProps

Properties for defining a CenBandwidthLimit.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new CenBandwidthLimitProps {
    object BandwidthLimit,
    object CenId,
    object LocalRegionId,
    object OppositeRegionId,
    object BandwidthType = null
};

Properties

Name Type Description
BandwidthLimit object Property bandwidthLimit: The bandwidth configured for the interconnected regions communication.
CenId object Property cenId: The ID of the CEN instance.
LocalRegionId object Property localRegionId: The ID of the local region.
OppositeRegionId object Property oppositeRegionId: The ID of the other interconnected region.
BandwidthType object Property bandwidthType: Bandwidth allocation mode.

BandwidthLimitRequired

public object BandwidthLimit { get; set; }
  • Type: object

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

Minimal value: 1


CenIdRequired

public object CenId { get; set; }
  • Type: object

Property cenId: The ID of the CEN instance.


LocalRegionIdRequired

public object LocalRegionId { get; set; }
  • Type: object

Property localRegionId: The ID of the local region.


OppositeRegionIdRequired

public object OppositeRegionId { get; set; }
  • Type: object

Property oppositeRegionId: The ID of the other interconnected region.


BandwidthTypeOptional

public object BandwidthType { get; set; }
  • Type: object

Property bandwidthType: Bandwidth allocation mode.

Value: BandwidthPackage: Allocates bandwidth from the bandwidth package.