ServersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new ServersProperty {
object ServerId,
object ServerType,
object Description = null,
object Port = null,
object ServerIp = null,
object Weight = null
};
Properties
ServerId
Required
public object ServerId { get; set; }
ServerType
Required
public object ServerType { get; set; }
Description
Optional
public object Description { get; set; }
Port
Optional
public object Port { get; set; }
ServerIp
Optional
public object ServerIp { get; set; }
Weight
Optional
public object Weight { get; set; }