LoadBalancerTCPListenerProps
Properties for defining a LoadBalancerTCPListener
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-loadbalancertcplistener
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new LoadBalancerTCPListenerProps {
object ListenerPort,
object LoadBalancerId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
ListenerPort |
object |
Property listenerPort: The frontend port used by the CLB instance.Valid values: 1 to 65535. |
LoadBalancerId |
object |
Property loadBalancerId: The ID of the CLB instance. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ListenerPort
Required
public object ListenerPort { get; set; }
- Type: object
Property listenerPort: The frontend port used by the CLB instance.Valid values: 1 to 65535.
LoadBalancerId
Required
public object LoadBalancerId { get; set; }
- Type: object
Property loadBalancerId: The ID of the CLB instance.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.