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