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. |
BandwidthLimit
Required
public object BandwidthLimit { get; set; }
- Type: object
Property bandwidthLimit: The bandwidth configured for the interconnected regions communication.
Minimal value: 1
CenId
Required
public object CenId { get; set; }
- Type: object
Property cenId: The ID of the CEN instance.
LocalRegionId
Required
public object LocalRegionId { get; set; }
- Type: object
Property localRegionId: The ID of the local region.
OppositeRegionId
Required
public object OppositeRegionId { get; set; }
- Type: object
Property oppositeRegionId: The ID of the other interconnected region.
BandwidthType
Optional
public object BandwidthType { get; set; }
- Type: object
Property bandwidthType: Bandwidth allocation mode.
Value: BandwidthPackage: Allocates bandwidth from the bandwidth package.