Skip to content

RosLoadBalancerTCPListenerProps

Properties for defining a RosLoadBalancerTCPListener.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-loadbalancertcplistener

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb/datasource"
&datasource.RosLoadBalancerTCPListenerProps {
    ListenerPort: interface{},
    LoadBalancerId: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
ListenerPort interface{} No description.
LoadBalancerId interface{} No description.
RefreshOptions interface{} No description.

ListenerPortRequired

ListenerPort interface{}
  • Type: interface{}

LoadBalancerIdRequired

LoadBalancerId interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}