BandwidthPackageAcceleratorAdditionProps
Properties for defining a BandwidthPackageAcceleratorAddition.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-bandwidthpackageacceleratoraddition
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new BandwidthPackageAcceleratorAdditionProps {
object AcceleratorId,
object BandwidthPackageId
};
Properties
| Name | Type | Description |
|---|---|---|
AcceleratorId |
object |
Property acceleratorId: The ID of the Global Accelerator instance with which you want to associate the bandwidth plan. |
BandwidthPackageId |
object |
Property bandwidthPackageId: The ID of the bandwidth package to associate. |
AcceleratorIdRequired
public object AcceleratorId { get; set; }
- Type: object
Property acceleratorId: The ID of the Global Accelerator instance with which you want to associate the bandwidth plan.
BandwidthPackageIdRequired
public object BandwidthPackageId { get; set; }
- Type: object
Property bandwidthPackageId: The ID of the bandwidth package to associate.