ServersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new ServersProperty {
object ServerId,
object ServerType,
object Description = null,
object Port = null,
object RemoteIpEnabled = null,
object ServerIp = null,
object Weight = null
};
Properties
ServerIdRequired
public object ServerId { get; set; }
ServerTypeRequired
public object ServerType { get; set; }
DescriptionOptional
public object Description { get; set; }
PortOptional
public object Port { get; set; }
RemoteIpEnabledOptional
public object RemoteIpEnabled { get; set; }
ServerIpOptional
public object ServerIp { get; set; }
WeightOptional
public object Weight { get; set; }