Skip to content

CenBandwidthPackageAssociationProps

Properties for defining a CenBandwidthPackageAssociation.

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

Initializer

import com.aliyun.ros.cdk.cen.CenBandwidthPackageAssociationProps;
CenBandwidthPackageAssociationProps.builder()
    .cenBandwidthPackageId(java.lang.String)
    .cenBandwidthPackageId(IResolvable)
    .cenId(java.lang.String)
    .cenId(IResolvable)
    .build();

Properties

Name Type Description
cenBandwidthPackageId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property cenBandwidthPackageId: The ID of the bandwidth package.
cenId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property cenId: The ID of the CEN instance.

cenBandwidthPackageIdRequired

public java.lang.Object getCenBandwidthPackageId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property cenBandwidthPackageId: The ID of the bandwidth package.


cenIdRequired

public java.lang.Object getCenId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property cenId: The ID of the CEN instance.