RosRulesProps
Properties for defining a RosRules
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-rules
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new RosRulesProps {
object ListenerPort,
object LoadBalancerId,
object ListenerProtocol = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
ListenerPort |
object |
No description. |
LoadBalancerId |
object |
No description. |
ListenerProtocol |
object |
No description. |
RefreshOptions |
object |
No description. |
ListenerPort
Required
public object ListenerPort { get; set; }
- Type: object
LoadBalancerId
Required
public object LoadBalancerId { get; set; }
- Type: object
ListenerProtocol
Optional
public object ListenerProtocol { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object