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