Skip to content

CenBandwidthLimitProps

Properties for defining a CenBandwidthLimit.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.CenBandwidthLimitProps {
    BandwidthLimit: interface{},
    CenId: interface{},
    LocalRegionId: interface{},
    OppositeRegionId: interface{},
    BandwidthType: interface{},
}

Properties

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

BandwidthLimitRequired

BandwidthLimit interface{}
  • Type: interface{}

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

Minimal value: 1


CenIdRequired

CenId interface{}
  • Type: interface{}

Property cenId: The ID of the CEN instance.


LocalRegionIdRequired

LocalRegionId interface{}
  • Type: interface{}

Property localRegionId: The ID of the local region.


OppositeRegionIdRequired

OppositeRegionId interface{}
  • Type: interface{}

Property oppositeRegionId: The ID of the other interconnected region.


BandwidthTypeOptional

BandwidthType interface{}
  • Type: interface{}

Property bandwidthType: Bandwidth allocation mode.

Value: BandwidthPackage: Allocates bandwidth from the bandwidth package.