RuleProps
Properties for defining a Rule
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-rule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new RuleProps {
object ListenerPort,
object LoadBalancerId,
object RuleList,
object ListenerProtocol = null
};
Properties
Name | Type | Description |
---|---|---|
ListenerPort |
object |
Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance. |
LoadBalancerId |
object |
Property loadBalancerId: The ID of Server Load Balancer instance. |
RuleList |
object |
Property ruleList: The forwarding rules to add. |
ListenerProtocol |
object |
Property listenerProtocol: The frontend protocol that is used by the SLB instance. |
ListenerPort
Required
public object ListenerPort { get; set; }
- Type: object
Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance.
Valid value: 1-65535
LoadBalancerId
Required
public object LoadBalancerId { get; set; }
- Type: object
Property loadBalancerId: The ID of Server Load Balancer instance.
RuleList
Required
public object RuleList { get; set; }
- Type: object
Property ruleList: The forwarding rules to add.
ListenerProtocol
Optional
public object ListenerProtocol { get; set; }
- Type: object
Property listenerProtocol: The frontend protocol that is used by the SLB instance.