CenBandwidthPackageAssociationProps
Properties for defining a CenBandwidthPackageAssociation.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenbandwidthpackageassociation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new CenBandwidthPackageAssociationProps {
object CenBandwidthPackageId,
object CenId
};
Properties
| Name | Type | Description |
|---|---|---|
CenBandwidthPackageId |
object |
Property cenBandwidthPackageId: The ID of the bandwidth package. |
CenId |
object |
Property cenId: The ID of the CEN instance. |
CenBandwidthPackageIdRequired
public object CenBandwidthPackageId { get; set; }
- Type: object
Property cenBandwidthPackageId: The ID of the bandwidth package.
CenIdRequired
public object CenId { get; set; }
- Type: object
Property cenId: The ID of the CEN instance.