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. |
Port
Required
public object Port { get; set; }
ServerId
Required
public object ServerId { get; set; }
Description
Optional
public object Description { get; set; }
ServerIp
Optional
public object ServerIp { get; set; }
Type
Optional
public object Type { get; set; }
Weight
Optional
public object Weight { get; set; }