Skip to content

ForwardingRulesProps

Properties for defining a ForwardingRules.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new ForwardingRulesProps {
    object AcceleratorId,
    object ForwardingRules,
    object ListenerId
};

Properties

Name Type Description
AcceleratorId object Property acceleratorId: The ID of the GA instance.
ForwardingRules object Property forwardingRules: Details about the forwarding rules.
ListenerId object Property listenerId: The ID of the listener.

AcceleratorIdRequired

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

Property acceleratorId: The ID of the GA instance.


ForwardingRulesRequired

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

Property forwardingRules: Details about the forwarding rules.


ListenerIdRequired

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

Property listenerId: The ID of the listener.