Skip to content

CenBandwidthPackageAssociationProps

Properties for defining a CenBandwidthPackageAssociation.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.CenBandwidthPackageAssociationProps {
    CenBandwidthPackageId: interface{},
    CenId: interface{},
}

Properties

Name Type Description
CenBandwidthPackageId interface{} Property cenBandwidthPackageId: The ID of the bandwidth package.
CenId interface{} Property cenId: The ID of the CEN instance.

CenBandwidthPackageIdRequired

CenBandwidthPackageId interface{}
  • Type: interface{}

Property cenBandwidthPackageId: The ID of the bandwidth package.


CenIdRequired

CenId interface{}
  • Type: interface{}

Property cenId: The ID of the CEN instance.