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