Skip to content

VServerGroupsProps

Properties for defining a VServerGroups.

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

Initializer

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

Properties

Name Type Description
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.

LoadBalancerIdRequired

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

Property loadBalancerId: The ID of the CLB instance.


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.