VServerGroupProps
Properties for defining a VServerGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-vservergroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new VServerGroupProps {
object LoadBalancerId,
object VServerGroupName,
object BackendServers = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
LoadBalancerId |
object |
Property loadBalancerId: The id of load balancer. |
VServerGroupName |
object |
Property vServerGroupName: Display name of the VServerGroup. |
BackendServers |
object |
Property backendServers: The list of a combination of ECS Instance-Port-Weight.Same ecs instance with different port is allowed, but same ecs instance with same port isn't. |
Tags |
TagsProperty[] |
Property tags: Tags to attach to instance. |
LoadBalancerId
Required
public object LoadBalancerId { get; set; }
- Type: object
Property loadBalancerId: The id of load balancer.
VServerGroupName
Required
public object VServerGroupName { get; set; }
- Type: object
Property vServerGroupName: Display name of the VServerGroup.
BackendServers
Optional
public object BackendServers { get; set; }
- Type: object
Property backendServers: The list of a combination of ECS Instance-Port-Weight.Same ecs instance with different port is allowed, but same ecs instance with same port isn't.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.