Skip to content

ServerGroupTuplesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new ServerGroupTuplesProperty {
    object ServerGroupId = null,
    object Weight = null
};

Properties

Name Type Description
ServerGroupId object No description.
Weight object No description.

ServerGroupIdOptional

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

WeightOptional

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