Skip to content

TrafficControlBindingProps

Properties for defining a TrafficControlBinding.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-trafficcontrolbinding

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new TrafficControlBindingProps {
    object ApiIds,
    object GroupId,
    object StageName,
    object TrafficControlId
};

Properties

Name Type Description
ApiIds object Property apiIds: APIs to bind with the traffic control.
GroupId object Property groupId: The id of group.
StageName object Property stageName: Bind traffic in this stage.
TrafficControlId object Property trafficControlId: The id of traffic control.

ApiIdsRequired

public object ApiIds { get; set; }
  • Type: object

Property apiIds: APIs to bind with the traffic control.


GroupIdRequired

public object GroupId { get; set; }
  • Type: object

Property groupId: The id of group.


StageNameRequired

public object StageName { get; set; }
  • Type: object

Property stageName: Bind traffic in this stage.


TrafficControlIdRequired

public object TrafficControlId { get; set; }
  • Type: object

Property trafficControlId: The id of traffic control.