BackendServersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new BackendServersProperty {
object Port,
object ServerId,
object Description = null,
object ServerIp = null,
object Type = null,
object Weight = null
};
Properties
| Name |
Type |
Description |
Port |
object |
No description. |
ServerId |
object |
No description. |
Description |
object |
No description. |
ServerIp |
object |
No description. |
Type |
object |
No description. |
Weight |
object |
No description. |
PortRequired
public object Port { get; set; }
ServerIdRequired
public object ServerId { get; set; }
DescriptionOptional
public object Description { get; set; }
ServerIpOptional
public object ServerIp { get; set; }
TypeOptional
public object Type { get; set; }
WeightOptional
public object Weight { get; set; }