Skip to content

RosCenBandwidthLimitProps

Properties for defining a RosCenBandwidthLimit.

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

Initializer

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

Properties

Name Type Description
BandwidthLimit object No description.
CenId object No description.
LocalRegionId object No description.
OppositeRegionId object No description.
BandwidthType object No description.

BandwidthLimitRequired

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

CenIdRequired

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

LocalRegionIdRequired

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

OppositeRegionIdRequired

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

BandwidthTypeOptional

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