Skip to content

LoadBalancerProps

Properties for defining a LoadBalancer.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Slb;
new LoadBalancerProps {
    object LoadBalancerId,
    object RefreshOptions = null
};

Properties

Name Type Description
LoadBalancerId object Property loadBalancerId: The CLB instance ID.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

LoadBalancerIdRequired

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

Property loadBalancerId: The CLB instance ID.


RefreshOptionsOptional

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.