TrafficControlBindingProps
Properties for defining a TrafficControlBinding.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-trafficcontrolbinding
Initializer
import com.aliyun.ros.cdk.apigateway.TrafficControlBindingProps;
TrafficControlBindingProps.builder()
.apiIds(java.util.List<java.lang.Object>)
.apiIds(IResolvable)
.groupId(java.lang.String)
.groupId(IResolvable)
.stageName(java.lang.String)
.stageName(IResolvable)
.trafficControlId(java.lang.String)
.trafficControlId(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
apiIds |
java.util.List |
Property apiIds: APIs to bind with the traffic control. |
groupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property groupId: The id of group. |
stageName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property stageName: Bind traffic in this stage. |
trafficControlId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property trafficControlId: The id of traffic control. |
apiIdsRequired
public java.lang.Object getApiIds();
- Type: java.util.List
OR com.aliyun.ros.cdk.core.IResolvable
Property apiIds: APIs to bind with the traffic control.
groupIdRequired
public java.lang.Object getGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property groupId: The id of group.
stageNameRequired
public java.lang.Object getStageName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property stageName: Bind traffic in this stage.
trafficControlIdRequired
public java.lang.Object getTrafficControlId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property trafficControlId: The id of traffic control.