ServerGroupsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new ServerGroupsProperty {
object Port,
object ServerGroupId,
object Type,
object Weight
};
Properties
Name |
Type |
Description |
Port |
object |
No description. |
ServerGroupId |
object |
No description. |
Type |
object |
No description. |
Weight |
object |
No description. |
Port
Required
public object Port { get; set; }
ServerGroupId
Required
public object ServerGroupId { get; set; }
Type
Required
public object Type { get; set; }
Weight
Required
public object Weight { get; set; }