Skip to content

BandwidthPackageAcceleratorAdditionProps

Properties for defining a BandwidthPackageAcceleratorAddition.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-bandwidthpackageacceleratoraddition

Initializer

import com.aliyun.ros.cdk.ga.BandwidthPackageAcceleratorAdditionProps;
BandwidthPackageAcceleratorAdditionProps.builder()
    .acceleratorId(java.lang.String)
    .acceleratorId(IResolvable)
    .bandwidthPackageId(java.lang.String)
    .bandwidthPackageId(IResolvable)
    .build();

Properties

Name Type Description
acceleratorId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property acceleratorId: The ID of the Global Accelerator instance with which you want to associate the bandwidth plan.
bandwidthPackageId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property bandwidthPackageId: The ID of the bandwidth package to associate.

acceleratorIdRequired

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

Property acceleratorId: The ID of the Global Accelerator instance with which you want to associate the bandwidth plan.


bandwidthPackageIdRequired

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

Property bandwidthPackageId: The ID of the bandwidth package to associate.