Skip to content

BackendServerToVServerGroupAdditionProps

Properties for defining a BackendServerToVServerGroupAddition.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-backendservertovservergroupaddition

Initializer

using AlibabaCloud.SDK.ROS.CDK.Slb;
new BackendServerToVServerGroupAdditionProps {
    object BackendServers,
    object VServerGroupId
};

Properties

Name Type Description
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.
VServerGroupId object Property vServerGroupId: The ID of virtual server group.

BackendServersRequired

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.


VServerGroupIdRequired

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

Property vServerGroupId: The ID of virtual server group.